commit 8b3e9f67aade5f1bb89fe452d2998bfcdd6fba73 Author: Rico Ullmann Date: Sat Mar 23 18:33:22 2019 +0100 initial commit diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9a210e2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/vncnt-hugo"] + path = themes/vncnt-hugo + url = https://github.com/fncnt/vncnt-hugo diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..3333b74 --- /dev/null +++ b/config.toml @@ -0,0 +1,33 @@ +baseURL = "https://ullmann.space/" +buildDrafts = false +buildFuture = false +buildExpired = false +relativeURLs = true +disableRSS = true +enableRobotsTXT = true +editor = "vi" +languageCode = "en" +language = "us" +theme = "vncnt-hugo" +title = "Rico Ullmann ยท Landing Page" + +[blackfriday] + extensions = ["hardLineBreak"] + +[permalinks] + fixed = ":title/" + posts = "posts/:slug/" + +[params] + author = "Rico Ullmann" + email = "rico@ullmann.space" + description = "Landing Page" + bio = "Friendly nerd with his Thinkpad\nFedora and monitoring fanboy.\nFor a living? IT Consultant - Atlassian." + avatar = "img/rullmann.jpg" + favicon = "img/favicon.ico" + error404 = "There is no such page." + + [params.contact] + github = "https://github.com/rullmann" + instagram = "https://instagram.com/_0x23" + twitter = "https://twitter.com/_0x23" diff --git a/static/img/rullmann.jpg b/static/img/rullmann.jpg new file mode 100644 index 0000000..ad87ee2 Binary files /dev/null and b/static/img/rullmann.jpg differ diff --git a/themes/vncnt-hugo b/themes/vncnt-hugo new file mode 160000 index 0000000..849ca19 --- /dev/null +++ b/themes/vncnt-hugo @@ -0,0 +1 @@ +Subproject commit 849ca19b3c289353d889c185630948435c884ca8