From dd1e15fd0b8033e5cd2066d04cf49af3ac28b2d7 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 3 Nov 2023 22:57:55 +0000 Subject: 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 --- config/git/docs | 14 ++++++++++++++ config/git/untitled | 6 ------ config/git/www | 6 ------ 3 files changed, 14 insertions(+), 12 deletions(-) create mode 100644 config/git/docs delete mode 100644 config/git/untitled delete mode 100644 config/git/www (limited to 'config/git') 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 -} -- cgit v1.2.1