Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zzossig/hugo-theme-zzo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzzossig <zzossig@gmail.com>2020-01-21 05:07:47 +0300
committerzzossig <zzossig@gmail.com>2020-01-21 05:07:47 +0300
commit52bfba3826e704dcf811b42e33f6005301ace547 (patch)
tree8846b8cc2c8b97187ce2220959320e5b17eddd2e /README.ko.md
parentbad7f2011b2fba837424360bf0e0fb182ce6dde1 (diff)
layout bug fix
#96 #99
Diffstat (limited to 'README.ko.md')
-rw-r--r--README.ko.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/README.ko.md b/README.ko.md
index 285dd43..b5d2e4b 100644
--- a/README.ko.md
+++ b/README.ko.md
@@ -564,9 +564,9 @@ enableBio: true
---
```
-3. 마지막으로, 프로젝트당 한개의 md파일을 만드시면 됩니다.
+3. 프로젝트당 한개의 md파일을 만들어 주세요.
-`root/content/showcase/hugo/my-awesome-project.md`.
+`root/content/showcase/hugo/my-awesome-project.md`
```yaml
---
@@ -581,6 +581,18 @@ thumb: feature3/css3.png # relative path in static/images
---
```
+4. 마지막으로, 메뉴를 등록해주세요.
+
+`root/config/_default/menus.en.toml`
+
+```toml
+[[main]]
+ identifier = "showcase"
+ name = "Showcase"
+ url = "showcase"
+ weight = 7
+```
+
## Multi Language
Zzo theme의 기본 언어는 영어입니다. 한국어로 바꾸시려면 다음과 같이 해주세요.