diff options
Diffstat (limited to 'public/post/index.html')
| -rw-r--r-- | public/post/index.html | 157 |
1 files changed, 0 insertions, 157 deletions
diff --git a/public/post/index.html b/public/post/index.html deleted file mode 100644 index fbaa589..0000000 --- a/public/post/index.html +++ /dev/null @@ -1,157 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - - <head><title>Posts – Kumar Damani - Home</title> -<meta name="description" content="Git, email, and resume"> - -<meta name="viewport" content="width=device-width, initial-scale=1"> -<meta charset="UTF-8"/> - - - - -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A==" crossorigin="anonymous" /> - - -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.1/css/academicons.min.css" integrity="sha512-b1ASx0WHgVFL5ZQhTgiPWX+68KjS38Jk87jg7pe+qC7q9YkEtFq0z7xCglv7qGIs/68d3mAp+StfC8WKC5SSAg==" crossorigin="anonymous" /> - - -<link rel="stylesheet" href="https://kumardamani.net/css/palettes/tokyo-night-dark.css"> -<link rel="stylesheet" href="https://kumardamani.net/css/risotto.css"> -<link rel="stylesheet" href="https://kumardamani.net/css/custom.css"> -</head> - - <body> - <div class="page"> - - <header class="page__header"><nav class="page__nav main-nav"> - <ul> - <h1 class="page__logo"><a href="https://kumardamani.net/" class="page__logo-inner">Kumar Damani - Home</a></h1> - - - <li class="main-nav__item"><a class="nav-main-item active" href="https://kumardamani.net/post/" title="Posts">Posts</a></li> - - </ul> -</nav> - -</header> - - <section class="page__body"> - <header class="content__header"> - <h1>Posts</h1> - - </header> - - - <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, - <span class="date">29 November 2022</span> - </p> - </header> - - <section class="post__summary"> - <p>Why there is art in programming.</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, - <span class="date">12 September 2022</span> - </p> - </header> - - <section class="post__summary"> - <p>My reasons for self-hosting.</p> - </section> - </article> - - <article class="post"> - <header class="post__header"> - <h1><a href="https://kumardamani.net/post/programs/">Programs and Equipment</a></h1> - <p class="post__meta"> - Kumar Damani, - <span class="date">12 November 2021</span> - </p> - </header> - - <section class="post__summary"> - <p>The programs and equipment I use on a daily basis.</p> - </section> - </article> - - - </section> - - <section class="page__aside"> - <div class="aside__about"> -<div class="aside__about"> - <img class="about__logo" src="https://kumardamani.net/images/rice.svg" alt="Logo"> -<h1 class="about__title">Links</h1> -<p class="about__description">Git, email, and resume</p> -</div> - - -<ul class="aside__social-links"> - - <li> - <a href="https://gitlab.com/kdam0/" rel="me" aria-label="GitLab" title="GitLab"><i class="fa-brands fa-gitlab" aria-hidden="true"></i></a> - </li> - - <li> - <a href="mailto:me@kumardamani.net" rel="me" aria-label="Email" title="Email"><i class="fa-solid fa-envelope" aria-hidden="true"></i></a> - </li> - - <li> - <a href="/KumarDamaniCV.pdf" rel="me" aria-label="Resume" title="Resume"><i class="fa-solid fa-file" aria-hidden="true"></i></a> - </li> - -</ul> -</div> - <hr> - <div class="aside__content"> - </div> - </section> - - <footer class="page__footer"><p> - - - - - - - - - - - - -</p> -<br /><br /> -<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> - </body> - -</html> |
