Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Blog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TheJoeCoder
Blog
Commits
3cedb135
Verified
Commit
3cedb135
authored
8 months ago
by
TheJoeCoder
Browse files
Options
Downloads
Patches
Plain Diff
Update config to make sure stuff is here
parent
1398a837
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#245
passed
8 months ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
hugo.toml
+51
-62
51 additions, 62 deletions
hugo.toml
with
51 additions
and
62 deletions
hugo.toml
+
51
−
62
View file @
3cedb135
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment