The custom CMS behind my website https://theorangeone.net/
Go to file
2022-10-02 16:17:49 +01:00
.devcontainer
docker/dev
etc Revert "Replace spotify data cache with new cached properties" 2022-10-02 16:17:49 +01:00
scripts Use fira-code package with support for font-display 2022-09-29 21:05:19 +01:00
static/src Make ToC dropdown slightly wider 2022-09-29 20:34:41 +01:00
website Revert "Replace spotify data cache with new cached properties" 2022-10-02 16:17:49 +01:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc
.gitignore
.gitlab-ci.yml
.stylelintignore
.stylelintrc
Dockerfile Remove apt list and stray packages 2022-09-30 16:04:52 +01:00
justfile
manage.py
package-lock.json Use fira-code package with support for font-display 2022-09-29 21:05:19 +01:00
package.json Use fira-code package with support for font-display 2022-09-29 21:05:19 +01:00
poetry.lock Add support for animated GIFs 2022-09-29 19:12:21 +01:00
Procfile
pyproject.toml Add support for animated GIFs 2022-09-29 19:12:21 +01:00
README.md
renovate.json Don't open MRs for patch version updates 2022-09-25 22:13:23 +01:00
SECURITY.md
setup.cfg

Website

Installation

This project handles commands using just, and the project runs in Docker.

  1. just build
  2. Create .env file
  3. just compose up -d
  4. just compose run web just start

.env file

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