Skip to content

Commit b215eba

Browse files
committed
Restructure the main page
1 parent 8b2e3cd commit b215eba

File tree

5 files changed

+28
-45
lines changed

5 files changed

+28
-45
lines changed

β€Žconfig.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@ pygmentsCodefences = true
2929
[[menu.main]]
3030
identifier = "posts"
3131
name = "Posts"
32-
title = "Blog Posts"
32+
title = "My blog posts"
3333
url = "/posts/"
3434
weight = -120
3535
[[menu.main]]
36-
identifier = "about"
37-
name = "About"
38-
title = "About the Author"
39-
url = "/about/"
36+
identifier = "talks"
37+
name = "Talks"
38+
title = "My talks"
39+
url = "/talks/"
4040
weight = -110
4141
[[menu.main]]
4242
identifier = "cv"
4343
name = "CV"
44-
title = "Most Recent CV"
44+
title = "My most recent CV"
4545
url = "/cv.html"
4646
weight = -100

β€Žcontent/_index.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
11
---
2-
title: "Home"
3-
description: "Main page. Short overview of the blog and 10 recent articles."
2+
title: "Hello, World!"
3+
description: "Introduction. Contacts. Projects. Recent blog posts."
44
date: 2019-03-06T00:00:00+01:00
55
draft: false
66
---
7-
# Hello, World!
87

9-
My name is [Denis](/about) and I'm a principal software engineer based in Germany.
8+
```sh
9+
10+
Denis Rechkunov
11+
```
12+
![My photograph](picture.jpg)
1013

11-
In this blog I publish some thoughts and stories about things I'm interested in, such as:
14+
I'm a principal software engineer based in Germany with more than a decade of experience, ranging from binary protocols and communication with devices to high-scale front-end apps and back-end services. Although I worked on user interfaces in the past, I found my passion in building complex distributed systems.
1215

13-
* [Information security](/posts/tech/security/) or [tech](/posts/tech/) in general
14-
* [Music](/posts/music/)
15-
* [Motorcycles](/posts/motorcycle/)
16-
* [Sport](/posts/sport/)
16+
When I'm not an engineer I [πŸŠβ€β™‚οΈπŸš΄β€β™‚οΈπŸƒβ€β™‚οΈ](https://connect.garmin.com/modern/profile/ccb91222-2fcb-4ba6-87c6-efe33b58650e), [🏍](/posts/motorcycle/), [🎸](/posts/music), [πŸ“·](https://www.icloud.com/sharedalbum/#B0vJ0DiRHGvpwq9)
17+
18+
You can reach me via [[email protected]](mailto:[email protected]) and find my most recent CV [here](/cv.html).
19+
20+
# Open Source Highlights
21+
22+
* [Elastic Agent](https://github.com/elastic/elastic-agent) β€” With Elastic Agent you can collect all forms of data from anywhere with a single unified agent per host. I'm a member of the maintaing team.
23+
* [Beats](https://github.com/elastic/beats) β€” The lightweight shippers of the Elastic Stack. I'm actively contributing as a member of the maintaining team.
24+
* [Catberry.js](https://catberry.github.io/) β€” isomorphic framework for building universal front-end apps using components, Flux architecture and [progressive rendering](https://youtu.be/aRaQe9n1lPk). Also, lots of plugins and libraries in the related [GitHub organization](https://github.com/catberry). I started it in 2014, used it at work but currently the project is no longer maintained.
25+
26+
See the full list of my projects on [GitHub](https://github.com/rdner?tab=repositories&type=source)
File renamed without changes.
File renamed without changes.

β€Žcontent/about/index.md renamed to β€Žcontent/talks/index.md

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,11 @@
11
---
2-
title: "About"
3-
description: "Some facts about me"
2+
title: "Talks"
3+
description: "Presentations on various occasions"
44
date: 2019-03-06T00:00:00+01:00
55
draft: false
66
---
77

8-
# Denis Rechkunov
9-
10-
![My photograph](picture.jpg)
11-
12-
13-
```sh
14-
15-
```
16-
17-
I'm a principal software engineer based in Germany with more than a decade of experience, ranging from binary protocols and communication with devices to high-scale front-end apps and back-end services. Although I worked on user interfaces in the past, I found my passion in building complex distributed systems.
18-
19-
When I'm not an engineer I [πŸŠβ€β™‚οΈπŸš΄β€β™‚οΈπŸƒβ€β™‚οΈ](https://connect.garmin.com/modern/profile/ccb91222-2fcb-4ba6-87c6-efe33b58650e), [🏍](/posts/motorcycle/), [🎸](/posts/music), [πŸ“·](https://www.icloud.com/sharedalbum/#B0vJ0DiRHGvpwq9)
20-
21-
# Contacts
22-
23-
24-
* [Most recent CV](/cv.html)
25-
26-
# Open Source Projects
27-
28-
* [Elastic Agent](https://github.com/elastic/elastic-agent) β€” With Elastic Agent you can collect all forms of data from anywhere with a single unified agent per host. One thing to install, configure, and scale. I'm a member of the maintaing team.
29-
* [Beats](https://github.com/elastic/beats) β€” The lightweight shippers of the Elastic Stack. I'm actively contributing as a member of the maintaining team.
30-
* [x509 brute force](https://github.com/rdner/x509bf) β€” This is a CLI tool that tries out passphrases from a given word list in order to decrypt an encrypted private key with a DEK header. I created it during a CTF challenge.
31-
* [Catberry.js](https://catberry.github.io/) β€” isomorphic framework for building universal front-end apps using components, Flux architecture and [progressive rendering](https://youtu.be/aRaQe9n1lPk). Also, lots of plugins and libraries in the related [GitHub organization](https://github.com/catberry). I started it in 2014, used it at work but the project is no longer maintained.
32-
33-
See the full list of my projects on [GitHub](https://github.com/rdner?tab=repositories&type=source)
34-
35-
# Talks
8+
# Given Talks
369

3710
All dates are in `yyyy-mm-dd` format.
3811

0 commit comments

Comments
Β (0)