diff options
| author | Kumar Damani <me@kumardamani.net> | 2023-04-09 21:01:11 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2023-04-09 21:01:46 +0000 |
| commit | cf259bfe2fdc33894f10083737776f79903a6fbe (patch) | |
| tree | bf1ca4e246ec35d9df9f96f6612294b2aa08a773 /public/post/index.html | |
| parent | 885fea1bd35d17ef4c4d5d75ffc6ac5c4df09e30 (diff) | |
nixos post
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, |
