The custom CMS behind my website https://theorangeone.net/
Find a file
2023-11-16 08:00:47 +00:00
.devcontainer
docker/dev Use nginx to serve static files 2023-02-21 21:46:26 +00:00
etc Use nvm to install Node rather than deprecated nodesource scripts 2023-10-27 17:37:58 +01:00
scripts Attempt to bundle some contrib static files to reduce network requests 2023-10-06 22:42:00 +01:00
static/src Only mark hero as stuck when it should be sticky 2023-10-16 21:42:39 +01:00
website Use correct view for tags and categories redirect 2023-11-01 09:20:33 +00:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc
.gitignore Add meta tags 2022-08-19 16:56:20 +01:00
.gitlab-ci.yml Upgrade to Node 20 2023-08-19 13:41:39 +01:00
.nvmrc Use nvm to install Node rather than deprecated nodesource scripts 2023-10-27 17:37:58 +01:00
.stylelintignore Add stylelint 2022-08-03 21:22:11 +01:00
.stylelintrc Add stylelint 2022-08-03 21:22:11 +01:00
dev-requirements.txt Update dependency django-browser-reload to v1.11.0 2023-08-28 22:17:59 +01:00
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 Improve scroll indicator implementation 2023-10-16 21:30:36 +01:00
package.json Improve scroll indicator implementation 2023-10-16 21:30:36 +01: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 Only check patch dependencies on weekends 2022-11-03 13:55:05 +00:00
requirements.txt Update dependency django-htmx to v1.17.2 2023-11-16 08:00:47 +00:00
SECURITY.md Add security.md file 2022-09-03 16:37:26 +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.