Compare commits

...

No commits in common. "main" and "8f27ab23d8e63187742ad7aefb97f4cdded4e9a0" have entirely different histories.

38 changed files with 134 additions and 89 deletions

6
.gitmodules vendored Normal file
View File

@ -0,0 +1,6 @@
[submodule "themes/vncnt-hugo"]
path = themes/vncnt-hugo
url = https://github.com/fncnt/vncnt-hugo
[submodule "themes/gruvhugo"]
path = themes/gruvhugo
url = https://gitlab.com/avron/gruvhugo.git

View File

@ -1,13 +1,11 @@
OUTPUTDIR=./public
SSH_HOST=n-fi
SSH_HOST=n-mail
SSH_USER=rullmann
SSH_TARGET_DIR=/var/www/ullmann.space/htdocs
ssh_upload:
hugo
rsync --delete -r --cvs-exclude --info=progress2 --rsync-path="sudo rsync" $(OUTPUTDIR)/ $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR)/
ssh ${SSH_HOST} "sudo chown -R nginx: ${SSH_TARGET_DIR}"
server:
hugo server -D

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# hugo-ullmann.space
Simple, personal landing page built with [hugo](https://gohugo.io) and [vncnt-hugo](https://github.com/fncnt/vncnt-hugo).
Deployed at [ullmann.space](https://ullmann.space).

View File

@ -1,42 +1,110 @@
baseURL = "https://ullmann.space"
languageCode = "de-de"
title = "Rico Ullmann"
theme="archie"
pygmentsstyle = "monokai"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
favicon = true
baseURL = "https://ullmann.space/"
buildDrafts = false
buildFuture = false
buildExpired = false
relativeURLs = true
disableRSS = true
enableRobotsTXT = true
editor = "vi"
languageCode = "en"
language = "us"
theme = "gruvhugo"
title = "Rico Ullmann · Landing Page"
[params]
mode="auto"
subtitle = "Mag Fedora, Musik, Podcasts und Fahrrad fahren. Macht etwas mit IT Projekten in einem agilen Umfeld."
defaultExtension= "html"
metaDataFormat= "yaml"
[[params.social]]
name = "Gitea"
icon = "git-branch"
url = "https://git.ullmann.space/rullmann"
[params.main]
enabled = true
enableKatex = true
metaKeywords = "rico, ullmann, wiesbaden"
headerTitle = "Rico Ullmann"
name = "Rico Ullmann"
img = "img/rullmann.jpg"
icon = "img/man.png"
description= "Fedora fanboy with his thinkpad. Organising projects as a hobby (and for a living). Topics of interest in random order: environmentalism, open source community, queer activism, monitoring/observability, IT security, agile-whatever."
licenseUrl = ""
[[params.social]]
name = "GitHub"
icon = "github"
url = "https://github.com/stillbeben"
# Social icons
[[params.social]]
name = "dev"
url = "https://git.ullmann.space"
[[params.social]]
name = "LinkedIn"
icon = "linkedin"
url = "https://www.linkedin.com/in/rico-ullmann-1712067b/"
[[params.social]]
name = "github"
url = "https://github.com/rullmann"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[params.social]]
name = "xing"
url = "https://www.xing.com/profile/Rico_Ullmann4"
[[menu.main]]
name = "About"
url = "/about"
weight = 2
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/rico-ullmann-1712067b/"
[menu]
[[menu.main]]
identifier = "impress"
name = "impress"
url = "impress"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.asciidocExt]
backend = "html5"
docType = "article"
extensions = []
failureLevel = "fatal"
noHeaderOrFooter = true
safeMode = "unsafe"
sectionNumbers = false
trace = false
verbose = true
workingFolderCurrent = false
[markup.asciidocExt.attributes]
[markup.blackFriday]
angledQuotes = false
footnoteAnchorPrefix = ""
footnoteReturnLinkContents = ""
fractions = true
hrefTargetBlank = false
latexDashes = true
nofollowLinks = false
noreferrerLinks = false
plainIDAnchors = true
skipHTML = false
smartDashes = true
smartypants = true
smartypantsQuotesNBSP = false
taskLists = true
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.parser]
attribute = true
autoHeadingID = true
autoHeadingIDType = "github"
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xhtml = false
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "monokai"
tabWidth = 4
[markup.tableOfContents]
endLevel = 3
ordered = false
startLevel = 2

View File

@ -1,11 +0,0 @@
+++
title = "about me"
description = "About me / Über mich"
date = "2023-10-28"
author = "Rico Ullmann"
aliases = ["about-me"]
+++
Hallo, mein Name ist Rico.
In meiner Freizeit bin ich aktivistisch aktiv. Oder politisch. Oder ich liege in der Hängematte.

21
content/impress.md Normal file
View File

@ -0,0 +1,21 @@
+++
title = "impress"
description = "impress for ullmann.space"
date = "2021-06-18"
author = "Rico Ullmann"
+++
# impress / contact information
ullmann.space is my personal page. It does not expose a blog or other editorial content.<br>
mail.ullmann.space is my personal mail server. It does not provide mail or other services to paying individuals/organisations. It may be used as a mail server for friends.
Deutsche Telekom requires ["a website providing full contact details"](https://postmaster.t-online.de/index.en.html#t4.1) to accept emails from mail.ullmann.space. So here we go:
Rico Ullmann<br>
Hasengartenstraße 9A<br>
65189 Wiesbaden<br>
Germany
Abuse address: abuse@ullmann.space<br>
Phone: +49 611 98859495

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 938 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -1,2 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

BIN
static/img/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
static/img/rullmann.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View File

@ -1,41 +0,0 @@
{
"name": "App",
"icons": [
{
"src": "\/android-icon-36x36.png",
"sizes": "36x36",
"type": "image\/png",
"density": "0.75"
},
{
"src": "\/android-icon-48x48.png",
"sizes": "48x48",
"type": "image\/png",
"density": "1.0"
},
{
"src": "\/android-icon-72x72.png",
"sizes": "72x72",
"type": "image\/png",
"density": "1.5"
},
{
"src": "\/android-icon-96x96.png",
"sizes": "96x96",
"type": "image\/png",
"density": "2.0"
},
{
"src": "\/android-icon-144x144.png",
"sizes": "144x144",
"type": "image\/png",
"density": "3.0"
},
{
"src": "\/android-icon-192x192.png",
"sizes": "192x192",
"type": "image\/png",
"density": "4.0"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1 +0,0 @@
/home/stillbeben/git/public/archie

1
themes/gruvhugo Submodule

@ -0,0 +1 @@
Subproject commit 7a5d8108f8e3bc7e509ac0a8895f109912093967

1
themes/vncnt-hugo Submodule

@ -0,0 +1 @@
Subproject commit 4c1d20a49cbc8c463d64fcba747433b0bae1df8b