The custom CMS behind my website https://theorangeone.net/
Find a file
Jake Howard 37cc1979be
Start doing a dark mode myself
darkreader is pretty big, and this is nice, simple and fast.

Not to mention has much less JS
2022-08-16 22:51:03 +01:00
.devcontainer
docker/dev
etc
requirements Add djhtml 2022-08-03 20:37:34 +01:00
scripts Use backtracking resolver for pip-tools 2022-07-29 15:48:16 +01:00
static/src Start doing a dark mode myself 2022-08-16 22:51:03 +01:00
website Start doing a dark mode myself 2022-08-16 22:51:03 +01:00
.dockerignore
.editorconfig
.eslintignore Add eslint 2022-08-03 21:19:19 +01:00
.eslintrc Add eslint 2022-08-03 21:19:19 +01:00
.gitignore
.gitlab-ci.yml Docker build doesn't depend on any artifacts 2022-08-03 22:52:51 +01:00
.stylelintignore Add stylelint 2022-08-03 21:22:11 +01:00
.stylelintrc Add stylelint 2022-08-03 21:22:11 +01:00
Dockerfile Remove root template dir 2022-08-05 08:58:21 +01:00
justfile Install node deps during build 2022-08-03 21:54:03 +01:00
manage.py
package-lock.json Start doing a dark mode myself 2022-08-16 22:51:03 +01:00
package.json Start doing a dark mode myself 2022-08-16 22:51:03 +01:00
Procfile
pyproject.toml Remove root template dir 2022-08-05 08:58:21 +01:00
README.md
setup.cfg Additionally ignore virtualenv 2022-07-29 22:03:31 +01:00

Website

Installation

This project handles commands using just, and the project runs in Docker.

  1. just build
  2. Create .env file
  3. just compose up -d
  4. just compose run web just start

.env file

Local development secrets are stored in a .env file. This file is automatically loaded by just.