Starting for micro
This commit is contained in:
@@ -7,6 +7,10 @@ main:
|
||||
name: "Blog"
|
||||
url: "/post"
|
||||
weight: 20
|
||||
- pageRef: "/micro"
|
||||
name: "Micro"
|
||||
url: "/micro"
|
||||
weight: 22
|
||||
- pageRef: "/photos"
|
||||
name: "Photos"
|
||||
url: "/photos"
|
||||
|
||||
@@ -7,7 +7,7 @@ defaultColor:
|
||||
# Setting it to 'auto' applies the color scheme based on the visitor's device color preference.If you don't specify anything, ignore this parameter, or leave it blank,
|
||||
# the default value is set to 'auto'.
|
||||
# You can take a look at layouts/index.html for more information.
|
||||
mainSections: ["post", "photos"]
|
||||
mainSections: ["post", "photos", "micro"]
|
||||
toc: false # set to false to disable table of contents 'globally'
|
||||
tocOpen: false # set to true to open table of contents by default
|
||||
goToTop: true # set to false to disable 'go to top' button
|
||||
|
||||
Reference in New Issue
Block a user