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
Gabriel Augendre ed4c290ba5 Fix empty description
This happened with articles starting with an image.
We now fetch the first paragraph containing some text.
2021-12-28 10:52:25 +01:00
docker Reorganize repo 2021-12-19 21:44:02 +01:00
envs Reorganize env files 2021-12-27 22:10:28 +01:00
src Fix empty description 2021-12-28 10:52:25 +01:00
.dockerignore Run precommit and check for missing migrations during tests 2020-09-03 22:16:27 +02:00
.eslintrc Add eslint, prettier, djhtml, pytest-style & django-upgrade 2021-12-27 22:57:18 +01:00
.flake8 Update flake8 rules 2021-12-27 22:58:41 +01:00
.gitignore Reorganize env files 2021-12-27 22:10:28 +01:00
.pre-commit-config.yaml Add eslint, prettier, djhtml, pytest-style & django-upgrade 2021-12-27 22:57:18 +01:00
.prettierrc Add eslint, prettier, djhtml, pytest-style & django-upgrade 2021-12-27 22:57:18 +01:00
docker-compose.yml Reorganize env files 2021-12-27 22:10:28 +01:00
Dockerfile Collect staticfiles during image build 2021-12-26 23:38:17 +01:00
LICENSE Add LICENSE 2020-08-17 08:23:08 +02:00
poetry.lock Reorganize env files 2021-12-27 22:10:28 +01:00
pre-commit.Dockerfile Revert to docker build using gitlab ci 2020-12-26 16:49:47 +01:00
pyproject.toml Reorganize env files 2021-12-27 22:10:28 +01:00
README.md Reorganize repo 2021-12-19 21:44:02 +01:00
tasks.py Reset password & TOTP when downloading DB 2021-12-27 22:10:47 +01:00

Blog

Simple blog management system.

The authoritative source for this repo is at https://git.augendre.info/gaugendre/blog

Hosted at https://gabnotes.org

Development

inv test-cov
inv build publish deploy