https://github.com/r2dev2/mistabale
A more user-friendly website for https://www.mistabale.com/economics
https://github.com/r2dev2/mistabale
Last synced: 9 months ago
JSON representation
A more user-friendly website for https://www.mistabale.com/economics
- Host: GitHub
- URL: https://github.com/r2dev2/mistabale
- Owner: r2dev2
- License: agpl-3.0
- Created: 2021-10-04T01:31:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-03T00:12:05.000Z (over 4 years ago)
- Last Synced: 2025-01-03T14:23:41.565Z (about 1 year ago)
- Language: Python
- Homepage: https://r2dev2.github.io/mistabale/
- Size: 245 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mistabale
[A more user-friendly website](https://r2dev2.github.io/mistabale/) for https://www.mistabale.com/economics.
## Usage
| Action | Command |
|-----------------------|----------------------------------------------|
| Install dependencies | `python3 -m pip install -r requirements.txt` |
| Generate website | `python3 scripts/gen.py -c` |
| Format code | `isort . && black .` |
## Development
I run the following commands in two shells to make development easier
1. `watch -n 1 python3 scripts/gen.py -c` (generates the website every second as a makeshift livereload)
2. `python3 -m http.server -d __dist__` (hosts the generated website at http://0.0.0.0:8000)
## Features
- [x] Parse and generate site for [main page](https://www.mistabale.com/economics)
- [ ] Superior bale cursor
- [ ] Parse and generate site for [quarterly reports](https://www.mistabale.com/quarterly-reports)
- [ ] Parse and generate site for [case studies](https://www.mistabale.com/case-studies)
- [ ] Parse and generate site for [case studies on the radio](https://www.mistabale.com/case-studies)
- [ ] Dark mode