-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblog.config.ts
37 lines (31 loc) · 1.04 KB
/
blog.config.ts
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
// These are some config settings used across the markup and website.
export const config = {
title: "Natik's Journal",
description: "Notes on enginering leadership and software development.",
baseURL: "https://respawn.io",
githubURL: "/~https://github.com/natikgadzhi/respawn-io",
meta: {
title: "Natik's Journal: Blog on engineering management",
description: "Notes on engineering leadership and software development.",
},
author: {
name: "Natik Gadzhi",
email: "nate@respawn.io",
twitterURL: "https://twitter.com/natikgadzhi",
twitterHandle: "@natikgadzhi",
fediverseURL: "https://hachyderm.io/@natik",
github: "/~https://github.com/natikgadzhi",
},
daily: {
title: "Daily",
description:
"Quick notes on things I learned that day. Mostly coding, and some a-ha moment in working with people, or tricks to get projects done on time.",
},
footer: {
copyright: "© Natik Gadzhi",
},
counterscale: {
siteId: "respawn-io",
url: "https://1ca90c7a.counterscale-a1l.pages.dev",
},
};