WIP: streamline some stuff
All checks were successful
Build and deploy website / Build and Push Hugo Site (push) Successful in 36s

WIP: move blog to hugo
This commit is contained in:
Radu C. Martin 2025-04-06 18:16:14 +02:00
parent 06e94159b1
commit 1f62e2064d
45 changed files with 489 additions and 609 deletions

View file

@ -0,0 +1,18 @@
# Change baseurl before deploy
baseurl = "https://blog.martin.md"
languageCode = "en-us"
title = "The Pensieve"
# 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
# Change it to your Disqus shortname before using
disqusShortname = "hugo-theme-stack"
[pagination]
pagerSize = 5