-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
24 lines (24 loc) · 875 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"author": "Igor Roztropiński",
"descriptionLine1": "Some things are either 0 or I.",
"descriptionLine2": "Thoughts about managing binary machines (computers), which are controlled by the people called: programmers, software engineers, coders, developers, hackers.",
"domain": "binaryigor.com",
"httpsDomain": "https://binaryigor.com",
"pagesToRender": [
"index.html",
"posts.html",
"about.html",
"stats.html",
"not-found.html",
"robots.txt",
"sitemap.xml",
"feed.xml"
],
"postTemplate": "post.html",
"devAssetsPathPrefix": "/dist",
"assetsPath": "/assets",
"imagesPath": "/assets/images",
"contactEmail": "[email protected]",
"youtubeChannelUrl": "https://www.youtube.com/@BinaryIgor",
"lastFeedUpdateAtAfterLatestPost": "2025-02-06T16:45:00Z"
}