peripheral heros; jobs page; product section tweaks

This commit is contained in:
Spencer Flagg
2022-09-19 23:19:06 +02:00
parent 906d4a7041
commit 1152f2dfea
24 changed files with 269 additions and 47 deletions

15
src/_data/site.js Normal file
View File

@@ -0,0 +1,15 @@
module.exports = {
products: {
buyUrl: "https://store.start9.com/",
diyUrl: "https://start9.com/latest/diy",
},
bitcoin: {
whyRunBitcoinUrl: "https://bitcoinmagazine.com/culture/six-reasons-you-should-run-bitcoin-node",
whyRunLightningUrl: "",
},
footer: {
copyright: "© " + new Date().getFullYear() + " by START9 LABS, INC.",
canary:
"WE HAVE NEVER RECEIVED A SECRET GOVERNMENT REQUEST TO HAND OVER USER INFORMATION.",
},
};