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-14 16:01:13 +02:00
articles Add basis to work on articles 2020-08-14 15:53:42 +02:00
blog Add basis to work on articles 2020-08-14 15:53:42 +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
pyproject.toml Initial commit 2020-08-14 14:53:30 +02:00
README.md Add todo 2020-08-14 16:01:13 +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. Implement tags (don't render them as titles)
  2. Add pagination links
  3. Add some more style
  4. Find a nice way to display metadata (author, dates, etc)
  5. Allow adding pages (pinned articles ?)