The custom CMS behind my website https://theorangeone.net/
Go to file
Jake Howard 88b6f4b61b
Get content based on original HTML
It can't be done post anchoring, else the '#' end up in the ToC
2022-07-04 19:00:20 +01:00
scripts Add elevator.js 2022-06-20 08:46:42 +01:00
static/src Add anchor links to headers 2022-07-01 09:25:57 +01:00
templates Remove current page from part of navbar caching 2022-07-03 23:13:59 +01:00
website Get content based on original HTML 2022-07-04 19:00:20 +01:00
.editorconfig Add editorconf 2022-06-12 17:03:17 +01:00
.gitignore Add dynamic images to home and content pages 2022-06-15 09:27:20 +01:00
.gitlab-ci.yml Just install bash during static build 2022-06-12 19:42:15 +01:00
dev-requirements.txt Actually install DDT 2022-06-15 09:00:57 +01:00
justfile Disable python buffering 2022-06-30 21:27:30 +01:00
manage.py Init wagtail project 2022-06-09 08:36:29 +01:00
package-lock.json Use lite-youtube-embed for YouTube embeds 2022-06-28 21:43:44 +01:00
package.json Use lite-youtube-embed for YouTube embeds 2022-06-28 21:43:44 +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 Reduce complexity trying to save computation on rendering streamfield 2022-07-03 23:10:57 +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.