The custom CMS behind my website https://theorangeone.net/
Go to file
Jake Howard d8a8e7fd8e
Use nginx to serve static files
This should keep easy requests out the app event loop, hopefully improving response time
2023-02-21 21:46:26 +00:00
.devcontainer Remove unnecessary python path 2022-07-28 21:10:44 +01:00
docker/dev Use nginx to serve static files 2023-02-21 21:46:26 +00:00
etc Use nginx to serve static files 2023-02-21 21:46:26 +00:00
scripts Use fira-code package with support for font-display 2022-09-29 21:05:19 +01:00
static/src Remove extra margin from hero buttons 2022-11-01 08:45:39 +00:00
website Use nginx to serve static files 2023-02-21 21:46:26 +00:00
.dockerignore Move development into docker 2022-07-28 14:42:12 +01:00
.editorconfig Add editorconf 2022-06-12 17:03:17 +01:00
.eslintignore Add eslint 2022-08-03 21:19:19 +01:00
.eslintrc Add eslint 2022-08-03 21:19:19 +01:00
.gitignore Add meta tags 2022-08-19 16:56:20 +01:00
.gitlab-ci.yml Update to Python 3.11 2023-01-11 08:43:45 +00:00
.stylelintignore Add stylelint 2022-08-03 21:22:11 +01:00
.stylelintrc Add stylelint 2022-08-03 21:22:11 +01:00
Dockerfile Use nginx to serve static files 2023-02-21 21:46:26 +00:00
Procfile Use nginx to serve static files 2023-02-21 21:46:26 +00:00
README.md Update readme instructions for new docker setup 2022-07-28 19:24:16 +01:00
SECURITY.md Add security.md file 2022-09-03 16:37:26 +01:00
dev-requirements.txt Merge remote-tracking branch 'origin/renovate/mypy-0.x' 2023-02-06 20:05:47 +00:00
justfile Coverage is tests too 2022-10-24 20:45:07 +01:00
manage.py Init wagtail project 2022-06-09 08:36:29 +01:00
package-lock.json Merge remote-tracking branch 'origin/renovate/sass-1.x' 2023-02-06 20:08:20 +00:00
package.json Merge remote-tracking branch 'origin/renovate/sass-1.x' 2023-02-06 20:08:20 +00:00
pyproject.toml Move as much configuration as possible into pyproject.toml 2022-11-03 14:50:39 +00:00
renovate.json Only check patch dependencies on weekends 2022-11-03 13:55:05 +00:00
requirements.txt Update Django to 4.0.10 2023-02-14 10:04:10 +00:00
setup.cfg Move as much configuration as possible into pyproject.toml 2022-11-03 14:50:39 +00:00

README.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.