Commit Graph

9 Commits

Author SHA1 Message Date
phundrak 3f828a754b feat(frontend): main page 2025-11-11 19:12:03 +01:00
phundrak 89c7588883 feat(backend): build backend with Nix and add CI 2025-11-06 09:27:39 +01:00
phundrak 007c3d1c18 feat: initialization migration to Nuxt + Backend
This commit initializes both the Nuxt frontend and the Rust backend of
the new version of phundrak.com
2025-11-06 09:27:39 +01:00
phundrak cf1147204c chore: update Vuepress, add search bar 2024-01-27 16:15:57 +01:00
phundrak cc0a479550 docs: switch from Markdown to orgmode
BREAKING CHANGE: Emacs required to export orgmode files to Markdown
2023-05-11 00:19:47 +02:00
phundrak 668e1e2a96 chore: delete backend
Initially, the backend was meant to cache calls to the GitHub API.
However, I decided to just cache them in the sessionStorage of the
visitor’s browser instead.
2023-03-22 11:46:09 +01:00
phundrak 7f217641f0 feat(backend): add initial backend
Backend as is can query GitHub for the information that will be
necessary later on in the frontend's pages. It does not cache this
information yet though.

Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
2023-02-09 12:13:51 +01:00
phundrak 8413181750 refactor: move Vuepress files in dedicated directory
Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
2023-02-09 12:13:47 +01:00
phundrak 446a6f18e0 feat: initial commit
Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
2023-02-09 12:12:37 +01:00