From ed1db38bdb2f9c6a114b8c1c3bba705dc276dc45 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 22 Sep 2024 11:15:07 -0700 Subject: restructure a bit the index --- content/_index.md | 3 --- templates/index.html | 20 ++++++++++---------- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/content/_index.md b/content/_index.md index da8dcfd..f17087d 100644 --- a/content/_index.md +++ b/content/_index.md @@ -7,6 +7,3 @@ My name is Franck Cuny and this is my little corner on the web. I currently work as a [Site Reliability Engineer](https://en.wikipedia.org/wiki/Site_reliability_engineering) (SRE) at [Roblox](https://www.roblox.com). Previously, I worked as a SRE at [Twitter](https://twitter.com/TwitterEng), and my focus was on infrastructure. I'm interested in building sustainable teams, improving the management and operation of large infrastructure, and to work with different teams to implement best practices around reliability and security. - -- Some of my code is shared on [GitHub](https://github.com/fcuny) -- Email: franck@fcuny.net diff --git a/templates/index.html b/templates/index.html index 4f848be..5c11ab3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,29 +9,29 @@ {% endif %} -

articles

+

articles ⇢

{%- set blog = get_section(path="blog/_index.md") -%} {%- set post_count = blog.pages | length -%} - -

notes

+

notes ⇢

{%- set notes = get_section(path="notes/_index.md") -%} {%- set post_count = notes.pages | length -%} - + +

contact

+ +Email: franck@fcuny.net -- cgit 1.4.1