about summary refs log tree commit diff
path: root/website
diff options
context:
space:
mode:
Diffstat (limited to 'website')
-rw-r--r--website/index.skb6
-rw-r--r--website/style.css6
2 files changed, 6 insertions, 6 deletions
diff --git a/website/index.skb b/website/index.skb
index e92fa65..b5f91dc 100644
--- a/website/index.skb
+++ b/website/index.skb
@@ -1,5 +1,5 @@
 ;;; guix-forge --- Guix software forge meta-service
-;;; Copyright © 2023 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2023, 2025 Arun Isaac <arunisaac@systemreboot.net>
 ;;;
 ;;; This file is part of guix-forge.
 ;;;
@@ -26,7 +26,7 @@
    (item [,(code "[X]") ,(ref :url "https://git.zx2c4.com/cgit/" :text "cgit") and ,(ref :url "https://github.com/jonashaag/klaus/" :text "klaus") (pick your favourite) to serve project git repositories on the web])
    (item [,(code "[X]") ,(ref :url "https://laminar.ohwg.net" :text "laminar") for continuous integration])
    (item [,(code "[X]") ,(ref :url "https://github.com/ndilieto/uacme/" :text "uacme") and ,(ref :url "https://gnutls.org/" :text "gnutls") for automatic provision and renewal of TLS certificates via ACME])
-   (item [,(code "[ ]") web server to serve static project sites])
+   (item [,(code "[X]") web server to serve static project sites])
    (item [,(code "[ ]") ,(ref :url "https://public-inbox.org/README.html" :text "public-inbox") for project discussions]))
   (p [A choice of different software components may be offered provided it does not complicate the interface too much.])
   (p [,(emph [guix-forge]) is provided on a best effort basis. Its design is unstable, and open to change. We will try our best to not break your system configuration often, but it might happen.])
@@ -45,7 +45,7 @@
           :line #f))
   (section :title "Documentation"
            :number #f
-    (p [The ,(ref :url "/manual/dev/en/" :text "guix-forge manual") is available online.]))
+    (p [The ,(ref :url "/guix-forge/manual/dev/en/" :text "guix-forge manual") is available online.]))
   (section :title "Philosophy"
            :number #f
     (p [In order to empower ordinary users, software should not just be free (as in freedom), but also be simple and easy to deploy, especially for small-scale deployments. ,(emph [guix-forge]) is therefore minimalistic, and does not require running large database servers such as MariaDB and PostgreSQL.])
diff --git a/website/style.css b/website/style.css
index bcd4136..08615ce 100644
--- a/website/style.css
+++ b/website/style.css
@@ -1,20 +1,20 @@
 @font-face {
     font-family: 'Charter';
-    src: url('/fonts/charter_regular.woff2') format('woff2');
+    src: url('/guix-forge/fonts/charter_regular.woff2') format('woff2');
     font-weight: normal;
     font-style: normal;
 }
 
 @font-face {
     font-family: 'Fira Code';
-    src: url('/fonts/FiraCode-Regular.woff2') format('woff2');
+    src: url('/guix-forge/fonts/FiraCode-Regular.woff2') format('woff2');
     font-weight: normal;
     font-style: normal;
 }
 
 @font-face {
     font-family: 'Fira Code';
-    src: url('/fonts/FiraCode-SemiBold.woff2') format('woff2');
+    src: url('/guix-forge/fonts/FiraCode-SemiBold.woff2') format('woff2');
     font-weight: 600;
     font-style: normal;
 }