My personal website: https://baseddata.io
Go to file
Sam 198ab2a1f8 Modify backend app
- add download route
- combine chart endpoints to single get_json route
2024-08-13 18:55:20 +01:00
archetypes changed archtype for default to use yaml format 2024-08-03 12:55:02 +01:00
backend Modify backend app 2024-08-13 18:55:20 +01:00
content Data downloads 2024-08-13 16:07:50 +01:00
layouts Create download-data shortcode 2024-08-13 18:52:51 +01:00
static Change chart endpoints to use get_json route 2024-08-13 18:53:59 +01:00
.gitignore convert all images to webp 2024-08-01 14:06:16 +01:00
README.md convert all images to webp 2024-08-01 14:06:16 +01:00
hugo.toml More tweaks 2024-08-08 14:28:50 +01:00
shell.nix convert all images to webp 2024-08-01 14:06:16 +01:00

README.md

My personal website (https://bitlab21.com)

This site is made using Hugo, a static website generator. The backend (which powers the api for getting data for the charts) is build in python and served using gunicorn.