@Hudi
Hello :) I'm Hudi who developed gatsby-starter-hoodie theme.

This is about page βœ‹

English Guide

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.

Writing Guide

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.

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.

Disabling the About Page

module.exports = {

  // ...

  useAbout: false, // πŸ‘ˆ

  // ...

}

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.

ν•œκ΅­μ–΄ κ°€μ΄λ“œ

μ•ˆλ…•ν•˜μ„Έμš”. 이 곳은 λΈ”λ‘œκ·Έλ₯Ό μ†Œκ°œν•˜κΈ° μœ„ν•œ κ³΅κ°„μž…λ‹ˆλ‹€. λΈ”λ‘œκ·Έ λ˜λŠ” μžμ‹ μ— λŒ€ν•œ μ†Œκ°œλΆ€ν„° 이λ ₯μ„œ, 포트폴리였 λ“± λ‹€μ–‘ν•œ 정보λ₯Ό μ΄κ³³μ—μ„œ λ°©λ¬Έμžλ“€μ—κ²Œ 보여쀄 수 μžˆμŠ΅λ‹ˆλ‹€.

μž‘μ„± κ°€μ΄λ“œ

이 νŽ˜μ΄μ§€λ₯Ό νŽΈμ§‘ν•˜λ €λ©΄, /contents/about/index.md νŒŒμΌμ„ μˆ˜μ •ν•˜λ©΄ λ©λ‹ˆλ‹€. λ‹€λ₯Έ ν¬μŠ€νŒ…μ„ μž‘μ„±ν•˜λŠ” 것과 λ™μΌν•œ λ°©μ‹μœΌλ‘œ μž‘μ„±ν•  수 μžˆμŠ΅λ‹ˆλ‹€. 이 파일의 κ²½λ‘œλŠ” λ³€κ²½ν•  수 μ—†μŠ΅λ‹ˆλ‹€.

About νŽ˜μ΄μ§€μ˜ λ§ˆν¬λ‹€μš΄ λ¬Έμ„œλŠ” 였직 title μ΄λΌλŠ” ν•˜λ‚˜μ˜ frontmatter 만 가지고 μžˆμŠ΅λ‹ˆλ‹€. title frontmatter λŠ” About νŽ˜μ΄μ§€ 상단 제λͺ©μœΌλ‘œ ν‘œμ‹œλ©λ‹ˆλ‹€.

λΉ„ν™œμ„±ν™”

module.exports = {

  // ...

  useAbout: false, // πŸ‘ˆ

  // ...

}

blog-config.js 파일의 useAbout 값을 false 둜 μ„€μ •ν•˜μ—¬ About νŽ˜μ΄μ§€λ₯Ό λΉ„ν™œμ„±ν™” ν•  수 μžˆμŠ΅λ‹ˆλ‹€. λΉ„ν™œμ„±ν™” λœλ‹€λ©΄, λΈ”λ‘œκ·Έ 상단에 μ‘΄μž¬ν•˜λŠ” 탭이 μˆ¨κ²¨μ§€κ³ , /about 경둜둜 이 νŽ˜μ΄μ§€μ— 접속할 μˆ˜λ„ μ—†κ²Œ λ©λ‹ˆλ‹€.