No description
- Python 38.4%
- HTML 27.1%
- JavaScript 14.6%
- CSS 13.8%
- GLSL 4.6%
- Other 1.5%
| .docker | ||
| app | ||
| blog | ||
| static | ||
| templates | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| CHANGELOG.md | ||
| Dockerfile | ||
| manage.py | ||
| package-lock.json | ||
| package.json | ||
| post_start.sh | ||
| pyproject.toml | ||
| README.md | ||
| release.config.js | ||
| vite.config.js | ||
aroul.dev
This is my personal website for things that I'm not sure about making
Setup
- Clone the repo
- Install python 3.14
- Install dependencies
pip install . - Run project
python manage.py runserver
TODO List
Deployment
- Setup container
- Move things to environment variables
- Update database setup to postgres
- Add static file compression
- Setup build pipeline
- Setup deployment setup
Features
- Setup RSS/Atom Feed
- Update Markdown setup
- Create global 404 pages
- Work on private articles
- Added a sexy article editor
- Add vite for building static files
- Added analytics
- Add PWA support