Add blog post: Blogging with Hugo & Cloudflare Pages
This commit is contained in:
16
config/_default/hugo.toml
Normal file
16
config/_default/hugo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
# Change baseurl before deploy
|
||||
baseurl = "https://www.akumatic.eu"
|
||||
theme = "stack"
|
||||
|
||||
# Theme i18n support
|
||||
# Available values: en, fr, id, ja, ko, pt-br, zh-cn, zh-tw, es, de, nl, it, th, el, uk, ar
|
||||
defaultContentLanguage = "en"
|
||||
|
||||
# Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko]
|
||||
# This will make .Summary and .WordCount behave correctly for CJK languages.
|
||||
hasCJKLanguage = false
|
||||
|
||||
enableEmoji = true
|
||||
|
||||
[pagination]
|
||||
pagerSize = 5
|
||||
Reference in New Issue
Block a user