The custom CMS behind my website https://theorangeone.net/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Jake Howard 2f396bc158
I made this
3 hours ago
.devcontainer Remove unnecessary python path 10 months ago
docker/dev Use nginx to serve static files 4 months ago
etc Update to Wagtail 4.1 2 months ago
scripts Use fira-code package with support for font-display 8 months ago
static/src Add similar content based on text Trigram similarity 6 days ago
website I made this 3 hours ago
.dockerignore Move development into docker 11 months ago
.editorconfig Add editorconf 1 year ago
.eslintignore Add eslint 10 months ago
.eslintrc Add eslint 10 months ago
.gitignore Add meta tags 10 months ago
.gitlab-ci.yml Install `libpq-dev` package for gunicorn and django checks 6 days ago
.stylelintignore Add stylelint 10 months ago
.stylelintrc Add stylelint 10 months ago
Dockerfile Add helper entrypoint scripts 4 months ago
Procfile Use nginx to serve static files 4 months ago
README.md Update readme instructions for new docker setup 10 months ago
SECURITY.md Add security.md file 9 months ago
dev-requirements.txt Merge remote-tracking branch 'origin/renovate/djlint-1.x' 6 days ago
justfile Coverage is tests too 8 months ago
manage.py Init wagtail project 1 year ago
package-lock.json Update dependency @fontsource/fira-code to v5 1 week ago
package.json Update dependency @fontsource/fira-code to v5 1 week ago
pyproject.toml Move as much configuration as possible into pyproject.toml 7 months ago
renovate.json Only check patch dependencies on weekends 7 months ago
requirements.txt Merge remote-tracking branch 'origin/renovate/django-plausible-0.x' 6 days ago
setup.cfg Move as much configuration as possible into pyproject.toml 7 months ago

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.