X-Git-Url: https://git.r.bdr.sh/rbdr/page/blobdiff_plain/160a27bd2aa334a881f7c54847ef406925f87633..3f1aa0b6eb90bd7912a63c6b72c2571486fbc21f:/README.md?ds=inline diff --git a/README.md b/README.md index b842b0a..d03844e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ want to generate some HTML" 1. Stand on the directory you want to turn into a page 2. run page -3. your output is in ../_html +3. your html output is in ../_html +4. your gemini without frontmatter output is in ../_gemini So for example: @@ -20,6 +21,7 @@ $ page $ ls .. website/ website_html/ +website_gemini/ ``` ## Front Matter @@ -68,3 +70,20 @@ Build dev version with `make` or `make build`. Build release with `make -e profile=release` or `make -e profile=release build`. +Run tests with `make test`. + +If you have [tarpaulin][tarpaulin], you can also run `make coverage` to get +coverage information. + +# Distribution of Builds + +Builds are available at [build.r.bdr.sh][rbdr-builds]. The linux builds are +generated automatically by the CI: Unstable builds are built from the `main` +branch, and stable releases are built from tags. + +For mac, the process is still manual, since the commands need to be run from +a macos machine by running `make mac` for unstable builds, and +`make -e tag=M.m.p` for stable builds. + +[tarpaulin]: https://github.com/xd009642/tarpaulin +[rbdr-builds]: https://build.r.bdr.sh/page/