Begin to personalize the site
authorNick Downing <nick@ndcode.org>
Mon, 31 Jan 2022 05:26:22 +0000 (00:26 -0500)
committerNick Downing <nick@ndcode.org>
Sat, 12 Feb 2022 01:53:36 +0000 (12:53 +1100)
_config/globals.json
_lib/navbar.jst

index 798870f..a353708 100644 (file)
@@ -1,11 +1,11 @@
 {
-  "site_url": "https://www.ndcode.org",
-  "site_title": "NDCODE",
-  "contact_from": "NDCODE contact <contact@ndcode.org>",
+  "site_url": "https://nick.downing.id",
+  "site_title": "ND blog",
+  "contact_from": "ND blog contact <contact@ndcode.org>",
   "contact_to": "Nick Downing <nick@ndcode.org>",
-  "feedback_from": "NDCODE feedback <feedback@ndcode.org>",
+  "feedback_from": "ND blog feedback <feedback@ndcode.org>",
   "feedback_to": "Nick Downing <nick@ndcode.org>",
-  "noreply_from": "NDCODE <noreply@ndcode.org>",
-  "noreply_signature": "NDCODE Team",
-  "copyright": "Integration Logic Pty Ltd trading as NDCODE and contributors"
+  "noreply_from": "ND blog <noreply@ndcode.org>",
+  "noreply_signature": "Nick",
+  "copyright": "Nick Downing and contributors"
 }
index be95539..fc42e68 100644 (file)
@@ -275,7 +275,7 @@ return async (env, head, body, scripts) => {
           }
           p {
             'This website is '
-            a(href="https://git.ndcode.org/public/ndcode_site.git") {
+            a(href="https://git.ndcode.org/public/nick_site.git") {
               'open source'
             }
             ' and licensed under a '
@@ -285,8 +285,6 @@ return async (env, head, body, scripts) => {
             '.'
           }
 
-          p {'Example code fragments embedded within the text are placed in the public domain unless otherwise noted.'}
-
           p {`Copyright © ${new XDate(env.now).getUTCFullYear()} ${copyright}.`}
         }
       }