summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.org6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.org b/README.org
index 19ba875..a0fade1 100644
--- a/README.org
+++ b/README.org
@@ -1,10 +1,14 @@
 #+HTML_HEAD: <link rel="stylesheet" href="../../static/style.css">
-#+HTML_HEAD: <link rel="icon" href="../../static/cetus.png" type="image/png">
+#+HTML_HEAD: <link rel="icon" href="../../static/projects/cetus/favicon.png" type="image/png">
+#+EXPORT_FILE_NAME: index
 #+TITLE: Cetus
 
 Cetus is a simple wallpaper management tool written in Go. It supports multiple
 sources for fetching the background.
 
+*Project Home*: [[https://andinus.nand.sh/projects/cetus/][Cetus]]
+*Source Code*: [[https://framagit.org/andinus/cetus][Andinus / Cetus]]
+
 *Note*: Cetus is a work in-progress & many features are yet to be implemented.
 
 *Dependency*: [[https://feh.finalrewind.org/][feh]]
>90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146