The custom CMS behind my website https://theorangeone.net/
Go to file
Jake Howard 2ae8ec7045
Optimise getting blog posts for a tag
Because we can guarantee there's only 1 `BlogListPage`, the query becomes much simpler
2022-07-16 10:44:48 +01:00
docker/dev Run local redis in docker 2022-07-13 08:28:45 +01:00
scripts Use fira code for code blocks 2022-07-04 20:27:08 +01:00
static/src Replace tag snippets with full pages 2022-07-16 10:29:01 +01:00
templates Use Fira Code for all code 2022-07-04 20:36:19 +01:00
website Optimise getting blog posts for a tag 2022-07-16 10:44:48 +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 Just install bash during static build 2022-06-12 19:42:15 +01:00
dev-requirements.txt Add unsplash model for storing images 2022-07-12 09:32:05 +01:00
justfile Add RQ 2022-07-13 08:21:06 +01:00
manage.py Init wagtail project 2022-06-09 08:36:29 +01:00
package-lock.json Have animated scroll on table of contents 2022-07-04 22:17:46 +01:00
package.json Have animated scroll on table of contents 2022-07-04 22:17:46 +01:00
Procfile Run local redis in docker 2022-07-13 08:28:45 +01:00
README.md Only use just during development 2022-06-12 15:52:45 +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

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.