54 lines
1003 B
TOML
54 lines
1003 B
TOML
|
baseURL = "http://example.org/"
|
||
|
languageCode = "en-us"
|
||
|
title = "Ezhil"
|
||
|
theme = "ezhil"
|
||
|
|
||
|
pygmentsstyle = "vs"
|
||
|
pygmentscodefences = true
|
||
|
pygmentscodefencesguesssyntax = true
|
||
|
|
||
|
googleAnalytics = "UA-123-45"
|
||
|
disqusShortname = "localhost"
|
||
|
|
||
|
[params]
|
||
|
subtitle = "Clean and minimal personal [blog theme for Hugo](https://github.com/vividvilla/ezhil)"
|
||
|
# Number of posts to show in recent posts list.
|
||
|
recentPostsCount = 10
|
||
|
# Content types which are excluded from recent posts and archive page.
|
||
|
excludedTypes = ["page"]
|
||
|
disableDisqusTypes = ["page"]
|
||
|
featherIconsCDN = true
|
||
|
|
||
|
[[menu.main]]
|
||
|
name = "Home"
|
||
|
url = "/"
|
||
|
weight = 1
|
||
|
|
||
|
[[menu.main]]
|
||
|
name = "All posts"
|
||
|
url = "/posts"
|
||
|
weight = 2
|
||
|
|
||
|
[[menu.main]]
|
||
|
name = "About"
|
||
|
url = "/about"
|
||
|
weight = 3
|
||
|
|
||
|
[[menu.main]]
|
||
|
name = "Tags"
|
||
|
url = "/tags"
|
||
|
weight = 4
|
||
|
|
||
|
[[params.social]]
|
||
|
name = "Github"
|
||
|
icon = "github"
|
||
|
url = "https://github.com/vividvilla/ezhil"
|
||
|
|
||
|
[[params.social]]
|
||
|
name = "Twitter"
|
||
|
icon = "twitter"
|
||
|
url = "https://twitter.com/gohugoio"
|
||
|
|
||
|
[taxonomies]
|
||
|
tag = "tags"
|