summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-11-03 22:57:55 +0000
committerLeah Rowe <leah@libreboot.org>2023-11-03 22:57:55 +0000
commitdd1e15fd0b8033e5cd2066d04cf49af3ac28b2d7 (patch)
tree988fec2d72047f09e06a9565d7e44e6b75df799a
parent922bccf9f394451cabc15615bb9ca827e160b782 (diff)
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>
-rw-r--r--config/git/docs14
-rw-r--r--config/git/untitled6
-rw-r--r--config/git/www6
3 files changed, 14 insertions, 12 deletions
diff --git a/config/git/docs b/config/git/docs
new file mode 100644
index 00000000..1bd8dc3a
--- /dev/null
+++ b/config/git/docs
@@ -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
+}
diff --git a/config/git/untitled b/config/git/untitled
deleted file mode 100644
index 2e8f2b52..00000000
--- a/config/git/untitled
+++ /dev/null
@@ -1,6 +0,0 @@
-{untitled}{
- rev: 6941ffefe04375296732565a4628b549eea54a64
- loc: untitled
- url: https://codeberg.org/vimuser/untitled
- bkup_url: https://notabug.org/untitled/untitled
-}
diff --git a/config/git/www b/config/git/www
deleted file mode 100644
index ec9a6fe3..00000000
--- a/config/git/www
+++ /dev/null
@@ -1,6 +0,0 @@
-{www}{
- rev: 6ebb88528e342cae48ee75a6f1bfa1b71002e1c3
- loc: www
- url: https://codeberg.org/libreboot/lbwww
- bkup_url: https://git.disroot.org/libreboot/lbwww
-}