Skip to content

Commit

Permalink
update: all file updated!
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-HyunSang committed Jun 8, 2024
1 parent dcf4688 commit 92b8016
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 8 deletions.
26 changes: 22 additions & 4 deletions .vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,52 @@ import { defineConfig } from 'vitepress'

// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "HyunSang's Today I Learned",
title: "Today HyunSang Learned",
description: "A VitePress Site",
base: "/TIL/",
cleanUrls: true,
themeConfig: {
siteTitle: "HyunSang's TIL",
siteTitle: "Today HyunSang Learned",
nav: [
{ text: "About", link: "/about"},
{ text: 'Blog', link: 'https://hyunsang.dev' }
],
sidebar: [
{
text: 'Monthly I Learned ',

items: [
{ text: "2024๋…„",
items: [
{ text: "2024๋…„ 6์›”", link: "/mil/2024-06" }
]
}
]
},
{
text: 'Bookmark',
collapsed: true,
// ๋” ์†์‰ฝ๊ฒŒ ๋งํฌ๋ฅผ ์ถ”๊ฐ€ํ•˜๋Š” ๋ฐฉ๋ฒ•์— ๋Œ€ํ•ด์„œ ์ƒ๊ฐํ•ด ๋ณด๊ธฐ.
items: [
{ text: 'Golang', link: '/bookmark/golang' },
{ text: 'JavaScript', link: '/bookmark/javascript' },
{ text: 'Python', link: '/bookmark/python' },
{ text: "Cyber Security", link: "/bookmark/cyber-security"}
]
},
{
text: "Papers",
collapsed: true,
items: [
{ text: "Cyber Security", link: "papers/cyber-security"}
{
text: "Cyber Security",
items: [
{ text: "", link: "/papers/cyber-security/"}
]
}
]
}
],

socialLinks: [
{ icon: 'github', link: 'https://github.com/Dev-HyunSang' },
{ icon: "linkedin", link: "https://www.linkedin.com/in/parkhyunsang/"}
Expand Down
3 changes: 3 additions & 0 deletions bookmark/cyber-security.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Bookmark/Cyber Security

## Web Hacking
6 changes: 6 additions & 0 deletions etc/vitepress-github-action.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Deploy VitePress on GitHub Action

## GitHub Action ์„ค์ •
```yml

```
16 changes: 12 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@
layout: doc
---

# HyunSang's Today I Learned
# Today HyunSang Learned

## ์ €๋Š” ์ด๋Ÿฌํ•œ ๊ธฐ์ˆ ์— ๋Œ€ํ•ด ๊ด€์‹ฌ์ด ์žˆ์œผ๋ฉฐ, ๊พธ์ค€ํžˆ ๊ด€์‹ฌ์„ ๊ฐ€์ง€๊ณ  ๋ฐฐ์šฐ๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค.
- Programming Language - Golang, JavaScript, Python
- Cyber(Infomation) Security - Web Hacking, CTI(Cyber Threat Intelligence)
<h2> ์ €๋Š” ์ด๋Ÿฌํ•œ ๊ธฐ์ˆ ์— ๋Œ€ํ•ด ๊ด€์‹ฌ์ด ์žˆ์œผ๋ฉฐ, <br>
๊พธ์ค€ํžˆ ๊ด€์‹ฌ์„ ๊ฐ€์ง€๊ณ  ๋ฐฐ์šฐ๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค.</h2>

- **Programming Language -** Golang, JavaScript, Python
- Golang - Back-End ยท Dev-Ops
- JavaScript - Node.js Express ยท Vue.js
- Python - Data Analytics ยท Data Processing
- **Cyber Security -** Web Hacking, CTI(Cyber Threat Intelligence), OSINT(Open Source Intelligence)
- ์ฃผ๋กœ ๋™ํ–ฅ ๋ถ„์„๊ณผ ํ•จ๊ป˜ ์ •๋ณด ๋ถ„์„์— ๊ด€์‹ฌ์ด ๋งŽ์Šต๋‹ˆ๋‹ค.

์ตœ๊ทผ์—๋Š” Python Data Analytics์™€ CTI(Cyber Threat Intelligence), OSINT(Open Source Intelligence)์˜ ์œตํ•ฉํ•˜์—ฌ ์‚ฌ์ด๋ฒ„ ๋ณด์•ˆ์— ๊ธฐ์—ฌํ•  ์ˆ˜ ์žˆ๋Š” ๋ฐฉ๋ฒ•์— ๋Œ€ํ•ด ๊ณ ๋ฏผํ•˜๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค.
4 changes: 4 additions & 0 deletions mil/2024-06.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 2024๋…„ 06์›”

## 2024๋…„ 06์›” 08์ผ(ํ† )
- ๊ธฐ๋ณธ์ ์ธ VitePress๋ฅผ ํ†ตํ•œ TIL ๊ตฌ์ถ•.

0 comments on commit 92b8016

Please sign in to comment.