Skip to content
Snippets Groups Projects
Verified Commit 3cedb135 authored by TheJoeCoder's avatar TheJoeCoder
Browse files

Update config to make sure stuff is here

parent 1398a837
Branches
No related tags found
No related merge requests found
Pipeline #245 passed
baseURL = "https://blog.radialbog9.uk"
baseURL = "https://blog.radialbog9.uk/"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = true
#theme = "hermit-v2"
#[languages]
# [languages.en]
# title = 'CHANGE ME'
# [languages.en.params]
# homeSubtitle = "CHANGE ME"
# weight = 1
# [languages.fr]
# title = 'CHANGE ME(FR)'
# [languages.fr.params]
# homeSubtitle = "CHANGE ME"
# weight = 2
# [languages.it]
# title = 'CHANGE ME(IT)'
# [languages.it.params]
# homeSubtitle = "CHANGE ME"
# weight = 3
theme = "hermit-v2"
# [outputs]
# home = ['html', 'rss']
# page = ['html']
# rss = ['rss']
# section = ['html', 'rss']
# taxonomy = ['html', 'rss']
# term = ['html', 'rss']
[languages]
[languages.en]
title = 'bog9 blog'
[languages.en.params]
homeSubtitle = "programming and stuff i guess"
weight = 1
languageCode = "en-gb"
# title = "CHANGE ME"
# title = "Hermit - V2"
# enableGitInfo = true
pygmentsCodefences = true
......@@ -31,7 +29,7 @@ pygmentsUseClasses = true
rssLimit = 10
copyright = "2024 TheJoeCoder"
copyright = "Content is copyright - all rights reserved."
enableEmoji = true
#[services]
......@@ -40,15 +38,17 @@ enableEmoji = true
# [services.googleAnalytics]
# id = ''
[frontmatter]
date = ["date", "publishDate", "lastmod"]
lastmod = ["lastmod", ":git", "date", "publishDate"]
date = ["lastmod", "date", "publishDate"]
lastmod = ["date", "lastmod", ":git", "publishDate"]
publishDate = ["publishDate", "date"]
expiryDate = ["expiryDate"]
[params.author]
name = "Joe"
about = "programming and music and stuff i guess"
name = "TheJoeCoder"
#about = "about-hugo"
[blackfriday]
# hrefTargetBlank = true
......@@ -60,32 +60,31 @@ expiryDate = ["expiryDate"]
# Categories are disabled by default.
# category = "categories"
# Enable to get proper Mathjax support
#[markup]
# [markup.goldmark]
# [markup.goldmark.extensions]
# [markup.goldmark.extensions.passthrough]
# enable = true
# [markup.goldmark.extensions.passthrough.delimiters]
# block = [['\[', '\]'], ['$$', '$$']]
# inline = [['\(', '\)']]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.extensions]
[markup.goldmark.extensions.passthrough]
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [['\[', '\]'], ['$$', '$$']]
inline = [['\(', '\)']]
[params]
contentTypeName = "posts"
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0700"
# description = "CHANGE ME SITE DESCRIPTION"
# Metadata mostly used in document's head
description = "programming and stuff i guess"
# images = [""]
themeColor = "#494f5c"
#homeSubtitle = "CHANGE ME HOME SUBTITLE"
footerCopyright = "2024 TheJoeCoder"
# footerHideThemeName = false
#homeSubtitle = "programming and stuff i guess"
footerCopyright = ' TheJoeCoder'
# bgImg = ""
# gitUrl = "https://github.com/1bl4z3r/hermit-V2/tree/staging"
......@@ -94,39 +93,34 @@ expiryDate = ["expiryDate"]
relatedPosts = true
code_copy_button = true
# homeSubtitlePrinter = true
homeSubtitlePrinter = true
scrollToTop = true
global_mathjax = false
readTime = true
readTimeSeparator = " - "
readTimeSeparator = "\u2026 \u23F2 Reading Time:"
# legacyLayout = false
shareSocial = true
# googleTagManager = "GTM-XXXXXXXX"
# tagSymbol = "#"
# categorySymbol = "⊲"
# pinned = "Pinned Posts"
pinned = "Pinned Posts"
# pinnedSVGname = "pin"
# descriptionInPosts= true
descriptionInPosts = true
# initialPublish = "Initally Posted on: "
# human = ["single","posts"]
# noIndex = false
human = ["single","posts"]
# denyRobots = "noindex, nofollow, noarchive"
# allowRobots = "index, follow"
# siteNoIndex = false
# noIndexPages = ["404 Page not found"]
# footerHideThemeName = false
# usesAnimation = true
#[[params.socialLinks]]
# name = "mastodon"
# url = "https://chat.radialbog9.com/@Radialbog9"
#[[params.socialLinks]]
# name = "x"
# url = "https://twitter.com/"
#[[params.socialLinks]]
# name = "github"
# url = "https://github.com/1bl4z3r/hermit-V2/tree/staging"
[[params.socialLinks]]
name = "github"
url = "https://github.com/TheJoeCoder"
[[params.socialLinks]]
name = "gitlab"
url = "https://git.rb9.xyz/TheJoeCoder"
[menu]
......@@ -134,8 +128,3 @@ expiryDate = ["expiryDate"]
name = "Posts"
url = "posts/"
weight = 10
#[[menu.main]]
# name = "About"
# url = "about-hugo/"
# weight = 20
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment