diff --git a/config/_default/config.toml b/config/_default/config.toml index dc61669..bcb34b0 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -2,11 +2,11 @@ # Refer to the theme docs for more details about each of these parameters. # https://jpanther.github.io/congo/docs/getting-started/ -# baseURL = "https://your_domain.com/" +baseURL = "https://ocram85.com/" languageCode = "en" defaultContentLanguage = "en" -title = "Congo" +title = "OCram85.com" # copyright = "Copy, _right?_ :thinking_face:" enableEmoji = true @@ -14,12 +14,14 @@ enableRobotsTXT = true summaryLength = 0 +theme = "congo" + [author] - # name = "Your name here" - # image = "img/author.jpg" - # bio = "A little bit about you" - # links = [ - # { email = "mailto:hello@your_domain.com" }, + name = "OCram85" + image = "img/me.jpg" + 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" }, @@ -30,14 +32,14 @@ summaryLength = 0 # { facebook = "https://facebook.com/username" }, # { flickr = "https://www.flickr.com/photos/username/" }, # { foursquare = "https://foursquare.com/username" }, - # { github = "https://github.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/username" }, + { linkedin = "https://linkedin.com/in/marco-blessing-884642109" }, # { mastodon = "https://mastodon.instance/@username" }, # { medium = "https://medium.com/username" }, # { microsoft = "https://www.microsoft.com/" }, @@ -52,7 +54,7 @@ summaryLength = 0 # { tiktok = "https://tiktok.com/@username" }, # { tumblr = "https://username.tumblr.com" }, # { twitch = "https://twitch.tv/username" }, - # { twitter = "https://twitter.com/username" }, + { twitter = "https://twitter.com/tar_honar" }, # { whatsapp = "https://wa.me/phone-number" }, # { youtube = "https://youtube.com/username" }, - # ] + ] diff --git a/config/_default/params.toml b/config/_default/params.toml index 6d01524..b701b2d 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -5,32 +5,33 @@ # Refer to the theme docs for more details about each of these parameters. # https://jpanther.github.io/congo/docs/configuration/#theme-parameters -colorScheme = "congo" +colorScheme = "avocado" # darkMode = "auto" # darkToggle = false # logo = "img/logo.jpg" -# description = "My awesome website" +description = "A personal blog about PowerShell, Automation and more." # mainSections = ["section1", "section2"] # robots = "" [homepage] - layout = "page" # valid options: page, profile, custom - showRecent = false + layout = "profile" # valid options: page, profile, custom + showRecent = true [article] showDate = true + showDateUpdated = true dateFormat = "2 January 2006" showAuthor = true showBreadcrumbs = false showDraftLabel = true - showEdit = false - # editURL = "https://github.com/username/repo/" + showEdit = true + editURL = "https://github.com/OCram85/Blog/" editAppendPath = true showHeadingAnchors = true showPagination = true showReadingTime = true - showWordCount = false - # sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"] + showWordCount = true + sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"] [list] showBreadcrumbs = false diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..6ded515 --- /dev/null +++ b/content/_index.md @@ -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 >}} diff --git a/static/img/me.jpg b/static/img/me.jpg new file mode 100644 index 0000000..5300f13 Binary files /dev/null and b/static/img/me.jpg differ