2019-04-19 19:16:01 +00:00
|
|
|
baseURL = "http://example.org/"
|
|
|
|
languageCode = "en-us"
|
|
|
|
title = "Ezhil"
|
|
|
|
theme = "ezhil"
|
2019-10-12 17:04:38 +00:00
|
|
|
paginate = 3
|
2019-04-19 19:16:01 +00:00
|
|
|
|
2019-10-10 11:01:45 +00:00
|
|
|
copyright = "© Copyright notice"
|
|
|
|
|
2019-04-19 19:16:01 +00:00
|
|
|
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
|
2019-10-12 17:04:38 +00:00
|
|
|
mode = "auto" # "dark" or "auto"
|
2019-04-19 19:16:01 +00:00
|
|
|
|
|
|
|
[[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"
|
|
|
|
|
2019-04-20 08:42:08 +00:00
|
|
|
[[params.social]]
|
|
|
|
name = "RSS"
|
|
|
|
icon = "rss"
|
|
|
|
url = "/index.xml"
|
|
|
|
|
2019-04-19 19:16:01 +00:00
|
|
|
[taxonomies]
|
|
|
|
tag = "tags"
|