Minor changes for latest jst_server
authorNick Downing <nick@ndcode.org>
Sun, 15 Mar 2020 03:15:32 +0000 (23:15 -0400)
committerNick Downing <nick@ndcode.org>
Sun, 15 Mar 2020 04:53:52 +0000 (00:53 -0400)
.gitignore
_config/email.json [deleted file]
_config/globals.json [deleted file]
package.json

index c872802..f24f5f8 100644 (file)
@@ -1,5 +1,8 @@
+.*.deps
+.*.html
 .*.jst
+.*.less
+.*.min
+.*.svg
 /node_modules
-/package-lock.json
-/yarn.lock
-/yarn-error.log
+/pnpm-lock.yaml
diff --git a/_config/email.json b/_config/email.json
deleted file mode 100644 (file)
index f030011..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-  "user": "contact@businessdataflow.com.au",
-  "password": "XXXContact12",
-  "host": "mail.ndcode.org",
-  "tls": {"ciphers": "SSLv3"}
-}
diff --git a/_config/globals.json b/_config/globals.json
deleted file mode 100644 (file)
index 3e9106a..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-{
-  "site_title": "NDCODE",
-  "navigation": [
-    "/index.html",
-    "/team.html",
-    "/case_studies.html",
-    "/free_reports.html",
-    "/online_courses.html",
-    "/forum.html",
-    "/contact.html"
-  ],
-  "page_to_title": {
-    "/index.html": "Home",
-    "/team.html": "Team",
-    "/case_studies.html": "Case studies",
-    "/free_reports.html": "Free reports",
-    "/online_courses.html": "Online courses",
-    "/forum.html": "Forum",
-    "/contact.html": "Contact",
-    "/signup.html": "Sign up",
-    "/login.html": "Log in",
-    "/recover_account.html": "Recover account"
-  }
-}
index ca1edc5..1337735 100644 (file)
@@ -1,5 +1,5 @@
 {
-  "name": "@ndcode/olly_website",
+  "name": "@ndcode/olly_site",
   "version": "0.1.0",
   "description": "Olly's website",
   "directories": {},
@@ -12,5 +12,5 @@
   "devDependencies": {},
   "scripts": {},
   "author": "Nick Downing",
-  "license": "GPL-3.0"
+  "license": "GPL-2.0"
 }