Skip to content

Instantly share code, notes, and snippets.

@dehylton
Created August 27, 2017 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dehylton/d6c5d4cc506e86d9993fdcdbda9be772 to your computer and use it in GitHub Desktop.
Save dehylton/d6c5d4cc506e86d9993fdcdbda9be772 to your computer and use it in GitHub Desktop.
hugo-bootstrap config
baseurl = "http://dblog.redacted/"
languageCode = "en-us"
title = "Dewbert's Blatherings"
author = "Dewey Hylton"
copyright = "Copyright (c) 2017, Dewey Hylton; all rights reserved."
canonifyurls = true
paginate = 3
theme = "hugo-bootstrap"
#disqusShortname = "xxxxxx"
#googleAnalytics = "xxxxxx"
[[menu.main]]
name = "TAGS"
pre = "<i class='fa fa-tags'></i>"
weight = -110
identifier = "tags"
url = "/tags/"
[[menu.main]]
name = "CATEGORIES"
pre = "<i class='fa fa-folder-open'></i>"
weight = -100
identifier = "categories"
url = "/categories/"
[[menu.main]]
name = "ABOUT ME"
pre = "<i class='fa fa-info-circle'></i>"
weight = -90
identifier = "about-me"
url = "/page/about-me"
[[menu.footer]]
name = "DISCLAIMER"
weight = -110
identifier = "disclaimer"
url = "/page/disclaimer/"
[[menu.footer]]
name = "LICENSE"
weight = -120
identifier = "license"
url = "/page/license/"
[params.widgets]
recent_articles = true
categories = true
tags = true
tag_cloud = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment