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-16 20:34:11 +02:00
articles Add pagination links 2020-08-16 20:34:11 +02:00
blog Add slug 2020-08-16 19:45:38 +02:00
.gitignore Initial commit 2020-08-14 14:53: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
manage.py Initial commit 2020-08-14 14:53:30 +02:00
migration.py Add migration script 2020-08-16 20:24:08 +02:00
pyproject.toml Initial commit 2020-08-14 14:53:30 +02:00
README.md Add pagination links 2020-08-16 20:34:11 +02:00
requirements.txt Add basis to work on articles 2020-08-14 15:53:42 +02:00

Blog

Simple blog management system.

Todo

  1. Find a nice way to display metadata (author, dates, etc)
  2. Allow adding pages (pinned articles ?)
  3. Add syntax coloration to code blocks