- Rust 98.8%
- PLpgSQL 1.2%
|
|
||
|---|---|---|
| .sqlx | ||
| .woodpecker | ||
| assets | ||
| migrations | ||
| src | ||
| tests | ||
| .editorconfig | ||
| .gitignore | ||
| bacon.toml | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| compose.yml | ||
| mise.toml | ||
| README.md | ||
| renovate.json | ||
Vernier
A lightweight blogging website.
Vernier is a minimalist blogging platform that is dead-simple to host yourself. Support for IndieWeb features like Webmentions and Micropub are works in progress.
Install
Vernier must be installed with Cargo. A container file is on the roadmap.
git clone https://codeberg.org/cosmicrose/vernier.git
cd vernier
cargo install --path .
Usage
Vernier is a single executable. Once you have it installed, you only need to run it.
vernier
The server should then be available at http://localhost:3000.
Maintainer
This project is maintained by Rosa Richter. For ways to contact her, see her contact page.
Contributing
Questions and contributions are absolutely welcome! Please create an issue for bugs, feature requests, or questions.
License
Copyright © 2026 Rosa Richter
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.