-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.config.js
47 lines (45 loc) · 1.16 KB
/
site.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
"use strict";
require("dotenv").config({
path: `.env.${process.env.NODE_ENV}`,
});
module.exports = {
acronym: "GN",
address: {
locality: "Fake City",
region: "FS",
street: "123 Fake St.",
zipcode: "12345",
},
author: {
email: "[email protected]",
name: "Damir Vazgird",
url: "https://damirvazgird.com",
},
copyright: {
authorMessage: "Developed by ",
message: "Published by ",
year: 2020,
},
description:
"Nova is a gatsby starter made for quickly and easily launching SEO-friendly sites.",
footnote: "Stack: GatsbyJS, Netlify, TailwindCSS, TypeScript.",
hours: ["Mo-Fr 09:00-17:00", "Sa-Su 10:00-16:00"],
image: "static/logo.png",
lang: "en",
memorial: "In loving memory of Isam Machlovi (1986-2019).",
name: "Gatsby Nova",
organization: {
email: "[email protected]",
name: "With Pulp",
telephone: "650-761-1372",
url: "https://withpulp.com",
},
pathPrefix: "/",
siteUrl: "https://gatsby-starter-nova.netlify.app",
socialMedia: {
instagram: "_withpulp",
twitter: "_withpulp",
},
subscribeURL: process.env.MAILCHIMP_SUBSCRIBE_URL,
title: "Launch a new site fast",
};