Skip to content

Commit 1a2610f

Browse files
committed
style: reformat JSON indentation and remove LinkedIn link
1 parent 5ff1469 commit 1a2610f

File tree

3 files changed

+84
-88
lines changed

3 files changed

+84
-88
lines changed

_data/libdocSystem.json

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
11
{
2-
"navigationOptions": {
3-
"listElement": "ol",
4-
"listItemElement": "li",
5-
"listClass": "d-flex fd-column | m-0 pl-0 pt-3 pb-3 | ls-none",
6-
"listItemClass": "d-flex fw-wrap ai-center",
7-
"listItemHasChildrenClass": "",
8-
"activeListItemClass": "",
9-
"anchorClass": "d-flex ai-center fg-1 | pos-relative | w-100 pt-2 pb-2 pr-6 | fs-3 td-none lh-5 tws-balance fvs-wght-500 | c-neutral-900 nav_primary__anchor",
10-
"activeAnchorClass": ""
11-
},
12-
"widthSidebar": 300,
13-
"widthContent": 1200,
14-
"icomoonIconSize": 32,
15-
"pluginsParameters": {
16-
"eleventyImageTransform": {
17-
"formats": ["svg", "avif", "webp"],
18-
"useCache": true,
19-
"svgShortCircuit": true,
20-
"htmlOptions": {
21-
"imgAttributes": {
22-
"loading": "lazy",
23-
"decoding": "async"
24-
},
25-
"pictureAttributes": {
26-
"class": "eleventy-image"
27-
}
28-
}
2+
"navigationOptions": {
3+
"listElement": "ol",
4+
"listItemElement": "li",
5+
"listClass": "d-flex fd-column | m-0 pl-0 pt-3 pb-3 | ls-none",
6+
"listItemClass": "d-flex fw-wrap ai-center",
7+
"listItemHasChildrenClass": "",
8+
"activeListItemClass": "",
9+
"anchorClass": "d-flex ai-center fg-1 | pos-relative | w-100 pt-2 pb-2 pr-6 | fs-3 td-none lh-5 tws-balance fvs-wght-500 | c-neutral-900 nav_primary__anchor",
10+
"activeAnchorClass": ""
11+
},
12+
"widthSidebar": 300,
13+
"widthContent": 700,
14+
"icomoonIconSize": 32,
15+
"pluginsParameters": {
16+
"eleventyImageTransform": {
17+
"formats": ["svg", "avif", "webp"],
18+
"useCache": true,
19+
"svgShortCircuit": true,
20+
"htmlOptions": {
21+
"imgAttributes": {
22+
"loading": "lazy",
23+
"decoding": "async"
24+
},
25+
"pictureAttributes": {
26+
"class": "eleventy-image"
2927
}
30-
},
31-
"productionUrl": "daniel.bodnar.sh",
32-
"preferences": {
33-
"colorSchemes": {
34-
"choices": [
35-
{
36-
"value": "auto",
37-
"labelMainKey": "colorSchemeAuto",
38-
"labelHelpKey": "colorSchemeDescriptionAuto"
39-
},
40-
{
41-
"value": "light",
42-
"labelMainKey": "colorSchemeLight",
43-
"labelHelpKey": "colorSchemeDescriptionLight"
44-
},
45-
{
46-
"value": "dark",
47-
"labelMainKey": "colorSchemeDark",
48-
"labelHelpKey": "colorSchemeDescriptionDark"
49-
}
50-
]
28+
}
29+
}
30+
},
31+
"productionUrl": "daniel.bodnar.sh",
32+
"preferences": {
33+
"colorSchemes": {
34+
"choices": [
35+
{
36+
"value": "auto",
37+
"labelMainKey": "colorSchemeAuto",
38+
"labelHelpKey": "colorSchemeDescriptionAuto"
39+
},
40+
{
41+
"value": "light",
42+
"labelMainKey": "colorSchemeLight",
43+
"labelHelpKey": "colorSchemeDescriptionLight"
44+
},
45+
{
46+
"value": "dark",
47+
"labelMainKey": "colorSchemeDark",
48+
"labelHelpKey": "colorSchemeDescriptionDark"
5149
}
50+
]
5251
}
53-
}
52+
}
53+
}

_includes/libdoc_page.liquid

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,30 @@
1111
<meta name="application-name" content="{{ pageTitle }}">
1212
<meta name="author" content="{{ pageAuthor }}">
1313
<link rel="icon" type="image/png" href="{{ libdocConfig.faviconUrl }}">
14-
14+
1515
<!-- Microsoft -->
1616
<meta http-equiv="x-ua-compatible" content="ie=edge">
1717
<meta name="msapplication-starturl" content="{{ page.url }}">
1818
<meta name="msapplication-tooltip" content="{{ pageTitle }}">
19-
19+
2020
<!-- Open Graph -->
2121
<meta property="og:type" content="website">
2222
<meta property="og:url" content="{{ page.url }}">
2323
<meta property="og:title" content="{{ pageTitle }}">
2424
<meta property="og:description" content="{{ pageDescription }}">
2525
<meta property="og:image" content="{{ pageOgImageUrl }}">
26-
26+
2727
<!-- Twitter -->
2828
<meta name="twitter:card" content="summary_large_image">
2929
<meta name="twitter:title" content="{{ pageTitle }}">
3030
<meta name="twitter:description" content="{{ pageDescription }}">
3131
<meta name="twitter:url" content="{{ page.url }}">
3232
<meta name="twitter:image" content="{{ pageOgImageUrl }}">
33-
33+
3434
<!-- iOS -->
3535
<meta name="apple-mobile-web-app-title" content="{{ pageTitle }}">
3636
<meta name="apple-mobile-web-app-capable" content="yes">
37-
37+
3838
<!-- Android -->
3939
<meta name="mobile-web-app-capable" content="yes">
4040

@@ -64,7 +64,7 @@
6464
<link rel="stylesheet" href="/core/assets/css/ds__dark_mode.css" media="(prefers-color-scheme: dark)" id="libdoc_dark_mode_css">
6565
<link rel="stylesheet" href="/core/assets/css/hljs/night-owl.css">
6666
<link rel="stylesheet" href="/core/assets/fonts/icomoon/style.css">
67-
<link rel="stylesheet" href="/core/assets/css/custom.css">
67+
<!--<link rel="stylesheet" href="/core/assets/css/custom.css">-->
6868
<style>
6969
:root {
7070
--libdoc-image-background-color-light-mode: {{ libdocConfig.imgBgColorLightMode }};
@@ -243,7 +243,7 @@
243243
</li>
244244
{% endif %}
245245
</menu>
246-
246+
247247
{% if collections.post.size > 0 %}
248248
<a href="/{{ libdocConfig.blogSlug }}/"
249249
id="nav_primary_blog_link"
@@ -429,7 +429,7 @@
429429
</footer>
430430
</main>
431431
</div>
432-
432+
433433
<script src="/core/assets/js/sandbox.js"></script>
434434
<script src="/core/assets/js/hljs/highlight.min.js"></script>
435435
{% for hljsLang in libdocConfig.hljsLanguages %}
@@ -444,4 +444,4 @@
444444
<script src="/core/assets/js/hotkeys.min.js"></script>
445445
{% endif %}
446446
</body>
447-
</html>
447+
</html>

settings.json

Lines changed: 26 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,28 @@
11
{
2-
"siteTitle": "Daniel Bodnar",
3-
"siteDescription": "Platform Engineer, Systems Architect, SRE, and Linux Evangelist with 30+ years of experience building scalable infrastructure and elegant solutions.",
4-
"author": "Daniel Bodnar",
5-
"faviconUrl": "/assets/favicon.png",
6-
"blogTitle": "Writing",
7-
"blogDescription": "Thoughts on infrastructure, systems engineering, DevOps, and building things that scale.",
8-
"productionUrl": "https://daniel.bodnar.sh",
9-
"customLinks": [
10-
{
11-
"url": "https://github.com/danielbodnar",
12-
"text": "GitHub"
13-
},
14-
{
15-
"url": "https://linkedin.com/in/danielbodnar",
16-
"text": "LinkedIn"
17-
},
18-
{
19-
"url": "https://bodnar.sh",
20-
"text": "bodnar.sh"
21-
},
22-
{
23-
"url": "mailto:[email protected]",
24-
"text": "Email"
25-
},
26-
{
27-
"url": "/feed.xml",
28-
"text": "RSS"
29-
}
30-
],
31-
"editThisPageRootUrl": "https://github.com/danielbodnar/daniel.bodnar.sh/blob/main"
2+
"siteTitle": "Daniel Bodnar",
3+
"siteDescription": "Platform Engineer, Systems Architect, SRE, and Linux Evangelist with 30+ years of experience building scalable infrastructure and elegant solutions.",
4+
"author": "Daniel Bodnar",
5+
"faviconUrl": "/assets/favicon.png",
6+
"blogTitle": "Writing",
7+
"blogDescription": "Thoughts on infrastructure, systems engineering, DevOps, and building things that scale.",
8+
"productionUrl": "https://daniel.bodnar.sh",
9+
"customLinks": [
10+
{
11+
"url": "https://github.com/danielbodnar",
12+
"text": "GitHub"
13+
},
14+
{
15+
"url": "https://bodnar.sh",
16+
"text": "bodnar.sh"
17+
},
18+
{
19+
"url": "mailto:[email protected]",
20+
"text": "Email"
21+
},
22+
{
23+
"url": "/feed.xml",
24+
"text": "RSS"
25+
}
26+
],
27+
"editThisPageRootUrl": "https://github.com/danielbodnar/bodnar.dev/blob/main"
3228
}

0 commit comments

Comments
 (0)