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-08-18 10:05:09 +02:00
articles Fix test data 2020-08-18 10:05:09 +02:00
blog Move collected staticfiles to other dir 2020-08-18 08:45:49 +02:00
docker Add execute permission to setup-docker 2020-08-18 08:18:40 +02:00
.build.yml Add execute permission to setup-docker 2020-08-18 08:18:40 +02:00
.dockerignore Prepare for deploy 2020-08-17 08:23:00 +02:00
.gitignore Move collected staticfiles to other dir 2020-08-18 08:45:49 +02:00
.isort.cfg Initial commit 2020-08-14 14:53:30 +02:00
.pre-commit-config.yaml Initial commit 2020-08-14 14:53:30 +02:00
docker-compose.yml Move collected staticfiles to other dir 2020-08-18 08:45:49 +02:00
Dockerfile Configure timezone in docker image 2020-08-17 12:51:21 +02:00
LICENSE Add LICENSE 2020-08-17 08:23:08 +02:00
manage.py Initial commit 2020-08-14 14:53:30 +02:00
migration.py Update migration script 2020-08-17 10:13:27 +02:00
pyproject.toml Add unit tests 2020-08-18 07:23:59 +02:00
README.md Update readme 2020-08-18 09:37:52 +02:00
requirements-dev.txt Add unit tests 2020-08-18 07:23:59 +02:00
requirements.txt Add code highlighting with auto dark mode switch 2020-08-18 09:37:13 +02:00

Blog

Simple blog management system.

Todo

  1. Rework HTML structure to be more logical and not tied to styling.
  2. Find a nice way to display metadata (author, dates, etc)