set individual site config

This commit is contained in:
OCram85 2021-12-23 08:58:50 +01:00
parent 1856bac0d1
commit 0c906bdd72
4 changed files with 31 additions and 19 deletions

View File

@ -2,11 +2,11 @@
# Refer to the theme docs for more details about each of these parameters. # Refer to the theme docs for more details about each of these parameters.
# https://jpanther.github.io/congo/docs/getting-started/ # https://jpanther.github.io/congo/docs/getting-started/
# baseURL = "https://your_domain.com/" baseURL = "https://ocram85.com/"
languageCode = "en" languageCode = "en"
defaultContentLanguage = "en" defaultContentLanguage = "en"
title = "Congo" title = "OCram85.com"
# copyright = "Copy, _right?_ :thinking_face:" # copyright = "Copy, _right?_ :thinking_face:"
enableEmoji = true enableEmoji = true
@ -14,12 +14,14 @@ enableRobotsTXT = true
summaryLength = 0 summaryLength = 0
theme = "congo"
[author] [author]
# name = "Your name here" name = "OCram85"
# image = "img/author.jpg" image = "img/me.jpg"
# bio = "A little bit about you" bio = "A developer / DevOps guy fighting against corporate proxies."
# links = [ links = [
# { email = "mailto:hello@your_domain.com" }, { email = "mailto:marco.blessing@googlemail.com" },
# { link = "https://link-to-some-website.com/" }, # { link = "https://link-to-some-website.com/" },
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" }, # { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
# { apple = "https://www.apple.com" }, # { apple = "https://www.apple.com" },
@ -30,14 +32,14 @@ summaryLength = 0
# { facebook = "https://facebook.com/username" }, # { facebook = "https://facebook.com/username" },
# { flickr = "https://www.flickr.com/photos/username/" }, # { flickr = "https://www.flickr.com/photos/username/" },
# { foursquare = "https://foursquare.com/username" }, # { foursquare = "https://foursquare.com/username" },
# { github = "https://github.com/username" }, { github = "https://github.com/OCram85" },
# { gitlab = "https://gitlab.com/username" }, # { gitlab = "https://gitlab.com/username" },
# { google = "https://www.google.com/" }, # { google = "https://www.google.com/" },
# { instagram = "https://instagram.com/username" }, # { instagram = "https://instagram.com/username" },
# { keybase = "https://keybase.io/username" }, # { keybase = "https://keybase.io/username" },
# { kickstarter = "https://www.kickstarter.com/profile/username" }, # { kickstarter = "https://www.kickstarter.com/profile/username" },
# { lastfm = "https://lastfm.com/user/username" }, # { lastfm = "https://lastfm.com/user/username" },
# { linkedin = "https://linkedin.com/in/username" }, { linkedin = "https://linkedin.com/in/marco-blessing-884642109" },
# { mastodon = "https://mastodon.instance/@username" }, # { mastodon = "https://mastodon.instance/@username" },
# { medium = "https://medium.com/username" }, # { medium = "https://medium.com/username" },
# { microsoft = "https://www.microsoft.com/" }, # { microsoft = "https://www.microsoft.com/" },
@ -52,7 +54,7 @@ summaryLength = 0
# { tiktok = "https://tiktok.com/@username" }, # { tiktok = "https://tiktok.com/@username" },
# { tumblr = "https://username.tumblr.com" }, # { tumblr = "https://username.tumblr.com" },
# { twitch = "https://twitch.tv/username" }, # { twitch = "https://twitch.tv/username" },
# { twitter = "https://twitter.com/username" }, { twitter = "https://twitter.com/tar_honar" },
# { whatsapp = "https://wa.me/phone-number" }, # { whatsapp = "https://wa.me/phone-number" },
# { youtube = "https://youtube.com/username" }, # { youtube = "https://youtube.com/username" },
# ] ]

View File

@ -5,32 +5,33 @@
# Refer to the theme docs for more details about each of these parameters. # Refer to the theme docs for more details about each of these parameters.
# https://jpanther.github.io/congo/docs/configuration/#theme-parameters # https://jpanther.github.io/congo/docs/configuration/#theme-parameters
colorScheme = "congo" colorScheme = "avocado"
# darkMode = "auto" # darkMode = "auto"
# darkToggle = false # darkToggle = false
# logo = "img/logo.jpg" # logo = "img/logo.jpg"
# description = "My awesome website" description = "A personal blog about PowerShell, Automation and more."
# mainSections = ["section1", "section2"] # mainSections = ["section1", "section2"]
# robots = "" # robots = ""
[homepage] [homepage]
layout = "page" # valid options: page, profile, custom layout = "profile" # valid options: page, profile, custom
showRecent = false showRecent = true
[article] [article]
showDate = true showDate = true
showDateUpdated = true
dateFormat = "2 January 2006" dateFormat = "2 January 2006"
showAuthor = true showAuthor = true
showBreadcrumbs = false showBreadcrumbs = false
showDraftLabel = true showDraftLabel = true
showEdit = false showEdit = true
# editURL = "https://github.com/username/repo/" editURL = "https://github.com/OCram85/Blog/"
editAppendPath = true editAppendPath = true
showHeadingAnchors = true showHeadingAnchors = true
showPagination = true showPagination = true
showReadingTime = true showReadingTime = true
showWordCount = false showWordCount = true
# sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"] sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
[list] [list]
showBreadcrumbs = false showBreadcrumbs = false

9
content/_index.md Normal file
View File

@ -0,0 +1,9 @@
---
title: 'Welcome'
date: 2021-12-22T14:29:49+01:00
draft: false
---
{{< lead >}}
A developer / DevOps guy fighting against corporate proxies.
{{< /lead >}}

BIN
static/img/me.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB