Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/askonomm/preach
A minimal, opinionated blogging tool.
https://github.com/askonomm/preach
blog cms
Last synced: 23 days ago
JSON representation
A minimal, opinionated blogging tool.
- Host: GitHub
- URL: https://github.com/askonomm/preach
- Owner: askonomm
- License: mit
- Created: 2023-10-01T19:58:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-10T23:58:42.000Z (over 1 year ago)
- Last Synced: 2025-01-11T19:52:20.908Z (27 days ago)
- Topics: blog, cms
- Language: Rust
- Homepage:
- Size: 172 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Preach
A minimal, opinionated blogging tool written in Rust.
## Install
Since Preach is currently very early in development (although I use it for my own site already at [asko.dev](https://asko.dev)) I don't yet bother providing distributable binaries myself, so to get them you must install Rust and Cargo yourself, then clone this repo and run `cargo build --release` and look into the `target/release` directory for the binary.
Oh and, you must have a `DATABASE_URL` environment variable set, pointing to a PostgreSQL database. Once you run Preach it will automatically run migrations and set things up. All you have to do once Preach is running, is to go to `/admin/setup` path and create the initial admin account.