1. 프로토타입 아키텍츠 구조 잡기
ProTip: Be sure to remove /docs
and /test
if you forked or downloaded Minimal Mistakes. These folders contain documentation and test pages for the theme and you probably don’t littering up in your repo.
ProTip: Be sure to remove /docs
and /test
if you forked or downloaded Minimal Mistakes. These folders contain documentation and test pages for the theme and you probably don’t littering up in your repo.
Download Minimal Mistakes Theme
Parameter | Required | Description | Default |
---|---|---|---|
toc | Optional | Show table of contents. (boolean) | false |
toc_label | Optional | Table of contents title. (string) | toc_label in UI Text data file. |
toc_icon | Optional | Table of contents icon, displays before the title. (string) | Font Awesome file-alt icon. Other FA icons can be used instead. |
sample-project
└── _pages/
├── 404.md # custom 404 page
├── about.md # about page
└── contact.md # contact page