-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
40 lines (40 loc) · 1.65 KB
/
config.json
File metadata and controls
40 lines (40 loc) · 1.65 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
{
"author": "Igor Roztropiński",
"siteName": "Binary Igor",
"descriptionLine1": "Some things are either 0 or I.",
"descriptionLine2": "Deeper and broader thinking on commanding binary machines; for programmers and developers driven not just to implement, but to understand deeply, design and build.",
"metaDescription": "Binary Igor is a blog about programming, software development, software engineering, computer science, networks and the inner workings of binary machines.",
"httpsDomain": "https://binaryigor.com",
"ogImageUrl": "https://binaryigor.com/assets/og-image.png",
"ldIdentityUrl": "https://binaryigor.com/#igor",
"pagesToRender": [
"index.html",
"posts.html",
"bootstrap.html",
"dbs-posts.html",
"modularity-posts.html",
"deep-dive-posts.html",
"performance-posts.html",
"ui-posts.html",
"htmx-posts.html",
"auth-posts.html",
"networks-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": "igor@binaryigor.com",
"gitHubProfileUrl": "https://github.com/BinaryIgor",
"redditProfileUrl": "https://www.reddit.com/user/BinaryIgor/",
"linkedInProfileUrl": "https://www.linkedin.com/in/igroztr/",
"lobstersProfileUrl": "https://lobste.rs/~BinaryIgor",
"youTubeChannelUrl": "https://www.youtube.com/@BinaryIgor",
"lastFeedUpdateAtAfterLatestPost": "2025-02-06T16:45:00Z"
}