The custom CMS behind my website https://theorangeone.net/
Find a file
2024-02-17 20:44:43 +00:00
.devcontainer
docker/dev Run everything as non-root 2024-01-14 12:59:31 +00:00
etc Remove cache lock 2024-01-14 16:39:05 +00:00
scripts Attempt to bundle some contrib static files to reduce network requests 2023-10-06 22:42:00 +01:00
static/src Improve readability of recent posts 2024-02-17 20:44:43 +00:00
website Improve readability of recent posts 2024-02-17 20:44:43 +00:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc Add eslint-plugin-unicorn 2023-12-14 17:56:57 +00:00
.gitignore
.gitlab-ci.yml Upgrade to Python 3.12 2024-01-11 09:26:39 +00:00
.stylelintignore
.stylelintrc
dev-requirements.txt Upgrade to Python 3.12 2024-01-11 09:26:39 +00:00
Dockerfile Run everything as non-root 2024-01-14 12:59:31 +00:00
justfile Run everything as non-root 2024-01-14 12:59:31 +00:00
manage.py
package-lock.json Update dependency sass to v1.70.0 2024-01-21 22:24:24 +00:00
package.json Update dependency sass to v1.70.0 2024-01-21 22:24:24 +00:00
Procfile Use nginx to serve static files 2023-02-21 21:46:26 +00:00
pyproject.toml Replace flake8 and isort with ruff 2023-07-15 15:10:05 +01:00
README.md
renovate.json Use s6 to run everything in a single container 2024-01-13 21:43:10 +00:00
requirements.txt Update dependency lxml to v5.1.0 2024-01-21 22:19:00 +00:00
SECURITY.md

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.