• JavaScript 38.9%
  • CSS 22.1%
  • HTML 20.2%
  • SCSS 16.9%
  • Ruby 1.7%
  • Other 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-08-28 08:14:35 +02:00
.github Remove discord notifier 2025-04-08 08:15:55 +02:00
.vscode Add vscode settings 2023-12-16 18:54:03 +01:00
_drafts Remove all {% highlight %} usage 2020-06-11 07:56:47 +02:00
content Deleted my storygraph account 2025-08-28 08:14:35 +02:00
sass/assets Add license and copyright to website 2025-08-16 17:39:53 +02:00
script Fix spelling 2021-03-07 16:19:02 +01:00
static Add license and copyright to website 2025-08-16 17:39:53 +02:00
templates Add license and copyright to website 2025-08-16 17:39:53 +02:00
test Fix tests 2025-04-08 08:15:51 +02:00
.gitignore Migrate to Zola 2020-06-14 11:31:07 +02:00
.htaccess Fix redirects for /portfolio 2014-08-14 11:25:43 +02:00
.proselintrc More link fixes 2017-12-12 23:37:53 +01:00
.ruby-version Update Ruby and bundler 2025-04-08 08:06:11 +02:00
config.toml Update what I'm doing 2025-03-27 21:09:29 +01:00
Gemfile Add rexml gem 2023-11-09 23:01:16 +01:00
Gemfile.lock Merge pull request #432 from phansch/dependabot/bundler/bundler-8bcbabbe88 2025-08-09 18:43:15 +02:00
LICENSE-CC-BY-NC4.0 Add LICENSE files 2025-08-16 12:59:29 +02:00
LICENSE-MIT Add LICENSE files 2025-08-16 12:59:29 +02:00
Rakefile Update HTMLProofer options 2023-11-09 23:15:27 +01:00
README.md Remove old build status 2025-08-17 12:26:48 +02:00

philhansch.net

This is the data for my blog. It uses Zola to generate a static website whenever I push new content to Codeberg.

Development

Tests

Execute the tests with:

rake test

Serving

Run Zola with:

zola serve

and open the website on 127.0.0.1:1111.