mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-31 20:43:43 +00:00
added jobs, news, contact; added site.json backend; lazy loading images
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
module.exports = {
|
||||
pitch: {
|
||||
url: "#infographics" //"https://start9.com/latest/learn/index"
|
||||
},
|
||||
products: {
|
||||
buyUrl: "https://store.start9.com/",
|
||||
diyUrl: "https://start9.com/latest/diy",
|
||||
@@ -7,6 +10,18 @@ module.exports = {
|
||||
whyRunBitcoinUrl: "https://bitcoinmagazine.com/culture/six-reasons-you-should-run-bitcoin-node",
|
||||
whyRunLightningUrl: "",
|
||||
},
|
||||
beYourOwn: {
|
||||
url: "https://marketplace.start9.com/"
|
||||
},
|
||||
poweredBy: {
|
||||
url: "https://github.com/Start9Labs/embassy-os"
|
||||
},
|
||||
support: {
|
||||
url: "https://start9.com/latest/support/index"
|
||||
},
|
||||
dev: {
|
||||
url: "https://start9.com/latest/developer-docs/"
|
||||
},
|
||||
footer: {
|
||||
copyright: "© " + new Date().getFullYear() + " by START9 LABS, INC.",
|
||||
canary:
|
||||
|
||||
Reference in New Issue
Block a user