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-17 17:49:19 +02:00
articles Add default author for articles 2020-08-17 17:49:19 +02:00
blog Add support for pinned pages 2020-08-17 09:57:24 +02:00
docker Use another bridge ip 2020-08-17 12:32:30 +02:00
.build.yml Try to use cache for docker image 2020-08-17 12:34:44 +02:00
.dockerignore Prepare for deploy 2020-08-17 08:23:00 +02:00
.gitignore Move db 2020-08-17 08:52:30 +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 Prepare for deploy 2020-08-17 08:23:00 +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 Initial commit 2020-08-14 14:53:30 +02:00
README.md Update todo 2020-08-17 17:48:30 +02:00
requirements-dev.txt Prepare for deploy 2020-08-17 08:23:00 +02:00
requirements.txt Prepare for deploy 2020-08-17 08:23:00 +02:00

Blog

Simple blog management system.

Todo

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