« get me outta code hell

intro text - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/upd8.js
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-11-13 10:23:05 -0400
committerFlorrie <towerofnix@gmail.com>2019-11-13 10:23:05 -0400
commit0373eec30db7ef16b2dd392853433758c5b6b9cd (patch)
tree12842c16d986c816840544d7c6fa974b9a129550 /upd8.js
parent04d8f52954757153419144a0f8d42277a49f8c60 (diff)
intro text
Diffstat (limited to 'upd8.js')
-rw-r--r--upd8.js10
1 files changed, 9 insertions, 1 deletions
diff --git a/upd8.js b/upd8.js
index c5c46b2..133accf 100644
--- a/upd8.js
+++ b/upd8.js
@@ -80,7 +80,12 @@ const {
     splitArray
 } = require('./upd8-util');
 
-const SITE_TITLE = 'Homestuck';
+const SITE_TITLE = 'Homestuck Music Wiki';
+
+const SITE_INTRO = fixWS`
+    <p>Welcome to the fan-made wiki for Homestuck music! Select any album below to begin browsing.</p>
+    <p>This site was mostly made by <a href="https://twitter.com/florriestuck/">Florrie</a> as a remake of Homestuck's official <a href="https://homestuck.bandcamp.com/">Bandcamp</a>, which saw its content reduced on <a href="https://twitter.com/hamesatron/status/1187842783618297856">10/25/19</a>. This site aims to be a more reliable resource and reference: track art (conspicuously missing from the Bandcamp) is archived here, solo albums are all indexed in the one place, and URLs will always stay consistent. Also included are tracks for listening on Bandcamp and other services.</p>
+`;
 
 // The folder you stick your random downloads in is called "Downloads", yeah?
 // (Unless you sort all your downloads into manual, organized locations. Good
@@ -403,6 +408,9 @@ async function writeTopIndexPage(albumData) {
             <body id="top-index">
                 <div id="content">
                     <h1>${SITE_TITLE}</h1>
+                    <div id="intro">
+                        ${SITE_INTRO}
+                    </div>
                     <div class="grid-listing">
                         ${albumData.map(album => fixWS`
                             <a class="grid-item" href="${ALBUM_DIRECTORY}/${album.directory}/index.html" style="${getThemeString(album.theme)}">