Skip to content

Commit 444de3f

Browse files
committed
feat(blog): add about page
1 parent 6a9e206 commit 444de3f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

config.toml

+4
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ disqusShortname = "aerialls"
5252
name = "Blog"
5353
weight = 1
5454
url = "/posts/"
55+
[[menu.main]]
56+
name = "About"
57+
weight = 2
58+
url = "/about/"

content/about.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
title = "About"
33
slug = "about"
44
+++
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

Comments
 (0)