The custom CMS behind my website https://theorangeone.net/
Find a file
2022-08-30 08:48:16 +01:00
.devcontainer
docker/dev
etc Correctly override gunicorn server header 2022-08-30 08:48:16 +01:00
requirements Add autocomplete for blog pots tags 2022-08-28 16:18:31 +01:00
scripts
static/src Add the ability to password protect pages 2022-08-28 22:02:02 +01:00
website Remove CORS header from static files 2022-08-28 22:28:43 +01:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc
.gitignore Add meta tags 2022-08-19 16:56:20 +01:00
.gitlab-ci.yml Ensure git is installed on CI 2022-08-28 17:49:21 +01:00
.stylelintignore
.stylelintrc
Dockerfile Install git in container 2022-08-27 20:22:20 +01:00
justfile Use find for HTML files not git ls-files 2022-08-20 14:22:59 +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
README.md
setup.cfg Add coverage reports 2022-08-17 19:09:07 +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.