Update theme to Congo 2 #12
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@ yarn-error.log*
|
|||||||
# hugo
|
# hugo
|
||||||
*.lock
|
*.lock
|
||||||
public/
|
public/
|
||||||
|
_gen/
|
||||||
|
@ -11,6 +11,8 @@ draft: true
|
|||||||
# showAuthor: false
|
# showAuthor: false
|
||||||
# showWordCount: false
|
# showWordCount: false
|
||||||
# showReadingTime: false
|
# showReadingTime: false
|
||||||
|
# showTableOfContents: false
|
||||||
|
# showTaxonomies: true
|
||||||
# showEdit: false
|
# showEdit: false
|
||||||
# sharingLinks: [null]
|
# sharingLinks: [null]
|
||||||
---
|
---
|
||||||
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
@ -3,59 +3,14 @@
|
|||||||
# https://jpanther.github.io/congo/docs/getting-started/
|
# https://jpanther.github.io/congo/docs/getting-started/
|
||||||
|
|
||||||
baseURL = "https://ocram85.com/"
|
baseURL = "https://ocram85.com/"
|
||||||
languageCode = "en"
|
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
|
|
||||||
title = "OCram85.com"
|
theme= "congo"
|
||||||
# copyright = "Copy, _right?_ :thinking_face:"
|
|
||||||
|
|
||||||
enableEmoji = true
|
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
|
paginate = 10
|
||||||
summaryLength = 0
|
summaryLength = 0
|
||||||
|
|
||||||
theme = "congo"
|
[outputs]
|
||||||
|
home = ["HTML", "RSS", "JSON"]
|
||||||
|
|
||||||
[author]
|
|
||||||
name = "OCram85"
|
|
||||||
image = "img/me.jpg"
|
|
||||||
bio = "A developer / DevOps guy fighting against corporate proxies."
|
|
||||||
links = [
|
|
||||||
{ email = "mailto:marco.blessing@googlemail.com" },
|
|
||||||
# { link = "https://stackoverflow.com/users/5222635/ocram85/" },
|
|
||||||
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
|
|
||||||
# { apple = "https://www.apple.com" },
|
|
||||||
# { codepen = "https://codepen.io/username" },
|
|
||||||
# { dev = "https://dev.to/username" },
|
|
||||||
# { discord = "https://discord.gg/invitecode" },
|
|
||||||
# { dribbble = "https://dribbble.com/username" },
|
|
||||||
# { facebook = "https://facebook.com/username" },
|
|
||||||
# { flickr = "https://www.flickr.com/photos/username/" },
|
|
||||||
# { foursquare = "https://foursquare.com/username" },
|
|
||||||
{ github = "https://github.com/OCram85" },
|
|
||||||
# { gitlab = "https://gitlab.com/username" },
|
|
||||||
# { google = "https://www.google.com/" },
|
|
||||||
# { instagram = "https://instagram.com/username" },
|
|
||||||
# { keybase = "https://keybase.io/username" },
|
|
||||||
# { kickstarter = "https://www.kickstarter.com/profile/username" },
|
|
||||||
# { lastfm = "https://lastfm.com/user/username" },
|
|
||||||
{ linkedin = "https://linkedin.com/in/marco-blessing-884642109" },
|
|
||||||
# { mastodon = "https://mastodon.instance/@username" },
|
|
||||||
# { medium = "https://medium.com/username" },
|
|
||||||
# { microsoft = "https://www.microsoft.com/" },
|
|
||||||
# { patreon = "https://www.patreon.com/username" },
|
|
||||||
# { pinterest = "https://pinterest.com/username" },
|
|
||||||
# { reddit = "https://reddit.com/user/username" },
|
|
||||||
# { slack = "https://workspace.url/team/userid" },
|
|
||||||
# { snapchat = "https://snapchat.com/add/username" },
|
|
||||||
# { soundcloud = "https://soundcloud.com/username" },
|
|
||||||
{ stackoverflow = "https://stackoverflow.com/users/5222635/ocram85" },
|
|
||||||
# { steam = "https://steamcommunity.com/profiles/userid" },
|
|
||||||
# { telegram = "https://t.me/username" },
|
|
||||||
# { tiktok = "https://tiktok.com/@username" },
|
|
||||||
# { tumblr = "https://username.tumblr.com" },
|
|
||||||
# { twitch = "https://twitch.tv/username" },
|
|
||||||
{ twitter = "https://twitter.com/tar_honar" },
|
|
||||||
# { whatsapp = "https://wa.me/phone-number" },
|
|
||||||
# { youtube = "https://youtube.com/username" },
|
|
||||||
]
|
|
||||||
|
58
config/_default/languages.en.toml
Normal file
58
config/_default/languages.en.toml
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
languageCode = "en"
|
||||||
|
languageName = "English"
|
||||||
|
displayName = "EN"
|
||||||
|
isoCode = "en"
|
||||||
|
weight = 1
|
||||||
|
rtl = false
|
||||||
|
|
||||||
|
title = "OCram85.com"
|
||||||
|
logo = "img/logo_square.png"
|
||||||
|
description = "A personal blog about PowerShell, Automation and more."
|
||||||
|
# copyright = "Copy, _right?_ :thinking_face:"
|
||||||
|
|
||||||
|
dateFormat = "2 January 2006"
|
||||||
|
|
||||||
|
[author]
|
||||||
|
name = "OCram85"
|
||||||
|
image = "img/me.jpg"
|
||||||
|
headline = "A developer / DevOps guy fighting against corporate proxies."
|
||||||
|
bio = "A developer / DevOps guy fighting against corporate proxies."
|
||||||
|
links = [
|
||||||
|
{ email = "mailto:marco.blessing@googlemail.com" },
|
||||||
|
# { link = "https://link-to-some-website.com/" },
|
||||||
|
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
|
||||||
|
# { apple = "https://www.apple.com" },
|
||||||
|
# { blogger = "https://username.blogspot.com/" },
|
||||||
|
# { codepen = "https://codepen.io/username" },
|
||||||
|
# { dev = "https://dev.to/username" },
|
||||||
|
# { discord = "https://discord.gg/invitecode" },
|
||||||
|
# { dribbble = "https://dribbble.com/username" },
|
||||||
|
# { facebook = "https://facebook.com/username" },
|
||||||
|
# { flickr = "https://www.flickr.com/photos/username/" },
|
||||||
|
# { foursquare = "https://foursquare.com/username" },
|
||||||
|
{ github = "https://github.com/OCram85" },
|
||||||
|
# { gitlab = "https://gitlab.com/username" },
|
||||||
|
# { google = "https://www.google.com/" },
|
||||||
|
# { instagram = "https://instagram.com/username" },
|
||||||
|
# { keybase = "https://keybase.io/username" },
|
||||||
|
# { kickstarter = "https://www.kickstarter.com/profile/username" },
|
||||||
|
# { lastfm = "https://lastfm.com/user/username" },
|
||||||
|
{ linkedin = "https://linkedin.com/in/marco-blessing-884642109" },
|
||||||
|
# { mastodon = "https://mastodon.instance/@username" },
|
||||||
|
# { medium = "https://medium.com/username" },
|
||||||
|
# { microsoft = "https://www.microsoft.com/" },
|
||||||
|
# { patreon = "https://www.patreon.com/username" },
|
||||||
|
# { pinterest = "https://pinterest.com/username" },
|
||||||
|
# { reddit = "https://reddit.com/user/username" },
|
||||||
|
# { slack = "https://workspace.url/team/userid" },
|
||||||
|
# { snapchat = "https://snapchat.com/add/username" },
|
||||||
|
# { soundcloud = "https://soundcloud.com/username" },
|
||||||
|
# { steam = "https://steamcommunity.com/profiles/userid" },
|
||||||
|
# { telegram = "https://t.me/username" },
|
||||||
|
# { tiktok = "https://tiktok.com/@username" },
|
||||||
|
# { tumblr = "https://username.tumblr.com" },
|
||||||
|
# { twitch = "https://twitch.tv/username" },
|
||||||
|
{ twitter = "https://twitter.com/tar_honar" },
|
||||||
|
# { whatsapp = "https://wa.me/phone-number" },
|
||||||
|
# { youtube = "https://youtube.com/username" },
|
||||||
|
]
|
@ -7,3 +7,7 @@
|
|||||||
|
|
||||||
[highlight]
|
[highlight]
|
||||||
noClasses = false
|
noClasses = false
|
||||||
|
|
||||||
|
[tableOfContents]
|
||||||
|
startLevel = 2
|
||||||
|
endLevel = 4
|
||||||
|
@ -49,3 +49,4 @@
|
|||||||
name = "Stats"
|
name = "Stats"
|
||||||
url = "https://umami.ocram85.com/share/KAk7LmbU/Blog"
|
url = "https://umami.ocram85.com/share/KAk7LmbU/Blog"
|
||||||
weight = 30
|
weight = 30
|
||||||
|
|
@ -6,12 +6,16 @@
|
|||||||
# https://jpanther.github.io/congo/docs/configuration/#theme-parameters
|
# https://jpanther.github.io/congo/docs/configuration/#theme-parameters
|
||||||
|
|
||||||
colorScheme = "avocado"
|
colorScheme = "avocado"
|
||||||
darkMode = "true"
|
defaultAppearance = "dark" # valid options: light or dark
|
||||||
# darkToggle = false
|
autoSwitchAppearance = false
|
||||||
logo = "img/logo_square.png"
|
showAppearanceSwitcher = false
|
||||||
description = "A personal blog about PowerShell, Automation and more."
|
|
||||||
|
enableSearch = true
|
||||||
|
enableCodeCopy = true
|
||||||
|
|
||||||
# mainSections = ["section1", "section2"]
|
# mainSections = ["section1", "section2"]
|
||||||
# robots = ""
|
# robots = ""
|
||||||
|
showScrollToTop = true
|
||||||
|
|
||||||
[homepage]
|
[homepage]
|
||||||
layout = "profile" # valid options: page, profile, custom
|
layout = "profile" # valid options: page, profile, custom
|
||||||
@ -19,8 +23,7 @@ description = "A personal blog about PowerShell, Automation and more."
|
|||||||
|
|
||||||
[article]
|
[article]
|
||||||
showDate = true
|
showDate = true
|
||||||
#showDateUpdated = true
|
showDateUpdated = false
|
||||||
dateFormat = "2 January 2006"
|
|
||||||
showAuthor = true
|
showAuthor = true
|
||||||
showBreadcrumbs = false
|
showBreadcrumbs = false
|
||||||
showDraftLabel = true
|
showDraftLabel = true
|
||||||
@ -29,21 +32,25 @@ description = "A personal blog about PowerShell, Automation and more."
|
|||||||
editAppendPath = true
|
editAppendPath = true
|
||||||
showHeadingAnchors = true
|
showHeadingAnchors = true
|
||||||
showPagination = true
|
showPagination = true
|
||||||
|
invertPagination = false
|
||||||
showReadingTime = true
|
showReadingTime = true
|
||||||
|
showTableOfContents = true
|
||||||
|
showTaxonomies = false
|
||||||
showWordCount = true
|
showWordCount = true
|
||||||
sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
|
sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
|
||||||
|
|
||||||
[list]
|
[list]
|
||||||
showBreadcrumbs = false
|
showBreadcrumbs = false
|
||||||
showSummary = false
|
showSummary = false
|
||||||
|
showTableOfContents = false
|
||||||
groupByYear = true
|
groupByYear = true
|
||||||
|
|
||||||
[taxonomy]
|
|
||||||
showTermCount = true
|
|
||||||
|
|
||||||
[sitemap]
|
[sitemap]
|
||||||
excludedKinds = ["taxonomy", "term"]
|
excludedKinds = ["taxonomy", "term"]
|
||||||
|
|
||||||
|
[taxonomy]
|
||||||
|
showTermCount = true
|
||||||
|
|
||||||
[fathomAnalytics]
|
[fathomAnalytics]
|
||||||
# site = "ABC12345"
|
# site = "ABC12345"
|
||||||
# domain = "llama.yoursite.com"
|
# domain = "llama.yoursite.com"
|
||||||
|
@ -3,7 +3,3 @@ title: 'Welcome'
|
|||||||
date: 2021-12-22T14:29:49+01:00
|
date: 2021-12-22T14:29:49+01:00
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
{{< lead >}}
|
|
||||||
A developer / DevOps guy fighting against corporate proxies.
|
|
||||||
{{< /lead >}}
|
|
||||||
|
@ -14,6 +14,7 @@ showReadingTime: false
|
|||||||
showEdit: false
|
showEdit: false
|
||||||
#sharingLinks: [null]
|
#sharingLinks: [null]
|
||||||
showPagination: false
|
showPagination: false
|
||||||
|
showTableOfContents: false
|
||||||
---
|
---
|
||||||
|
|
||||||
{{< figure src="me.jpg" width="1200" height="800" >}}
|
{{< figure src="me.jpg" width="1200" height="800" >}}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<div class="flex px-4 py-3 rounded-md bg-primary-100 dark:bg-neutral-700 border-2 ">
|
<div class="flex px-4 py-3 rounded-md bg-primary-100 dark:bg-neutral-700">
|
||||||
<span class="pr-3 text-primary-400">
|
<span class="ltr:pr-3 rtl:pl-3 text-primary-400">
|
||||||
{{ partial "icon.html" "comment" }}
|
{{ partial "icon.html" "comment" }}
|
||||||
</span>
|
</span>
|
||||||
<span class="no-prose dark:text-neutral-300">
|
<span class="no-prose dark:text-neutral-300">
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit c49a1b18d619fc0a78f1c7d5f59761128dac6a1b
|
Subproject commit 480492a976a577d5ee563a69b57c7b45b519a23c
|
Loading…
Reference in New Issue
Block a user