The custom CMS behind my website https://theorangeone.net/
Go to file
Jake Howard 97d786e969
Move development into docker
This makes working with related services like redis much easier, and
helps start writing a production container
2022-07-28 14:42:12 +01:00
.devcontainer Move development into docker 2022-07-28 14:42:12 +01:00
docker/dev Move development into docker 2022-07-28 14:42:12 +01:00
scripts Install htmx 2022-07-26 09:04:14 +01:00
static/src Use class name rather than database name for body classes 2022-07-25 19:30:47 +01:00
templates Use Fira Code for all code 2022-07-04 20:36:19 +01:00
website Add a Wagtail search page 2022-07-26 08:53:49 +01: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
.gitignore Revert "Add an actual cache for local development" 2022-07-16 01:18:45 +01:00
.gitlab-ci.yml Move development into docker 2022-07-28 14:42:12 +01:00
Dockerfile Move development into docker 2022-07-28 14:42:12 +01:00
Procfile Move development into docker 2022-07-28 14:42:12 +01:00
README.md Only use `just` during development 2022-06-12 15:52:45 +01:00
dev-requirements.txt Add unsplash model for storing images 2022-07-12 09:32:05 +01:00
justfile Move development into docker 2022-07-28 14:42:12 +01:00
manage.py Init wagtail project 2022-06-09 08:36:29 +01:00
package-lock.json Install htmx 2022-07-26 09:04:14 +01:00
package.json Install htmx 2022-07-26 09:04:14 +01:00
requirements.txt Add reusable referral links 2022-07-14 22:02:01 +01:00
setup.cfg Add linting 2022-06-12 15:24:17 +01:00

README.md

Website

Installation

This project handles commands using just.

  1. just install
  2. Create .env file
  3. just migrate
  4. just start

.env file

Local development secrets are stored in a .env file. This file is automatically loaded by just.