-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite-config.js
More file actions
54 lines (52 loc) · 1.67 KB
/
site-config.js
File metadata and controls
54 lines (52 loc) · 1.67 KB
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
48
49
50
51
52
53
54
module.exports = {
// Site Info:
title: "A hobby blog for a hungry soul",
description: `To teach is to learn twice - let's learn together. Ramesh Kunwar's personal blog focusing mainly on but not limited to
C#, asp.net mvc, .net core, .net 5, blazor webassembly, javascript, React JS, Redux, Gatsby, CQRS, domain driven design, clean code `,
siteUrl: "https://github.com/rameshkunwar/GatsbyGraphQL",
footerText: `Licensed under <a href="http://creativecommons.org/licenses/by/4.0/"> CC BY 4.0</a>`,
tags: `javascript,.net, .net core, blazor webassembly, .net 5, c#, react js, redux, clean code, CQRS, domain driven design`,
keywords: [
"javascript",
"es6",
".net",
".net core",
"blazor web assembly",
"react js",
"redux",
"c#",
"software architecture",
"domain-driven design",
"cqrs",
"clean code",
"react js",
],
// Blog Author Info:
author: "Ramésh Kunwar",
authorImage:
"https://pbs.twimg.com/profile_images/486116803232280576/5dDamw0Y_400x400.jpeg",
authorBio: "",
authorEmail: "ramesh@kunwar.dk",
links: {
home: "/",
about: "/about",
allPosts: "/all-posts",
contact: "/contact",
},
lincenseLink: `https://creativecommons.org/licenses/by/4.0/`,
social: {
twitter: "rameshkunwar",
github: "rameshkunwar",
stackoverflow: "curious-netter",
linkedin: "ramesh-kunwar-4a96b713",
},
// Site Style:
primaryThemeColor: "rgb(0, 56, 147)",
secondaryThemeColor: "rgb(198, 12, 48)", //"rgb(220, 20, 60)",
font: "Lato",
fontHeadings: "",
brandColor: "#003893",
alternativeColor: "#C60C30", //"#dc143c",
paragraphFontSizeWeb: "1.3rem",
paragraphFontSizeMobile: "1.2rem",
}