The custom CMS behind my website https://theorangeone.net/
Go to file
Jake Howard 78b310faa3
Scroll to element in hash after hero height is set
There's a bit of manually re-implementing what browsers already do here, but it's very simple and works very nicely
2022-07-20 22:57:50 +01:00
docker/dev Run local redis in docker 2022-07-13 08:28:45 +01:00
scripts
static/src Scroll to element in hash after hero height is set 2022-07-20 22:57:50 +01:00
templates
website Simplify navbar styling and disable variants 2022-07-20 21:54:09 +01:00
.editorconfig
.gitignore Revert "Add an actual cache for local development" 2022-07-16 01:18:45 +01:00
.gitlab-ci.yml
dev-requirements.txt
justfile
manage.py
package-lock.json Add a shadow to the hero when it scrolls 2022-07-20 22:39:35 +01:00
package.json Add a shadow to the hero when it scrolls 2022-07-20 22:39:35 +01:00
Procfile Run local redis in docker 2022-07-13 08:28:45 +01:00
README.md
requirements.txt Add reusable referral links 2022-07-14 22:02:01 +01:00
setup.cfg

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.