The custom CMS behind my website https://theorangeone.net/
Find a file
2022-08-17 08:45:15 +01:00
.devcontainer
docker/dev
etc
requirements
scripts
static/src Start doing a dark mode myself 2022-08-16 22:51:03 +01:00
website Add references to RSS feeds to HTML 2022-08-17 08:45:15 +01:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc
.gitignore
.gitlab-ci.yml
.stylelintignore
.stylelintrc
Dockerfile Remove root template dir 2022-08-05 08:58:21 +01:00
justfile
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

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.