diff options
Diffstat (limited to 'public/post/index.html')
| -rw-r--r-- | public/post/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/public/post/index.html b/public/post/index.html index f703434..2f62aa1 100644 --- a/public/post/index.html +++ b/public/post/index.html @@ -45,6 +45,20 @@ <article class="post"> <header class="post__header"> + <h1><a href="https://kumardamani.net/post/nixos-p1/">Adventures in NixOS - Part 1</a></h1> + <p class="post__meta"> + Kumar Damani, + <span class="date">24 March 2023</span> + </p> + </header> + + <section class="post__summary"> + <p>Almost a guide to getting started with NixOS the modern (2023) way.</p> + </section> + </article> + + <article class="post"> + <header class="post__header"> <h1><a href="https://kumardamani.net/post/programming-as-art/">Romanticism in Programming</a></h1> <p class="post__meta"> Kumar Damani, |
