The custom CMS behind my website https://theorangeone.net/
Find a file
2022-08-22 14:37:29 +01:00
.devcontainer
docker/dev
etc Add crontab to project 2022-08-20 20:48:27 +01:00
requirements Add more elements to the dark mode 2022-08-20 17:45:12 +01:00
scripts
static/src Add more elements to the dark mode 2022-08-20 17:45:12 +01:00
website Add view to serve matrix server well-known URL 2022-08-22 14:37:29 +01:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc
.gitignore Add meta tags 2022-08-19 16:56:20 +01:00
.gitlab-ci.yml Add crontab to project 2022-08-20 20:48:27 +01:00
.stylelintignore
.stylelintrc
Dockerfile Add crontab to project 2022-08-20 20:48:27 +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.