diff options
| author | Kumar Damani <me@kumardamani.net> | 2023-01-03 18:13:10 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2023-01-03 18:13:10 +0000 |
| commit | 610d1f02dd57cbaeccd076ad14ee9efacc5954a5 (patch) | |
| tree | 0ecd1cb8080cc794840a4f88fcc471eb317df0d8 /public/post/index.html | |
| parent | 8a1af05eeb23fde8dfcde4340a3826598379e7cd (diff) | |
prog as art post draft
Diffstat (limited to 'public/post/index.html')
| -rw-r--r-- | public/post/index.html | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/public/post/index.html b/public/post/index.html index 524f518..12a4c71 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/programming-as-art/">Romanticism in Programming</a></h1> + <p class="post__meta"> + Kumar Damani, + <span class="date">29 November 2022</span> + </p> + </header> + + <section class="post__summary"> + <p>Why programming I see programming as an art form.</p> + </section> + </article> + + <article class="post"> + <header class="post__header"> <h1><a href="https://kumardamani.net/post/self-host/">Why do I self-host?</a></h1> <p class="post__meta"> Kumar Damani, @@ -105,7 +119,7 @@ </section> <footer class="page__footer"><p class="copyright"></p> - +<p class="advertisement">Powered by <a href="https://gohugo.io/">hugo</a> and <a href="https://github.com/joeroe/risotto">risotto</a>.</p> </footer> </div> |
