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

Configure Feed

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

templates: update meta tags etc.

+9 -4
+1 -1
pages/about.md
··· 1 1 --- 2 2 template: page.html 3 - title: about 3 + title: about me 4 4 subtitle: About me. 5 5 --- 6 6
pages/favicon.ico

This is a binary file and will not be displayed.

pages/favicon.png static/icon.png
+4 -2
static/style.css
··· 84 84 min-width: 0; 85 85 } 86 86 87 - h1, 88 87 h2, 89 88 h3 { 90 89 font-weight: 400 !important; ··· 95 94 } 96 95 97 96 main h1 { 98 - font-size: 30px; 97 + font-size: calc(1.35em + 0.35vw); 99 98 padding: 30px 0 30px 0; 99 + font-weight: 500; 100 100 } 101 101 102 102 main h2 { 103 103 color: var(--dark); 104 + font-size: calc(1.20em + 0.25vw); 104 105 } 105 106 106 107 main h2, ··· 170 171 width: 100%; 171 172 display: block; 172 173 margin: 10px auto 4px auto; 174 + border-radius: 6px; 173 175 } 174 176 175 177 main ul,
+4 -1
templates/partials/head.html
··· 9 9 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> 10 10 <meta charset="UTF-8" /> 11 11 <meta name="HandheldFriendly" content="true" /> 12 - <link rel="icon" type="image/png" sizes="16x16" href="/favicon.png" /> 12 + <link rel="icon" type="image/png" sizes="16x16" href="/static/icon.png" /> 13 + <link rel="icon" type="image/ico" sizes="16x16" href="/favicon.ico" /> 14 + <link rel="alternate" type="application/rss+xml" href="/blog/feed.xml" /> 15 + <link rel="apple-touch-icon" href="/static/icon.png" /> 13 16 <link href="https://h.icyphox.sh/u/icy" rel="me" />