Add blog post: Blogging with Hugo & Cloudflare Pages

This commit is contained in:
2024-09-22 01:47:13 +02:00
parent 334bad0fef
commit 3e38640221
5 changed files with 388 additions and 0 deletions

16
config/_default/hugo.toml Normal file
View 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