merge untitled with docs, in releases

with this, you can just do:

cd src/docs

./build

the html files would then be available for
publishing, if you wish, or you could set up
a local httpd to view them.

if you have pandoc installed, this will build the
markdown files into html

untitled static site generator is what generates
the html files, from the markdown files, on the
website. it will now also be included in releases.

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-11-03 22:57:55 +00:00
parent 922bccf9f3
commit dd1e15fd0b
3 changed files with 14 additions and 12 deletions

14
config/git/docs Normal file
View File

@ -0,0 +1,14 @@
{docs}{
rev: 6941ffefe04375296732565a4628b549eea54a64
loc: docs
url: https://codeberg.org/vimuser/untitled
bkup_url: https://notabug.org/untitled/untitled
depend: mdfiles
}
{mdfiles}{
rev: 6ebb88528e342cae48ee75a6f1bfa1b71002e1c3
loc: docs/www/html
url: https://codeberg.org/libreboot/lbwww
bkup_url: https://git.disroot.org/libreboot/lbwww
}

View File

@ -1,6 +0,0 @@
{untitled}{
rev: 6941ffefe04375296732565a4628b549eea54a64
loc: untitled
url: https://codeberg.org/vimuser/untitled
bkup_url: https://notabug.org/untitled/untitled
}

View File

@ -1,6 +0,0 @@
{www}{
rev: 6ebb88528e342cae48ee75a6f1bfa1b71002e1c3
loc: www
url: https://codeberg.org/libreboot/lbwww
bkup_url: https://git.disroot.org/libreboot/lbwww
}