Skip to content

Commit 221ccd0

Browse files
committed
.
1 parent d4686c1 commit 221ccd0

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

β€Žcontents/about/index.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
title: "This is about page βœ‹"
3+
---
4+
5+
## English Guide
6+
7+
Hello! This section is dedicated to introducing your blog. Here, you can showcase various information to your visitors, such as a blog introduction, personal profile, resume, portfolio, and more.
8+
9+
### Writing Guide
10+
11+
To edit this page, modify the `/contents/about/index.md` file. You can write it in the same way as any other post. The path to this file cannot be changed.
12+
13+
The Markdown document for the About page only contains a single frontmatter called `title`. The `title` frontmatter will be displayed as the title at the top of the About page.
14+
15+
### Disabling the About Page
16+
17+
```json
18+
module.exports = {
19+
20+
// ...
21+
22+
useAbout: false, // πŸ‘ˆ
23+
24+
// ...
25+
26+
}
27+
```
28+
29+
You can disable the About page by setting the `useAbout` value to false in the `blog-config.js` file. If disabled, the tab in the blog header will be hidden, and visitors will not be able to access this page via the `/about` URL.
30+
31+
## ν•œκ΅­μ–΄ κ°€μ΄λ“œ
32+
33+
μ•ˆλ…•ν•˜μ„Έμš”. 이 곳은 λΈ”λ‘œκ·Έλ₯Ό μ†Œκ°œν•˜κΈ° μœ„ν•œ κ³΅κ°„μž…λ‹ˆλ‹€. λΈ”λ‘œκ·Έ λ˜λŠ” μžμ‹ μ— λŒ€ν•œ μ†Œκ°œλΆ€ν„° 이λ ₯μ„œ, 포트폴리였 λ“± λ‹€μ–‘ν•œ 정보λ₯Ό μ΄κ³³μ—μ„œ λ°©λ¬Έμžλ“€μ—κ²Œ 보여쀄 수 μžˆμŠ΅λ‹ˆλ‹€.
34+
35+
### μž‘μ„± κ°€μ΄λ“œ
36+
37+
이 νŽ˜μ΄μ§€λ₯Ό νŽΈμ§‘ν•˜λ €λ©΄, `/contents/about/index.md` νŒŒμΌμ„ μˆ˜μ •ν•˜λ©΄ λ©λ‹ˆλ‹€. λ‹€λ₯Έ ν¬μŠ€νŒ…μ„ μž‘μ„±ν•˜λŠ” 것과 λ™μΌν•œ λ°©μ‹μœΌλ‘œ μž‘μ„±ν•  수 μžˆμŠ΅λ‹ˆλ‹€. 이 파일의 κ²½λ‘œλŠ” λ³€κ²½ν•  수 μ—†μŠ΅λ‹ˆλ‹€.
38+
39+
About νŽ˜μ΄μ§€μ˜ λ§ˆν¬λ‹€μš΄ λ¬Έμ„œλŠ” 였직 `title` μ΄λΌλŠ” ν•˜λ‚˜μ˜ frontmatter 만 κ°€μ§€κ³  μžˆμŠ΅λ‹ˆλ‹€. `title` frontmatter λŠ” About νŽ˜μ΄μ§€ 상단 제λͺ©μœΌλ‘œ ν‘œμ‹œλ©λ‹ˆλ‹€.
40+
41+
### λΉ„ν™œμ„±ν™”
42+
43+
```json
44+
module.exports = {
45+
46+
// ...
47+
48+
useAbout: false, // πŸ‘ˆ
49+
50+
// ...
51+
52+
}
53+
```
54+
55+
`blog-config.js` 파일의 `useAbout` 값을 `false` 둜 μ„€μ •ν•˜μ—¬ About νŽ˜μ΄μ§€λ₯Ό λΉ„ν™œμ„±ν™” ν•  수 μžˆμŠ΅λ‹ˆλ‹€. λΉ„ν™œμ„±ν™” λœλ‹€λ©΄, λΈ”λ‘œκ·Έ 상단에 μ‘΄μž¬ν•˜λŠ” 탭이 μˆ¨κ²¨μ§€κ³ , `/about` 경둜둜 이 νŽ˜μ΄μ§€μ— 접속할 μˆ˜λ„ μ—†κ²Œ λ©λ‹ˆλ‹€.

0 commit comments

Comments
Β (0)