Hugo Basic Example
This commit is contained in:
parent
6283825517
commit
c094fefa84
19 changed files with 559 additions and 0 deletions
28
hugoBasicExample/configTaxo.toml
Normal file
28
hugoBasicExample/configTaxo.toml
Normal file
|
@ -0,0 +1,28 @@
|
|||
timeout = 30000
|
||||
enableInlineShortcodes = true
|
||||
footnoteReturnLinkContents = "^"
|
||||
|
||||
[taxonomies]
|
||||
category = "categories"
|
||||
tag = "tags"
|
||||
series = "series"
|
||||
|
||||
[privacy]
|
||||
|
||||
[privacy.vimeo]
|
||||
disabled = false
|
||||
simple = true
|
||||
|
||||
[privacy.twitter]
|
||||
disabled = false
|
||||
enableDNT = true
|
||||
simple = true
|
||||
disableInlineCSS = true
|
||||
|
||||
[privacy.instagram]
|
||||
disabled = false
|
||||
simple = true
|
||||
|
||||
[privacy.youtube]
|
||||
disabled = false
|
||||
privacyEnhanced = true
|
Loading…
Add table
Add a link
Reference in a new issue