diff options
| author | 2026-05-01 09:44:14 +0200 | |
|---|---|---|
| committer | 2026-05-01 10:02:09 +0200 | |
| commit | d2351ede6147fc6e4bb3957bfdfc3cac1fbfa581 (patch) | |
| tree | c0e220a1beec9b574804f9878c50abe2aff8d29b | |
| parent | a3d0c12c820f15e6dab56b94a748bd0c5252be56 (diff) | |
test
| -rw-r--r-- | config.toml | 2 | ||||
| -rw-r--r-- | content/_index.md | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/config.toml b/config.toml index 0272506..e9c035d 100644 --- a/config.toml +++ b/config.toml @@ -9,14 +9,12 @@ compile_sass = false # Whether to build a search index to be used later on by a JavaScript library build_search_index = false -# When set to "true", the generated HTML files are minified. minify_html = false taxonomies = [ { name = "tags", feed = true}, ] - [markdown] external_links_class = "external_link" diff --git a/content/_index.md b/content/_index.md index 68c152e..0455039 100644 --- a/content/_index.md +++ b/content/_index.md @@ -16,9 +16,10 @@ I also like linguistics, retrocomputing, cooking and tool-assisted speedruns (TA PICO-8 game Celeste - [cff](https://git.sr.ht/~lsof/cff/), also [pez](https://git.sr.ht/~lsof/pez); toy programming language experiments -## Other Links +## Links - I have a somewhat neglected [blog](/w). +- [Personal git repos](https://git.lemon.rip) - I (used to) make Super Mario 64 TASes, which can be found on my [youtube channel](https://www.youtube.com/@lemon9bug). -  - [contact](/contact) |