My personal website: https://baseddata.io
Go to file
Sam eb6f97f54a Add miner rewards functionality and update chart methods
- Add `miner_rewards` function in `pipelines.py` to fetch data based on `days_ago`
- Update `route.py` to include `/miner_rewards` endpoint and handle data serialization
- Add `miner_rewards_schema` in `schemas.py` for serializing miner rewards data
- Modify charts shortcode to include method for multiple chart methods
2024-12-27 19:22:42 +00:00
archetypes changed archtype for default to use yaml format 2024-08-03 12:55:02 +01:00
backend Add miner rewards functionality and update chart methods 2024-12-27 19:22:42 +00:00
content Add miner rewards functionality and update chart methods 2024-12-27 19:22:42 +00:00
layouts Add miner rewards functionality and update chart methods 2024-12-27 19:22:42 +00:00
static Add mangrove country timeseries functionality 2024-11-15 14:35:42 +00:00
.gitignore update pyproject 2024-11-07 21:41:31 +00:00
LICENSE.md chance lisence 2024-08-22 10:45:55 +01:00
README.md convert all images to webp 2024-08-01 14:06:16 +01:00
hugo.toml New mongodb backend 2024-09-20 17:49:31 +01:00
pyproject.toml update pyproject 2024-11-07 21:41:31 +00:00
shell.nix update shell.nix 2024-11-07 21:39:26 +00: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.