My personal website:
https://baseddata.io
Sam
eb6f97f54a
- 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 |
||
---|---|---|
archetypes | ||
backend | ||
content | ||
layouts | ||
static | ||
.gitignore | ||
LICENSE.md | ||
README.md | ||
hugo.toml | ||
pyproject.toml | ||
shell.nix |
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.