-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Delete hugo crap, as much as possible."
This reverts commit 24c2064.
- Loading branch information
Showing
21 changed files
with
207 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: "{{ replace .Name "-" " " | title }}" | ||
date: {{ .Date }} | ||
draft: true | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# -- Site Configuration -- | ||
# Refer to the theme docs for more details about each of these parameters. | ||
# https://jpanther.github.io/congo/docs/getting-started/ | ||
|
||
baseURL = "https://robbmann.io" | ||
languageCode = "en" | ||
defaultContentLanguage = "en" | ||
|
||
enableRobotsTXT = true | ||
paginate = 10 | ||
summaryLength = 0 | ||
|
||
[outputs] | ||
home = ["HTML", "RSS", "JSON"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
languageCode = "en" | ||
languageName = "English" | ||
displayName = "EN" | ||
isoCode = "en" | ||
weight = 1 | ||
rtl = false | ||
|
||
title = "robbmann" | ||
# logo = "img/logo.jpg" | ||
description = "It's Robb, man!" | ||
# copyright = "Copy, _right?_ :thinking_face:" | ||
|
||
dateFormat = "2 January 2006" | ||
|
||
[author] | ||
name = "Robert Enzmann" | ||
image = "img/robb_python_grey.png" | ||
headline = "Data{Science,Engineering}" | ||
bio = "I handle `make`s and snakes" | ||
links = [ | ||
{ email = "mailto:[email protected]" }, | ||
# { 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/renzmann" }, | ||
# { 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://www.linkedin.com/in/renzmann" }, | ||
# { mastodon = "https://mastodon.instance/@pplayouts" }, | ||
# { 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/renzmann" }, | ||
# { 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/username" }, | ||
# { whatsapp = "https://wa.me/phone-number" }, | ||
# { youtube = "https://youtube.com/username" }, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# -- Markup -- | ||
# These settings are required for the theme to function. | ||
|
||
[goldmark] | ||
[goldmark.renderer] | ||
unsafe = true | ||
|
||
[highlight] | ||
noClasses = false | ||
|
||
[tableOfContents] | ||
startLevel = 2 | ||
endLevel = 4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# -- Main Menu -- | ||
# The main menu is displayed in the header at the top of the page. | ||
# Acceptable parameters are name, pageRef, page, url, title, weight. | ||
# | ||
# The simplest menu configuration is to provide: | ||
# name = The name to be displayed for this menu link | ||
# pageRef = The identifier of the page or section to link to | ||
# | ||
# By default the menu is ordered alphabetically. This can be | ||
# overridden by providing a weight value. The menu will then be | ||
# ordered by weight from lowest to highest. | ||
|
||
[[main]] | ||
name = "Posts" | ||
pageRef = "posts" | ||
weight = 10 | ||
|
||
[[main]] | ||
name = ".emacs.d" | ||
pageref = "emacsd" | ||
weight = 20 | ||
|
||
[[main]] | ||
name = "GitHub" | ||
url = "https://github.com/renzmann" | ||
weight = 30 | ||
|
||
|
||
# -- Footer Menu -- | ||
# The footer menu is displayed at the bottom of the page, just before | ||
# the copyright notice. Configure as per the main menu above. | ||
|
||
# [[footer]] | ||
# name = "Tags" | ||
# pageRef = "tags" | ||
# weight = 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[[imports]] | ||
path = "github.com/jpanther/congo/v2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# -- Theme Options -- | ||
# These options control how the theme functions and allow you to | ||
# customise the display of your website. | ||
# | ||
# Refer to the theme docs for more details about each of these parameters. | ||
# https://jpanther.github.io/congo/docs/configuration/#theme-parameters | ||
|
||
colorScheme = "congo" | ||
# defaultAppearance = "dark" # valid options: light or dark | ||
autoSwitchAppearance = true | ||
showAppearanceSwitcher = true | ||
|
||
enableSearch = true | ||
enableCodeCopy = false | ||
|
||
# mainSections = ["section1", "section2"] | ||
# robots = "" | ||
showScrollToTop = true | ||
|
||
[homepage] | ||
layout = "profile" # valid options: page, profile, custom | ||
showRecent = false | ||
|
||
[article] | ||
showDate = true | ||
showDateUpdated = false | ||
showAuthor = true | ||
showBreadcrumbs = false | ||
showDraftLabel = true | ||
showEdit = false | ||
# editURL = "https://github.com/username/repo/" | ||
editAppendPath = true | ||
showHeadingAnchors = true | ||
showPagination = true | ||
invertPagination = false | ||
showReadingTime = true | ||
showTableOfContents = false | ||
showTaxonomies = false | ||
showWordCount = false | ||
# sharingLinks = ["email", "github", "linkedin"] | ||
|
||
[list] | ||
showBreadcrumbs = false | ||
showSummary = false | ||
showTableOfContents = false | ||
groupByYear = true | ||
|
||
[sitemap] | ||
excludedKinds = ["taxonomy", "term"] | ||
|
||
[taxonomy] | ||
showTermCount = true | ||
|
||
[fathomAnalytics] | ||
# site = "ABC12345" | ||
# domain = "llama.yoursite.com" | ||
|
||
[verification] | ||
# google = "" | ||
# bing = "" | ||
# pinterest = "" | ||
# yandex = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
module github.com/renzmann/renzmann.github.io | ||
|
||
go 1.17 | ||
|
||
require github.com/jpanther/congo/v2 v2.1.3 // indirect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
github.com/jpanther/congo/v2 v2.1.3 h1:9f9HyLEc52EdIdzJmbDnwxh0UF20BbkGLO+D2XR/OPo= | ||
github.com/jpanther/congo/v2 v2.1.3/go.mod h1:1S7DRoO1ZYS4YUdFd1LjTkdyjQwsjFWd8TqSfz3Jd+M= |
Binary file added
BIN
+52.7 KB
...e_dag/our-dag_hu2f86a2322769275a9b1a887ead08ed56_171913_1024x0_resize_box_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+73.1 KB
...e_dag/our-dag_hu2f86a2322769275a9b1a887ead08ed56_171913_1320x0_resize_box_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+13.4 KB
...ke_dag/our-dag_hu2f86a2322769275a9b1a887ead08ed56_171913_330x0_resize_box_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+32.8 KB
...ke_dag/our-dag_hu2f86a2322769275a9b1a887ead08ed56_171913_660x0_resize_box_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+52.7 KB
...e_dag/our-dag_hu2f86a2322769275a9b1a887ead08ed56_171913_1024x0_resize_box_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+73.1 KB
...e_dag/our-dag_hu2f86a2322769275a9b1a887ead08ed56_171913_1320x0_resize_box_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+13.4 KB
...ke_dag/our-dag_hu2f86a2322769275a9b1a887ead08ed56_171913_330x0_resize_box_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+32.8 KB
...ke_dag/our-dag_hu2f86a2322769275a9b1a887ead08ed56_171913_660x0_resize_box_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+16.2 KB
...on_grey_huf4e52b91f6345de53e62f8c2a64f08ae_471021_192x192_fill_box_smart1_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+26.7 KB
...on_grey_huf4e52b91f6345de53e62f8c2a64f08ae_471021_288x288_fill_box_smart1_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.