# ------------------------------------------------------------------------------------- # Hugo Configuration # See: https://gohugo.io/getting-started/configuration/ # ------------------------------------------------------------------------------------- # title = "Hugo FixIt Blog" title = "comacero" baseURL = "http://comacero.com/" theme = "FixIt" defaultContentLanguage = "es" languageCode = "es" 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"]