You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
630 B
20 lines
630 B
11 months ago
|
# -------------------------------------------------------------------------------------
|
||
|
# Hugo Configuration
|
||
|
# See: https://gohugo.io/getting-started/configuration/
|
||
|
# -------------------------------------------------------------------------------------
|
||
|
|
||
|
title = "Hugo FixIt Blog"
|
||
|
baseURL = "http://example.org/"
|
||
|
theme = "FixIt"
|
||
|
defaultContentLanguage = "en"
|
||
|
languageCode = "en"
|
||
|
hasCJKLanguage = true
|
||
|
enableRobotsTXT = true
|
||
|
enableEmoji = true
|
||
|
enableGitInfo = true
|
||
|
relativeURLs = false
|
||
|
buildDrafts = false
|
||
|
summaryLength = 150
|
||
|
# ignore some build errors
|
||
|
ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
|