[Hugo] 블로그 설정 이모저모
Hugo 블로그 Hugo는 Hexo와 다르게 블로그 설정 파일이 Hugo root 디렉토리에 있습니다. 대부분의 설정은 이 파일에서 이뤄집니다. theme/hugo-PaperMod ├── archetypes ├── static ├── content ├── theme ├── ... └── config.yml archetypes 디렉토리 archetypes 디렉토리의 default.md는 Markdown 파일의 Front Matter를 설정합니다. 현재 저는 이렇게 사용하고 있습니다. --- title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} categories: ["", ""] weight: 1 tags: ["", ""] showToc: true TocOpen: true draft: false hidemeta: false disableShare: false # cover: # image: "<image path/url>" # alt: "<alt text>" # caption: "<text>" # relative: false comments: true # KaTeX Math # new line : $$ ....