my website at https://anirudh.fi
4
fork

Configure Feed

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

nav: simplify

+8 -2
+2
pages/about.md
··· 27 27 - 35mm film photography. 28 28 - Veganism, ethics and plant-based nutrition. 29 29 30 + I maintain a somewhat active list of tech that I [use](/uses). 31 + 30 32 ## contact 31 33 32 34 Send mail to [anirudh@oppiliappan.com](mailto:anirudh@oppiliappan.com).
+6
static/style.css
··· 46 46 blockquote p { 47 47 border-left: 1.5px solid var(--gray); 48 48 } 49 + 49 50 } 50 51 51 52 html { ··· 428 429 .image-grid { 429 430 column-count: 1; 430 431 } 432 + 433 + body { 434 + padding: 2rem 1rem 10rem; 435 + } 436 + 431 437 432 438 table, 433 439 thead,
-2
templates/partials/nav.html
··· 45 45 </svg> 46 46 </a> 47 47 <ul> 48 - <li><a href="/blog">writing</a></li> 49 48 <li><a href="/reading">reading</a></li> 50 - <li><a href="/uses">uses</a></li> 51 49 <li><a href="/photos">photos</a></li> 52 50 <li><a href="/about">about</a></li> 53 51 </ul>