The custom CMS behind my website https://theorangeone.net/
Go to file
2022-07-12 15:48:40 +01:00
scripts Use fira code for code blocks 2022-07-04 20:27:08 +01:00
static/src Add date group headers to blog list page 2022-07-10 18:42:16 +01:00
templates Use Fira Code for all code 2022-07-04 20:36:19 +01:00
website Prevent edit and add thumbnail to chooser and list 2022-07-12 15:48:40 +01:00
.editorconfig Add editorconf 2022-06-12 17:03:17 +01:00
.gitignore Add an actual cache for local development 2022-07-10 17:14:10 +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 Show error codes when running mypy 2022-07-10 18:39: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 Copy contrib on startup too 2022-06-19 11:34:34 +01:00
README.md Only use just during development 2022-06-12 15:52:45 +01:00
requirements.txt Add chooser for unsplash photos 2022-07-12 15:14:27 +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.