initial commit

This commit is contained in:
Rico Ullmann 2019-03-23 18:33:22 +01:00
commit 8b3e9f67aa
Signed by: rullmann
GPG Key ID: 1C6E8C577C878C6F
5 changed files with 43 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/vncnt-hugo"]
path = themes/vncnt-hugo
url = https://github.com/fncnt/vncnt-hugo

6
archetypes/default.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

33
config.toml Normal file
View File

@ -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"

BIN
static/img/rullmann.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

1
themes/vncnt-hugo Submodule

@ -0,0 +1 @@
Subproject commit 849ca19b3c289353d889c185630948435c884ca8