mirror of
https://github.com/Threnklyn/casper3-hugo-starter.git
synced 2026-05-18 12:13:26 +02:00
436e0f3c9c
Thorben updated config.toml
58 lines
1.3 KiB
TOML
58 lines
1.3 KiB
TOML
DefaultContentLanguage = "en"
|
||
author = "Steve Francia"
|
||
baseURL = "https://gohugo.io/"
|
||
copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved."
|
||
enableInlineShortcodes = true
|
||
footnoteReturnLinkContents = "^"
|
||
languageCode = "en"
|
||
paginate = 3
|
||
theme = "casper3"
|
||
title = "Hugo Themes"
|
||
[[menu.main]]
|
||
identifier = "author"
|
||
name = "Author Homepage"
|
||
url = "https://jonathanjanssens.com"
|
||
weight = 3
|
||
[[menu.main]]
|
||
identifier = "github-repo-theme"
|
||
name = "Get Theme on Github"
|
||
url = "https://github.com/jonathanjanssens/hugo-casper3"
|
||
weight = 4
|
||
[[menu.main]]
|
||
identifier = "image-credit"
|
||
name = "Image Credit"
|
||
url = "/image-credit/"
|
||
weight = 2
|
||
[[menu.main]]
|
||
identifier = "about"
|
||
name = "About"
|
||
url = "/about/"
|
||
weight = 1
|
||
[params]
|
||
description = "Just a demo site for the Casper3 theme ported to Hugo"
|
||
facebook = "https://facebook.com"
|
||
github = "https://github.com/jonathanjanssens"
|
||
mainSections = ["post"]
|
||
twitter = "https://twitter.com"
|
||
[privacy.instagram]
|
||
disabled = false
|
||
simple = true
|
||
[privacy.twitter]
|
||
disabled = false
|
||
enableDNT = true
|
||
simple = true
|
||
[privacy.vimeo]
|
||
disabled = false
|
||
simple = true
|
||
[privacy.youtube]
|
||
disabled = false
|
||
privacyEnhanced = true
|
||
[services.instagram]
|
||
disableInlineCSS = true
|
||
[services.twitter]
|
||
disableInlineCSS = true
|
||
[taxonomies]
|
||
category = "categories"
|
||
series = "series"
|
||
tag = "tags"
|