Old backend for Gab's Notes https://gabnotes.org
This repository has been archived on 2023-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2020-12-27 20:00:41 +01:00
articles Allow sharing drafts publicly with a draft key 2020-12-27 20:00:41 +01:00
attachments Extract resize height and width to env variables & switch to 750px width 2020-12-27 19:23:32 +01:00
blog Extract resize height and width to env variables & switch to 750px width 2020-12-27 19:23:32 +01:00
docker Create a docker-compose suitable for dev 2020-12-27 13:38:20 +01:00
.dockerignore Run precommit and check for missing migrations during tests 2020-09-03 22:16:27 +02:00
.gitignore Ignore db 2020-11-12 15:37:30 +01:00
.gitlab-ci.yml Revert "Remove all other steps to test deploy" 2020-12-26 18:14:12 +01:00
.pre-commit-config.yaml Update precommit hooks 2020-11-24 22:12:18 +01:00
docker-compose.yml Create a docker-compose suitable for dev 2020-12-27 13:38:20 +01:00
Dockerfile Tweak gitlab pipeline 2020-12-26 17:20:28 +01:00
LICENSE Add LICENSE 2020-08-17 08:23:08 +02:00
manage.py Initial commit 2020-08-14 14:53:30 +02:00
poetry.lock Update dependencies 2020-12-26 15:35:09 +01:00
pre-commit.Dockerfile Revert to docker build using gitlab ci 2020-12-26 16:49:47 +01:00
pyproject.toml Tweak gitlab pipeline 2020-12-26 17:20:28 +01:00
README.md Add assets pipeline to bundle and minimize css 2020-12-25 14:20:13 +01:00

Blog

Simple blog management system.

Hosted at https://gabnotes.org

Run locally

Remember to run

./manage.py collectstatic --no-input && ./manage.py assets build --manifest django

Before running server and after editing static files.