Skip to content

Commit

Permalink
chore: change indents
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenSlime1024 committed Oct 31, 2024
1 parent 59c5c5e commit 5ab80f6
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,33 @@ title = "greenslime1024's blog"
theme = "DoIt"

[menu]
[[menu.main]]
identifier = "posts"
# you can add extra information before the name (HTML format is supported), such as icons
pre = ""
# you can add extra information after the name (HTML format is supported), such as icons
post = ""
name = "Posts"
url = "/posts/"
# title will be shown when you hover on this menu link
title = ""
weight = 1
[[menu.main]]
identifier = "tags"
pre = ""
post = ""
name = "Tags"
url = "/tags/"
title = ""
weight = 2
[[menu.main]]
identifier = "categories"
pre = ""
post = ""
name = "Categories"
url = "/categories/"
title = ""
weight = 3
[[menu.main]]
identifier = "posts"
# you can add extra information before the name (HTML format is supported), such as icons
pre = ""
# you can add extra information after the name (HTML format is supported), such as icons
post = ""
name = "Posts"
url = "/posts/"
# title will be shown when you hover on this menu link
title = ""
weight = 1
[[menu.main]]
identifier = "tags"
pre = ""
post = ""
name = "Tags"
url = "/tags/"
title = ""
weight = 2
[[menu.main]]
identifier = "categories"
pre = ""
post = ""
name = "Categories"
url = "/categories/"
title = ""
weight = 3

[outputs]
home = ["HTML", "RSS", "JSON"]
home = ["HTML", "RSS", "JSON"]

0 comments on commit 5ab80f6

Please sign in to comment.