Skip to content

Commit 771144f

Browse files
committed
Customize template for bodnar.dev
- Replace sample content with personalized homepage and about page - Update settings.json with site metadata for bodnar.dev - Remove template placeholder pages (hello-*.md) - Remove sample sandboxes directory - Add social links (GitHub, LinkedIn, RSS)
1 parent 638f59d commit 771144f

File tree

9 files changed

+64
-152
lines changed

9 files changed

+64
-152
lines changed

about.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: About
3+
description: A bit more about Daniel Bodnar
4+
layout: libdoc_page.liquid
5+
permalink: about/index.html
6+
eleventyNavigation:
7+
key: About
8+
order: 1
9+
---
10+
11+
# About Me
12+
13+
I'm Daniel Bodnar, a software engineer with a passion for building useful things.
14+
15+
## What I Do
16+
17+
I work across the full stack, with particular interests in:
18+
19+
- **Web Development** — Building responsive, accessible, and performant web applications
20+
- **Cloud Infrastructure** — Designing and deploying scalable systems
21+
- **Developer Tools** — Creating tools that make development more enjoyable
22+
23+
## Philosophy
24+
25+
I believe in writing code that's simple, readable, and maintainable. The best solutions are often the most straightforward ones.
26+
27+
## This Site
28+
29+
This site is built with [Eleventy](https://www.11ty.dev/), a simple and powerful static site generator. It's fast, minimal, and easy to maintain — just the way I like it.
30+
31+
---
32+
33+
Want to chat? [Send me an email](mailto:[email protected]).

hello-child.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

hello-grandchild.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

hello-page.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

hello-post.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

hello-world.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Daniel Bodnar
3+
description: Software engineer and technology enthusiast. Building things on the web.
4+
layout: libdoc_page.liquid
5+
permalink: index.html
6+
---
7+
8+
# Hey, I'm Daniel
9+
10+
I'm a software engineer who enjoys building things on the web. I'm passionate about clean code, elegant solutions, and technology that makes a difference.
11+
12+
Currently focused on web development, cloud infrastructure, and exploring what's possible with modern tooling.
13+
14+
## Get in touch
15+
16+
- [GitHub](https://github.com/danielbodnar) — where I share my work
17+
- [LinkedIn](https://linkedin.com/in/danielbodnar) — let's connect
18+
- [Email](mailto:[email protected]) — say hello

sandboxes/first/index.html

Lines changed: 0 additions & 31 deletions
This file was deleted.

settings.json

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,24 @@
11
{
2-
"siteTitle": "My Project Title",
3-
"siteDescription": "This is the description of my project title",
4-
"author": "John Doe",
5-
"faviconUrl": "/assets/myfavicon.png",
6-
"blogTitle": "Blog",
7-
"blogDescription": "Here is the description of the blog part",
8-
"productionUrl": "https://eleventy-libdoc.netlify.app",
2+
"siteTitle": "Daniel Bodnar",
3+
"siteDescription": "Software engineer and technology enthusiast. Building things on the web.",
4+
"author": "Daniel Bodnar",
5+
"faviconUrl": "/assets/favicon.png",
6+
"blogTitle": "Writing",
7+
"blogDescription": "Thoughts on software, technology, and building things.",
8+
"productionUrl": "https://bodnar.dev",
99
"customLinks": [
1010
{
11-
"url": "/feed.xml",
12-
"text": "Atom feed"
13-
},
14-
{
15-
"url": "https://github.com/ita-design-system/eleventy-libdoc",
11+
"url": "https://github.com/danielbodnar",
1612
"text": "GitHub"
1713
},
1814
{
19-
"url": "#",
20-
"text": "Bluesky"
21-
},
22-
{
23-
"url": "#",
15+
"url": "https://linkedin.com/in/danielbodnar",
2416
"text": "LinkedIn"
2517
},
2618
{
27-
"url": "#",
28-
"text": "CodePen"
19+
"url": "/feed.xml",
20+
"text": "RSS"
2921
}
3022
],
31-
"editThisPageRootUrl": "https://github.com/ita-design-system/eleventy-libdoc/blob/main"
32-
}
23+
"editThisPageRootUrl": "https://github.com/danielbodnar/bodnar.dev/blob/main"
24+
}

0 commit comments

Comments
 (0)