~animesh/anmsh.net

73b599a6654dbf88c88277915a5200296e1b644e — Animesh Bulusu 3 months ago eb43991
Modify design and landing content
M assets/static/post.css => assets/static/post.css +1 -1
@@ 1,7 1,7 @@
:root {
    --sans-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    --mono-font: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
    --bg: #eeeeee;
    --bg: #f7f7f7;
    --text: #0b0b0b;
    --text-light: #666666;
    --border: #012;

M assets/static/posts.css => assets/static/posts.css +2 -4
@@ 1,6 1,6 @@
:root {
    --sans-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    --bg: #eeeeee;
    --bg: #f7f7f7;
    --text: #0b0b0b;
    --link: #0010a1
}


@@ 39,7 39,6 @@ body {
    background: var(--bg);
    color: var(--text);
    font-family: var(--sans-font);
    font-size: 18px;
    margin: 0 auto;
    min-width: 320px
}


@@ 135,7 134,6 @@ a:visited {

@media (min-width: 40rem) {
    body {
        width: 480px;
        font-size: 16px;
        width: 480px
    }
}
\ No newline at end of file

M content/about/contents.lr => content/about/contents.lr +4 -2
@@ 8,9 8,11 @@ description: self description
---
body:

**Me** — I am a lifelong learner and an explorer. My primary interests include open source, distributed systems, dataviz, photography, electronics, spoken languages, minimalism, and stoicism. Technology choices — aspnet, django, and go.
**Me** — I am a lifelong learner and an explorer. My primary interests include open source, distributed systems, dataviz, photography, electronics, spoken languages, minimalism, and stoicism. 

Some principles — Habits and discipline. Karma and kaizen. Everything is an experiment. Strong opinions weakly held.
Technology choices — aspnet, django, and go.

Some principles I try to live by — Habits and discipline. Karma and kaizen. Everything is an experiment. Strong opinions weakly held.

**The blog** — This blog is a learning log. It is built with [Lektor](https://www.getlektor.com/) and SourceHut, and self-hosted on [Vultr](https://www.vultr.com). It has zero tracking and analytics, auto night mode, loads fast enough, 100 on pagespeed. Site style is inspired by the class-less CSS framework [SimpleCSS](https://simplecss.org/) by [Kevin Quirk](https://kevquirk.com/).


M content/contents.lr => content/contents.lr +2 -6
@@ 4,17 4,13 @@ title: Home
---
metadesc: Home page of Animesh Bulusu, an open source enthusiast, hobbyist photographer, and the owner of *.anmsh.net.
---
header: All posts
---
greeting: Namaste

---
landing:
I am Animesh Bulusu. Welcome to my corner on the internet.

I am a lifelong learner and an explorer. My primary interests include open source, distributed systems, dataviz, photography, electronics, spoken languages, minimalism, and stoicism. Technology choices — aspnet, django, and go.

Some principles — Habits and discipline. Karma and kaizen. Everything is an experiment. Strong opinions weakly held.

I am a lifelong learner and an explorer. My primary interests include open source, distributed systems, dataviz, photography, electronics, spoken languages, minimalism, and stoicism.

---
now:

M templates/header.html => templates/header.html +0 -1
@@ 1,5 1,4 @@
<header>
    <h1>animesh bulusu</h1>
    <nav>
        <ul>
            <li><a href="/">home</a></li>

M templates/landing-style.html => templates/landing-style.html +2 -4
@@ 1,7 1,7 @@
<style>
    :root {
        --sans-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
        --bg: #eeeeee;
        --bg: #f7f7f7;
        --text: #0b0b0b;
        --link: #0010a1;
    }


@@ 46,7 46,6 @@
    }

    body {
        font-size: 18px;
        background-color: var(--bg);
        color: var(--text);
        font-family: var(--sans-font);


@@ 85,7 84,7 @@
    }

    main {
        padding: 5px 10px;
        padding: 5px 10px
    }

    *:active {


@@ 95,7 94,6 @@
    @media (min-width: 40rem) {
        body {
            width: 480px;
            font-size: 16px;
        }
    }
</style>
\ No newline at end of file

M templates/landing.html => templates/landing.html +2 -2
@@ 1,7 1,7 @@
{% from "macros/posts.html" import render_recent %}

<main>
    <h1>animesh bulusu</h1>
    
    <nav>
        <ul>
            <li><a href="/">home</a></li>


@@ 17,7 17,7 @@
                &middot; <a href="{{'/@atom/main'|url}}" target="_blank" rel="noopener noreferrer">feed</a>
                &middot; <a href="https://flickr.com/photos/kriani/" target="_blank"
                    rel="noopener noreferrer">flickr</a>
                &middot; <a href="https://www.linkedin.com/in/animeshb/" target="_blank"
                &middot; <a href="https://www.linkedin.com/in/animeshbulusu/" target="_blank"
                    rel="noopener noreferrer">linkedin</a>
            </p>
        </div>

M templates/post-header.html => templates/post-header.html +1 -1
@@ 1,7 1,7 @@
<header>
    <nav>
        <ul>
            <li>animesh bulusu &compfn;</li>
            <li>anmsh.net &compfn;</li>
            <li>&uparrow; <a href="/">home</a></li>
            <li>&LeftArrow; <a href="/archive/">blog</a></li>
        </ul>