The source code for my personal blog. https://www.roosens.me
This repository has been archived on 2021-08-14. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
Go to file
Jef Roosens 5f81540be2
Stress
2021-08-14 18:59:10 +02:00
archetypes Initialized project 2021-05-03 17:30:45 +02:00
content Stress 2021-08-14 18:59:10 +02:00
data Added project files 2021-05-03 18:05:09 +02:00
layouts Started first post 2021-05-03 21:00:05 +02:00
static/scripts Let's try that again 2021-05-17 15:23:06 +02:00
themes Added project files 2021-05-03 18:05:09 +02:00
.dockerignore Switched to thttpd-based Docker image 2021-07-19 18:43:55 +02:00
.gitignore Initial commit 2021-05-03 17:59:10 +02:00
.gitmodules Added project files 2021-05-03 18:05:09 +02:00
.woodpecker.yml Switched CI to building the Docker image 2021-07-09 14:43:35 +02:00
Dockerfile Switched to clang 2021-07-21 15:56:33 +02:00
LICENSE.md Updated about me page 2021-05-15 09:11:50 +02:00
Makefile Switched to clang 2021-07-21 15:56:33 +02:00
README.md Updated README 2021-05-15 09:08:37 +02:00
config.yaml Changed Gitea links 2021-08-14 18:32:01 +02:00

README.md

bever-dam

This repository contains the source code for my blog.

How

I use the popular open-source static site generator hugo, using a lovely theme called Notepadium. I picked this theme because I like the way it looks, but also because it markets itself as being 100% JavaScript-free. As I'm a big advocate of unbloating the web, this spoke to me. A blog shouldn't need any JavaScript, besides maybe a comment section. Furthermore, it's licensed under the MIT license, making it compatible with this site.

Why

My brain often explodes with ideas for self-hosting new services, starting a new project or improving upon a previous one. That's why a lot of my self-hosting infrastructure has been centered around making this process of thinking of ideas and realizing them more straightforward. The goal of this blog is to share the things I've learning along the way, so hopefully, that one person that finds this blog won't have to struggle as much as I do.