The custom CMS behind my website https://theorangeone.net/
Find a file
2023-11-21 22:00:43 +00:00
.devcontainer
docker/dev
etc Use nvm to install Node rather than deprecated nodesource scripts 2023-10-27 17:37:58 +01:00
scripts
static/src
website Use correct view for tags and categories redirect 2023-11-01 09:20:33 +00:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc
.gitignore
.gitlab-ci.yml
.nvmrc Use nvm to install Node rather than deprecated nodesource scripts 2023-10-27 17:37:58 +01:00
.stylelintignore
.stylelintrc
dev-requirements.txt
Dockerfile Use nvm to install Node rather than deprecated nodesource scripts 2023-10-27 17:37:58 +01:00
justfile Use nvm to install Node rather than deprecated nodesource scripts 2023-10-27 17:37:58 +01:00
manage.py
package-lock.json
package.json
Procfile
pyproject.toml
README.md
renovate.json
requirements.txt Update dependency Pygments to v2.17.2 2023-11-21 22:00:43 +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.