We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9e206 commit 444de3fCopy full SHA for 444de3f
config.toml
@@ -52,3 +52,7 @@ disqusShortname = "aerialls"
52
name = "Blog"
53
weight = 1
54
url = "/posts/"
55
+[[menu.main]]
56
+ name = "About"
57
+ weight = 2
58
+ url = "/about/"
content/about.md
@@ -2,3 +2,7 @@
2
title = "About"
3
slug = "about"
4
+++
5
+
6
+My name is Julien Brochet and I'm a Site Reliability Engineer based in Paris with seven years of experience working in DevOps-based environments.
7
8
+I'm an open-source enthusiast and also a Microsoft certified `MCSA: Windows Server 2012 & 2016` and `MCSE: Cloud Platform and Infrastructure`.
0 commit comments