My personal blog hauleth.dev
blog
0
fork

Configure Feed

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

fix: resynchronise about and README

+19 -36
+1 -17
README.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> 1 + templates/shortcodes/readme.md
+1 -19
content/about.md
··· 6 6 no_comments = true 7 7 +++ 8 8 9 - ## hello 10 - 11 - <div class="h-card"> 12 - 13 - My name is <span class="p-name">Łukasz Niemier</span>, but I am mostly using 14 - <span class="p-nickname">Hauleth</span> over the internet. 15 - 16 - I am part of the <span class="h-card"><a class="p-name p-org u-url" 17 - href="https://erlef.org/wg/observability">Erlang Ecosystem Foundation 18 - Observability WG</a></span> where we are trying to improve observability 19 - features in Erlang ecosystem. 20 - 21 - I am currently contracted. If you want to inquiry me about my services then 22 - contact me at <a class="u-email" 23 - href="mailto:lukasz@niemier.pl">lukasz@niemier.pl</a>. 24 - 25 - </div> 26 - 27 - [eef-o-wg]: https://erlef.org/wg/observability 9 + {{ readme() }}
+17
templates/shortcodes/readme.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>