chore: back to tailbliss theme

This commit is contained in:
Denis Evers 2023-04-30 21:58:12 +08:00
parent 14b441378e
commit 69394f4fe7
3 changed files with 47 additions and 17 deletions

3
.gitmodules vendored
View File

@ -0,0 +1,3 @@
[submodule "themes/tailbliss"]
path = themes/tailbliss
url = https://github.com/nusserstudios/tailbliss.git

View File

@ -1,25 +1,51 @@
baseurl = "http://localhost:1313"
baseURL = "http://localhost:1313"
title = "EngineCodeSolutions"
theme = "hugo-coder"
languagecode = "en"
defaultcontentlanguage = "en"
theme = "tailbliss"
paginate = 20
languageCode = "en-us"
DefaultContentLanguage = "en"
[markup.highlight]
style = "github-dark"
enableEmoji = true
enableGitInfo = false
enableRobotsTXT = true
canonifyURLs = true
paginate = 9
darkmode_js = ["assets/js/darkmode.js"]
enableInlineShortcodes = true
[params]
author = "Denis Evers"
info = "EngineCodeSolutions"
author = "Denis Evers"
sitename = "EngineCodeSolutions"
since = 2023
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
enableTwemoji = true
[privacy]
[privacy.disqus]
disable = false
[privacy.googleAnalytics]
anonymizeIP = true
disable = false
respectDoNotTrack = false
useSessionStorage = false
[privacy.instagram]
disable = false
simple = false
[privacy.twitter]
disable = false
enableDNT = false
simple = false
[privacy.vimeo]
disable = false
enableDNT = false
simple = false
[privacy.youtube]
disable = false
privacyEnhanced = true
colorScheme = "auto"
hidecolorschemetoggle = false
[params.plausibleAnalytics]
domain = "enginecodesolutions.com"
serverURL = "analytics.evers.sh" # (optionnal) Replace if you use a custom domain
[module]
[module.hugoVersion]
extended = true
min = "0.104.0"

1
themes/tailbliss Submodule

@ -0,0 +1 @@
Subproject commit c054218f1b34523a39bc07de1e4ae6f00302cfd7