The custom CMS behind my website https://theorangeone.net/
Go to file
2022-09-12 08:34:32 +01:00
.devcontainer
docker/dev
etc
requirements
scripts
static/src Make subtitle more visually distinct from content 2022-09-08 14:42:45 +01:00
website Add link to full content in iframe block 2022-09-08 20:58:13 +01:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc
.gitignore
.gitlab-ci.yml Test gunicorn config in CI 2022-09-06 08:39:17 +01:00
.stylelintignore
.stylelintrc
Dockerfile
justfile
manage.py
package-lock.json Pin dependencies 2022-09-09 17:13:13 +01:00
package.json Pin dependencies 2022-09-09 17:13:13 +01:00
Procfile
pyproject.toml
README.md
renovate.json Add renovate 2022-09-08 20:59:29 +01:00
SECURITY.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.