2018-10-23 01:15:50 -04:00
baseURL = "https://example.com"
languageCode = "en-us"
2018-12-14 02:17:48 -05:00
defaultContentLanguage = "en"
2018-10-23 01:15:50 -04:00
title = "Hugo Hermit"
theme = "hermit"
# enableGitInfo = true
pygmentsCodefences = true
pygmentsUseClasses = true
2018-12-31 07:03:32 -05:00
# hasCJKLanguage = true # If Chinese/Japanese/Korean is your main content language, enable this to make wordCount works right.
2018-10-23 01:15:50 -04:00
rssLimit = 10 # Maximum number of items in the RSS feed.
2018-11-28 02:49:29 -05:00
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." # This message is only used by the RSS template.
2018-12-01 00:24:28 -05:00
enableEmoji = true # Shorthand emojis in content files - https://gohugo.io/functions/emojify/
2018-10-23 01:15:50 -04:00
# googleAnalytics = "UA-123-45"
# disqusShortname = "yourdiscussshortname"
[ author ]
name = "John Doe"
[ blackfriday ]
2019-02-01 05:14:07 -05:00
# hrefTargetBlank = true
# noreferrerLinks = true
# nofollowLinks = true
2018-10-23 01:15:50 -04:00
[ taxonomies ]
tag = "tags"
2019-02-21 09:31:59 -05:00
# Categories are disabled by default.
2018-10-23 01:15:50 -04:00
[ params ]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0700"
2018-12-31 07:03:32 -05:00
# Metadata mostly used in document's head
# description = ""
# images = [""]
themeColor = "#494f5c"
2018-10-23 01:15:50 -04:00
homeSubtitle = "A minimal and fast theme for Hugo."
footerCopyright = ' · <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
2018-12-31 07:03:32 -05:00
# bgImg = "" # Homepage background-image URL
# Prefix of link to the git commit detail page. GitInfo must be enabled.
# gitUrl = "https://github.com/username/repository/commit/"
2019-02-14 03:29:13 -05:00
# Toggling this option needs to rebuild SCSS, requires Hugo extended version
justifyContent = false # Set "text-align: justify" to `.content`.
2018-12-31 07:03:32 -05:00
# Add custom css
# customCSS = ["css/foo.css", "css/bar.css"]
2018-11-28 02:49:29 -05:00
# Social Icons
# Check https://github.com/Track3/hermit#social-icons for more info.
2018-10-23 01:15:50 -04:00
[ [ params . social ] ]
name = "twitter"
url = "https://twitter.com/"
[ [ params . social ] ]
name = "instagram"
url = "https://instagram.com/"
[ [ params . social ] ]
name = "github"
url = "https://github.com/"
[ menu ]
[ [ menu . main ] ]
name = "Posts"
2019-01-05 00:24:57 -05:00
url = "posts/"
2018-10-23 01:15:50 -04:00
weight = 10
[ [ menu . main ] ]
name = "About"
2019-01-05 00:24:57 -05:00
url = "about-hugo/"
2018-10-23 01:15:50 -04:00
weight = 20