My personal blog hauleth.dev
blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: remove frontmatter from README.md

+23 -7
+17 -1
README.md
··· 1 - content/about.md 1 + ## hello 2 + 3 + <div class="h-card"> 4 + 5 + My name is <span class="p-name">Łukasz Niemier</span>, but I am mostly using 6 + <span class="p-nickname">Hauleth</span> over the internet. 7 + 8 + I am part of the <span class="h-card"><a class="p-name p-org u-url" 9 + href="https://erlef.org/wg/observability">Erlang Ecosystem Foundation 10 + Observability WG</a></span> where we are trying to improve observability 11 + features in Erlang ecosystem. 12 + 13 + I am currently contracted. If you want to inquiry me about my services then 14 + contact me at <a class="u-email" 15 + href="mailto:lukasz@niemier.pl">lukasz@niemier.pl</a>. 16 + 17 + </div>
+6 -6
content/about.md
··· 1 - --- 2 - title: "hauleth" 3 - transparent: false 1 + +++ 2 + title = "hauleth" 3 + transparent = false 4 4 5 - extra: 6 - no_comments: true 7 - --- 5 + [extra] 6 + no_comments = true 7 + +++ 8 8 9 9 ## hello 10 10