Skip to content

Commit a3d31e3

Browse files
committed
feat: Update index
1 parent e918d78 commit a3d31e3

File tree

6 files changed

+21
-32
lines changed

6 files changed

+21
-32
lines changed

public/favicon.ico

166 KB
Binary file not shown.

src/layouts/BaseLayout.astro

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,10 @@ const base = import.meta.env.BASE_URL.endsWith('/') ? import.meta.env.BASE_URL :
5656
<li>
5757
<ul class="menu__dropdown">
5858
<li><a href={`${base}about/`}>About</a></li>
59-
<li><a href={`${base}contact/`}>Contact</a></li>
60-
<li><a href={`${base}support/`}>Support</a></li>
6159
<li><a href={`${base}posts/`}>Blog</a></li>
60+
<li><a href={`${base}support/`}>Support</a></li>
61+
<li><a href={`${base}contact/`}>Contact</a></li>
6262
<li><a href={`${base}tags/`}>Tags</a></li>
63-
<li><a href="https://github.com/lepoco/wpfui" target="_blank">WPF UI</a></li>
6463
<li><a href="https://github.com/lepoco" target="_blank">GitHub</a></li>
6564
<li><a href="https://github.com/sponsors/pomianowski" target="_blank">Sponsor</a></li>
6665
</ul>
@@ -71,9 +70,9 @@ const base = import.meta.env.BASE_URL.endsWith('/') ? import.meta.env.BASE_URL :
7170
<nav class="navigation-menu">
7271
<ul class="navigation-menu__inner menu--desktop">
7372
<li><a href={`${base}about/`}>About</a></li>
74-
<li><a href={`${base}contact/`}>Contact</a></li>
75-
<li><a href={`${base}support/`}>Support</a></li>
7673
<li><a href={`${base}posts/`}>Blog</a></li>
74+
<li><a href={`${base}support/`}>Support</a></li>
75+
<li><a href={`${base}contact/`}>Contact</a></li>
7776
<li><a href={`${base}tags/`}>Tags</a></li>
7877
<li>
7978
<ul class="menu">
@@ -102,7 +101,7 @@ const base = import.meta.env.BASE_URL.endsWith('/') ? import.meta.env.BASE_URL :
102101
<footer class="footer">
103102
<div class="footer__inner">
104103
<div class="copyright">
105-
<span2025 lepo.co <a href="https://github.com/lepoco" target="_blank">Leszek Pomianowski</a></span>
104+
<span{new Date().getFullYear()} lepo.co <a href="https://github.com/lepoco" target="_blank">Leszek Pomianowski</a></span>
106105
<span class="separator">::</span>
107106
<span>Theme made by <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">panr</a></span>
108107
<span class="separator">::</span>
@@ -121,7 +120,7 @@ const base = import.meta.env.BASE_URL.endsWith('/') ? import.meta.env.BASE_URL :
121120
// Check for saved theme preference or default to auto
122121
const savedTheme = localStorage.getItem('theme');
123122

124-
function setTheme(theme) {
123+
function setTheme(theme: any) {
125124
if (theme === 'dark') {
126125
root.style.setProperty('--background', '#000000');
127126
root.style.setProperty('--foreground', '#ffffff');

src/pages/contact.astro

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
3939
If you want to support what I'm building
4040
</li>
4141
</ul>
42-
43-
<h2>What I'm Into</h2>
44-
<p>I get excited about projects involving:</p>
45-
46-
<ul>
47-
<li>.NET stuff - microservices, distributed systems, modern architectures</li>
48-
<li>Developer tools that actually make coding easier</li>
49-
<li>Desktop apps with decent UI (WPF is my thing)</li>
50-
<li>Making legacy systems work with modern tech</li>
51-
<li>Open-source projects that solve real problems</li>
52-
</ul>
53-
42+
5443
<h2>Quick Note</h2>
5544
<p>
5645
When you reach out, it helps if you mention what you're working on and what kind of help

src/pages/index.astro

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,21 @@ const posts = (await getCollection('posts'))
1818

1919
<h2>Things I've Built</h2>
2020
<ul>
21-
<li><strong><a href="https://github.com/lepoco/wpfui">WPF UI</a></strong> - Modern Windows controls for WPF that somehow ended up in Microsoft PowerToys</li>
21+
<li><strong><a href="https://github.com/lepoco/wpfui">WPF UI</a></strong> - Modern Windows controls for WPF that somehow ended up in Microsoft PowerToys and official WPF repo</li>
2222
<li><strong><a href="https://apps.microsoft.com/detail/9nh1p86h06cg">Radiograph</a></strong> - Hardware monitoring app that's been downloaded quite a bit</li>
23-
<li><strong><a href="https://github.com/lepoco/mcp-camunda">Camunda MCP</a></strong> - Server for connecting AI tools to Camunda workflows</li>
24-
<li><strong><a href="https://github.com/lepoco/openapi.client">OpenAPI MCP</a></strong> - Server for working with API specs, now in Docker's official repo</li>
23+
<li><strong><a href="https://github.com/lepoco/mcp-camunda">Camunda MCP</a></strong> - Server for connecting AI tools to Camunda workflows, listed in Docker's official MCP hub</li>
2524
</ul>
26-
27-
<h2>Day Job</h2>
28-
<p>I work on enterprise software - the kind that needs to handle lots of users and keep running. Mostly energy sector stuff, dealing with legacy systems that need updating without breaking everything. It involves distributed architecture and making sure things actually work at scale.</p>
29-
25+
3026
<h2>If You Want to Chat</h2>
3127
<p>I'm interested in collaborating on cool projects, especially anything involving .NET architecture, distributed systems, or developer tools. I work with various teams on technical challenges and enjoy solving interesting problems.</p>
3228

3329
<p>You can find my stuff on <a href="https://github.com/lepoco">GitHub</a>, support my work through <a href="https://github.com/sponsors/pomianowski">GitHub Sponsors</a>, or <a href="/contact/">drop me a line</a> if you want to chat about a project.</p>
3430
</div>
3531

3632
<div class="posts">
33+
<div>
34+
<h4 class="post-title">Recent posts:</h4>
35+
</div>
3736
{posts.map((post) => <PostCard post={post} />)}
3837
</div>
3938
</BaseLayout>

src/pages/rss.xml.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ export async function GET(context) {
1515
})),
1616
customData: `<language>en-us</language>`,
1717
});
18-
}
18+
}

src/styles/terminal.css

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,20 @@
2424
.theme-toggle {
2525
cursor: pointer;
2626
padding: 0.25rem 0.5rem;
27-
border: 1px solid var(--foreground);
28-
background: transparent;
29-
color: var(--foreground);
27+
border: 2px solid var(--accent);
28+
background: var(--background);
29+
color: var(--accent);
3030
font-family: inherit;
31-
font-size: 0.875rem;
31+
font-size: var(--font-size);
32+
font-weight: 400;
33+
line-height: var(--line-height);
3234
user-select: none;
3335
transition: all 0.2s ease;
3436
position: relative;
3537
}
3638

3739
.theme-toggle:hover {
38-
background: var(--foreground);
40+
background: var(--accent);
3941
color: var(--background);
4042
}
4143

0 commit comments

Comments
 (0)