Diff log for Colophon - Home

2026-03-20 21:50:16

+---
+title: Colophon
+created_date: 28/09/2023
+publish: true
+tags:
+  - forward-slash
+---
+
+This website is composed of static, interlinked HTML files, structured like a wiki. It is generated by my own static site generator, written in [[Python]], that consumes `.md` files from an [[Obsidian]] vault, and renders HTML using templates. It extends `networkx.DiGraph()` to simplify features like extracting backlinks for each wiki node and other graph-theoretic functionality that may be added in the future, once structure emerges.
+
+The font used throughout the wiki is [Inter](https://rsms.me/inter) by [Rasmus Andersson](https://rsms.me).
+
+The files are currently served by [GitHub Pages](https://pages.github.com/).
+
+## Roadmap
+There are a number of features I will add gradually to the engine, as time permits. Some of these features are already implemented in the backend but not surfaced yet in the rendered page.
+
+- RSS/Atom feed
+- Inline external link icon
+- Tags (not sure if it will be used)
+- Code formatting
+- Syntax highlighting
+- Table formatting
+- Search capability
+- Favicon
+- Go back to top link
+
+## Legal
+All content within varelasaraiva.com is owned by me unless stated otherwise. My personal views are not my employer's.
\ No newline at end of file