53 lines
855 B
TOML
53 lines
855 B
TOML
baseURL = "http://example.org/"
|
|
languageCode = "en-us"
|
|
title = "Ezhil"
|
|
theme = "ezhil"
|
|
paginate = 5
|
|
|
|
copyright = "© Copyright notice"
|
|
|
|
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)"
|
|
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 = "RSS"
|
|
icon = "rss"
|
|
url = "/index.xml"
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|