Skip to content

Instantly share code, notes, and snippets.

@flypenguin
Created August 4, 2021 11:48
Show Gist options
  • Save flypenguin/92d7d61385edb095539d28f36c53f176 to your computer and use it in GitHub Desktop.
Save flypenguin/92d7d61385edb095539d28f36c53f176 to your computer and use it in GitHub Desktop.
hugo noteworthy theme example config file
baseURL = "https://www.test-site.de"
languageCode = "de-de"
title = "a test site"
theme = "github.com/kimcc/hugo-theme-noteworthy"
enableRobotsTXT = true
paginate = 10
summaryLength = 10
[taxonomies]
tag = "tags"
[author]
name = "me"
[markup.goldmark.renderer]
unsafe = true
[params]
math = true
description = "test page description"
showReadMore = true
enableKofi = false
kofi = ""
email = "#"
facebook = "#"
twitter = "#"
instagram = "#"
tumblr = "#"
reddit = "#"
pinterest = "#"
youtube = "#"
vimeo = "#"
weibo = "#"
vk = "#"
linkedin = "#"
medium = "#"
blogger = "#"
wordpress = "#"
dribbble = "#"
behance = "#"
deviantart = "#"
flickr = "#"
soundcloud = "#"
github = "#"
stackoverflow = "#"
gitlab = "#"
codepen = "#"
googlescholar = "#"
impactstory = "#"
orcid = "#"
googlemaps = "#"
tripadvisor = "#"
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 1
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 2
[[menu.main]]
name = "Archives"
identifier = "archives"
url = "/archives/"
weight = 3
[privacy]
[privacy.disqus]
disable = false
[privacy.googleAnalytics]
anonymizeIP = true
disable = false
respectDoNotTrack = false
useSessionStorage = false
[privacy.instagram]
disable = false
simple = false
[privacy.twitter]
disable = false
enableDNT = false
simple = false
[privacy.vimeo]
disable = false
simple = false
[privacy.youtube]
disable = false
privacyEnhanced = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment