diff options
author | Arun Isaac | 2025-03-25 01:55:00 +0000 |
---|---|---|
committer | Arun Isaac | 2025-03-25 22:16:31 +0000 |
commit | 81afb572d126468563c304017cdb1045c185d961 (patch) | |
tree | 502c3ae8c41bb03904c458c19c988de8018e91ab /website/index.skb | |
parent | 2462951122ff2afcf96bbcf84f1537e590fa4200 (diff) | |
download | tissue-81afb572d126468563c304017cdb1045c185d961.tar.gz tissue-81afb572d126468563c304017cdb1045c185d961.tar.lz tissue-81afb572d126468563c304017cdb1045c185d961.zip |
tissue.scm: Prefix paths with /tissue.
* tissue.scm (%css): Prefix with /tissue.
(#:indexed-documents): Prefix web-uri with /tissue.
* website/style.css (@font-face): Prefix font paths with /tissue.
* website/index.skb (Documentation): Prefix path to manual with
/tissue.
(Download): Prefix path to release tarballs and search with /tissue.
Diffstat (limited to 'website/index.skb')
-rw-r--r-- | website/index.skb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/website/index.skb b/website/index.skb index 309b6ac..3eafc82 100644 --- a/website/index.skb +++ b/website/index.skb @@ -43,9 +43,9 @@ servers]))) (p [Download release tarballs.]) ;; TODO: Auto-generate this list from git tags. (itemize - (item [2023-01-27 ,(ref :url "/releases/tissue-0.1.0.tar.lz" -:text "tissue-0.1.0.tar.lz") ,(ref :url -"/releases/tissue-0.1.0.tar.lz.asc" :text + (item [2023-01-27 ,(ref :url +"/tissue/releases/tissue-0.1.0.tar.lz" :text "tissue-0.1.0.tar.lz") +,(ref :url "/tissue/releases/tissue-0.1.0.tar.lz.asc" :text "tissue-0.1.0.tar.lz.asc")])) (p [Download ,(ref :url "https://systemreboot.net/about/arunisaac.pub" :text "public signing @@ -53,10 +53,10 @@ key").]) (p [Browse the tissue ,(ref :url "https://git.systemreboot.net/tissue/" :text "git repository").])) (section :title "Documentation" :number #f - (p [The ,(ref :url "/manual/dev/en/" :text "tissue manual") is -available online.]) + (p [The ,(ref :url "/tissue/manual/dev/en/" :text "tissue manual") +is available online.]) (p [We eat our own dog food too! Search through issues, -documentation and more using our own ,(ref :url "/search" :text +documentation and more using our own ,(ref :url "/tissue/search" :text "self-hosted tissue instance").])) (section :title "Contributors" :number #f (p [Thanks to these wonderful people!]) |