GitXplorerGitXplorer
p

rblog

public
45 stars
5 forks
2 issues

Commits

List of commits on branch main.
Verified
6e3c4f0e2e96949ce859b069acd1df37896ed67a

fix(deps): update rust crate schematic to v0.17.9 (#383)

rrenovate[bot] committed 2 days ago
Unverified
d892567a2f031d3f49ab12696d64579a017c3dd4

update version to v0.275.0

pprabirshrestha committed 2 days ago
Unverified
2e7353b9e7d461175552fc41258f983ac6890802

fix post title so comments correctly work

pprabirshrestha committed 2 days ago
Unverified
f12c55128eca81dfb31e5a9f2f662cc4d83fa615

bump version to v0.274.0

pprabirshrestha committed 7 days ago
Unverified
1c519f791685973c57ef8de765dad35b3aaecf57

cargo update

pprabirshrestha committed 7 days ago
Unverified
316a199e1610224697da8b99d576930a8077d906

fix blog.yaml

pprabirshrestha committed 7 days ago

README

The README file for this repository.

rblog

Blog engine written in rust.

Installing

cargo install rblog

Running from source code

git clone https://github.com/prabirshrestha/rblog.git
cargo run

Running from source with listenfd

cargo install systemfd
systemfd --no-pid -s http::8080 -- cargo watch -x 'run'

Running in docker

Running tagged docker image

docker run -v ./posts:/data/posts -v ./blog.conf:/data/blog.yaml -p 8080:8080 prabirshrestha/rblog:v0.264.0

Running latest docker image

docker run -v ./posts:/data/posts -v ./blog.conf:/data/blog.yaml -p 8080:8080 prabirshrestha/rblog:latest

Running nightly docker image

docker run -v ./posts:/data/posts -v ./blog.conf:/data/blog.yaml -p 8080:8080 prabirshrestha/rblog:nightly

For demos ignore the volume mappings.

docker run -p 8080:8080 prabirshrestha/rblog:nightly

License

MIT