Skip to content

Commit c6a2310

Browse files
committed
2 parents cb37ebc + 0d954fd commit c6a2310

File tree

4 files changed

+29
-37
lines changed

4 files changed

+29
-37
lines changed

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ social:
3030
links:
3131
- "https://twitter.com/tomasjurasek"
3232
- "https://www.linkedin.com/in/tomasjurasek/"
33+
- "https://github.com/tomasjurasek"
3334

3435
# Build settings
3536
markdown: kramdown
@@ -77,6 +78,9 @@ author:
7778
- label: "LinkedIn"
7879
icon: "fab fa-fw fa-linkedin"
7980
url: "https://www.linkedin.com/in/tomasjurasek/"
81+
- label: "Github"
82+
icon: "fab fa-fw fa-github"
83+
url: "https://github.com/tomasjurasek"
8084

8185
footer:
8286
links:

_data/navigation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ main:
44
# url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
55
# - title: "About"
66
# url: https://mmistakes.github.io/minimal-mistakes/about/
7-
- title: "Courses"
8-
url: /courses/
7+
- title: "About"
8+
url: /about/
99
# - title: "Sample Collections"
1010
# url: /collection-archive/
1111
# - title: "Sitemap"

_pages/about.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
permalink: /about/
3+
layout: single
4+
title: "About"
5+
---
6+
7+
8+
I'm a software developer, architect, and consultant based in Brno.
9+
10+
I try to understand complex distributed systems and how to build long-lived, easily extensible products.
11+
12+
I'm the organizer of [Domain-Driven Design Meetups Brno](https://www.meetup.com/domain-driven-design-meetups-brno/), where people share their experiences building complex systems.
13+
14+
The topics with which I can help:
15+
* Microservices
16+
* Domain-Driven Design
17+
* Event Sourcing
18+
* CQRS
19+
* Messaging & Event-Driven Architecture
20+
* .NET Architecture & things around .NET
21+
22+
23+
Feel free to contact me by [e-mail](mailto:[email protected]).

_pages/courses.md

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

0 commit comments

Comments
 (0)