diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-12-28 09:37:48 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-12-28 09:37:48 -0500 |
commit | 5d0ba4eabcde6fbadaddaf980accf70ee2e2218c (patch) | |
tree | 34d86be15a278c75500db2542901cda0780872ee /pages | |
parent | 2f40ed6841d4c61a8a1660c1f81012af73c336c4 (diff) |
Use new flat page and redirect features in Haunt!
Diffstat (limited to 'pages')
-rw-r--r-- | pages/about.md | 13 | ||||
-rw-r--r-- | pages/projects.md | 20 |
2 files changed, 33 insertions, 0 deletions
diff --git a/pages/about.md b/pages/about.md new file mode 100644 index 0000000..542c248 --- /dev/null +++ b/pages/about.md @@ -0,0 +1,13 @@ +title: About me +--- + +## Hi. + +I am a professional software developer. I like to write +programs in Scheme in my free time, such as the software that built +this website. + +I also like to garden and make things out of wood. + +If you're into social media, you can follow me on +[Mastodon](https://toot.cat/@dthompson). diff --git a/pages/projects.md b/pages/projects.md new file mode 100644 index 0000000..9cf79ee --- /dev/null +++ b/pages/projects.md @@ -0,0 +1,20 @@ +title: Projects +--- + +## Projects + +[Haunt](projects/haunt.html) — Functional, hackable static site generator + +[Chickadee](projects/chickadee.html) — Game development toolkit for Guile Scheme + +[guile-SDL2](projects/guile-sdl2.html) — SDL2 bindings for Guile Scheme + +[guile-syntax-highlight](projects/guile-syntax-highlight.html) — Syntax highlighting library for Guile Scheme + +[guile-websocket](projects/guile-websocket.html) — WebSocket library for Guile Scheme + +[Shroud](projects/shroud.html) — GPG-based password manager (inactive) + +[Sly](projects/sly.html) — Functional reactive game engine (abandoned) + +[srt2vtt](projects/srt2vtt.html) — SRT to WebVTT subtitle converter |