forked from juxtdesigncc/gatsby-starter-obsidian-garden
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
47 lines (47 loc) · 1.04 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
module.exports = {
url: "https://notes.desktopofsamuel.com",
pathPrefix: "",
SITE_TITLE: "Obsidian Garden",
SITE_SUBTITLE: "Gatsby Starter Made for Obsidian Users",
SITE_DESCRIPTION:
"A Gatsby starter template to publish Obsidian vault for free",
KEYWORDS: "Gatsby, Starter, Obsidian, Digial Garden",
HERO_TITLE:
"Free Gatsby starter template to host your own digital garden for free, created for Obsidian knowledge base.",
HERO_SUBTITLE: "Designed by JUXT Design",
COPYRIGHT: "JUXT Design",
LOCALE: "en",
POST_PER_PAGE: 6,
MENU: [
{
label: "About",
path: "/about/",
},
{
label: "Topics",
path: "/topics/",
},
],
FOOTER: [
{
label: "Home",
path: "/",
},
{
label: "About",
path: "/about/",
},
{
label: "Changelog",
path: "/changelog/",
},
{
label: "Github",
path: "https://github.com/juxtdesigncc/gatsby-starter-obsidian-garden",
},
],
AUTHOR: {
NAME: "JUXT Design",
TWITTER: "@juxtdesigncc",
},
};