sigkill · Codeberg.org

My personal website

  • Haskell 85.8%
  • HTML 4.8%
  • CSS 4.4%
  • Futhark 3.9%
  • Shell 0.7%
  • Other 0.3%
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-07 13:29:10 +02:00
blog Add missing word. 2026-05-21 08:25:36 +02:00
css Do not blast ordered lists. 2026-05-21 08:26:42 +02:00
files More notes. 2026-08-04 15:07:33 +02:00
hacks Ad-hoc patches are obsolete. 2021-04-10 14:56:10 +02:00
me Another book. 2026-07-28 13:08:13 +02:00
programs Language fixes. 2025-06-04 14:21:46 +02:00
projects Fix broken links. 2016-05-02 09:26:26 +02:00
submodules Update submodules. 2015-05-20 18:25:23 +02:00
templates Eradicate GitHub link. 2024-01-31 22:49:40 +01:00
writings More notes. 2026-08-07 13:29:10 +02:00
.gitignore SML program. 2024-10-13 10:16:15 +02:00
.gitmodules Change everything to use Hakyll. 2012-02-19 19:46:15 +01:00
default.nix Tweak. 2026-08-04 15:47:42 +02:00
deploy.sh Nicer this way. 2022-06-13 13:06:44 +02:00
id_rsa.pub More keys. 2020-08-16 16:46:25 +02:00
index.md Put in my Zoom link as well. 2025-06-04 14:22:51 +02:00
links.md Another link. 2025-12-23 01:39:59 +01:00
pubkey.asc New public key. 2015-06-04 10:36:33 +02:00
README.md Tweak. 2026-08-04 15:47:42 +02:00
robots.txt Update robots.txt. 2016-08-22 15:42:29 +02:00
shell.nix absin.hs. 2025-03-23 19:54:13 +01:00
sigkill.cabal Extract titles from content. 2026-08-04 16:31:38 +02:00
sigkill.lhs Fix typos. 2026-08-04 16:34:48 +02:00
watch.sh More Nix stuff. 2024-08-27 13:42:14 +02:00

The sigkill.dk website

This is a fairly straightforward Hakyll website. It uses Nix to specify the various dependencies.

Building the generator

$ nix-build

This produces an executable result/bin/sigkill.

Using the generator

Just do result/bin/sigkill with the various Hakyll commands, e.g

$ result/bin/sigkill build

builts the site in _site.

Read the original on codeberg.org ↗