Skip to Content

WWW

2018 - Present
GitLab Repository

DNS: Cloudflare.
Hosting: GitLab Pages.
Static site generator: Hugo.

Previous iterations:

  • Rust Rocket:
    Rocket web framework for Rust, which renders Markdown and TOML files as HTML; no database is needed to store information. A simple new/edit/delete web interface is provided during development (via ./run.sh dev).
  • Python Flask:
    Modules like Flask-FlatPages for storing (no database) and rendering pages, projects, and blog posts. Gunicorn, HTTP server, was installed inside the application’s virtualenv.
  • Ruby on Rails