No description
  • Python 38.4%
  • HTML 27.1%
  • JavaScript 14.6%
  • CSS 13.8%
  • GLSL 4.6%
  • Other 1.5%
Find a file
2026-04-05 16:37:00 +05:30
.docker feat: add PWA support, update settings and templates, and refactor styles/Docker setup 2026-03-14 13:25:51 +05:30
app feat: add "About" page, shader toggle support, and cookie-based shader preferences 2026-03-29 19:28:48 +05:30
blog feat: add "About" page, shader toggle support, and cookie-based shader preferences 2026-03-29 19:28:48 +05:30
static fix: update dark theme primary color to magenta in styles.css 2026-04-05 16:37:00 +05:30
templates refactor: remove unused Vite CSS asset from base template 2026-03-29 20:02:58 +05:30
.gitignore chore: compress static files into tar archive during build and refactor Docker setup 2026-03-08 20:42:03 +05:30
.gitlab-ci.yml ci: update GitLab CI pipeline with improved tag handling and semantic release enhancements 2026-04-02 18:01:51 +05:30
CHANGELOG.md chore(release): 0.2.0 [skip ci] 2026-04-02 08:16:12 +00:00
Dockerfile chore: compress static files into tar archive during build and refactor Docker setup 2026-03-08 20:42:03 +05:30
manage.py chore: cleanup 2026-02-22 17:19:11 +05:30
package-lock.json feat: integrate WebGL shader component with Three.js, optimize theme colors, and enhance page visuals 2026-03-29 19:28:48 +05:30
package.json ci: update GitLab CI pipeline with improved tag handling and semantic release enhancements 2026-04-02 13:51:36 +05:30
post_start.sh chore: compress static files into tar archive during build and refactor Docker setup 2026-03-08 20:42:03 +05:30
pyproject.toml chore: bump version to 0.16.2 [skip ci] 2026-03-29 14:33:21 +00:00
README.md feat: add PWA support, update settings and templates, and refactor styles/Docker setup 2026-03-14 13:28:56 +05:30
release.config.js ci: update GitLab CI pipeline with improved tag handling and semantic release enhancements 2026-04-02 13:51:36 +05:30
vite.config.js refactor: remove styles entry from rollup input and import CSS directly in main.js 2026-03-29 20:02:58 +05:30

aroul.dev

This is my personal website for things that I'm not sure about making

Setup

  1. Clone the repo
  2. Install python 3.14
  3. Install dependencies pip install .
  4. 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