all repos — site @ 8e5b4bc1843064c6f1b4713817f880d69fdd8dc4

source for my site, found at icyphox.sh

More index page visual chnages
Anirudh Oppiliappan x@icyphox.sh
Thu, 06 May 2021 21:27:28 +0530
commit

8e5b4bc1843064c6f1b4713817f880d69fdd8dc4

parent

0f69d060be4e08ecbf50fac3e988e35e2892a7b7

4 files changed, 15 insertions(+), 19 deletions(-)

jump to
M config.yamlconfig.yaml

@@ -5,13 +5,19 @@ <img src="/static/white.svg" alt="icyphox's avatar" height="40" width="40"/>

</a> <nav> <a href="/about">about</a> + &middot; + <a href="/uses">uses</a> + &middot; + <a href="https://git.icyphox.sh">git</a> + &middot; + <a href="/feed.xml">rss</a> </nav> siteurl: "https://icyphox.sh" rssprefixurl: "https://icyphox.sh/blog/" description: "Computers, security and computer security." datefmt: "02 Jan, 2006" -author: +author: name: "Anirudh Oppiliappan" email: "x@icyphox.sh" syntax: 'bw'

@@ -23,13 +29,8 @@ </a>

<a href="https://webring.xxiivv.com/#random" target="_blank"> <img alt="xxiivv webring" src="/static/webring.svg"> </a> - <a href="/blog/feed.xml" > - <img alt="rss feed" src="/static/rss.svg" width="30"> - </a> - <a href="https://git.icyphox.sh"> - <img alt="git" src="/static/git.svg" width="35"> - </a> - </section> + <span style="float: right">Anirudh Oppiliappan &copy; 2021 &mdash; BY-NC-SA</span> + </section> prebuild:
M pages/uses.mdpages/uses.md

@@ -1,10 +1,7 @@

--- template: page.html title: uses -subtitle: Uses this. --- - -# Uses this. I often get asked about my computing setup -- so I created this page to link it whenever. Also because I've seen it on other sites, and I don't want to miss
M static/style.cssstatic/style.css

@@ -25,6 +25,7 @@ line-height: 160%;

} main h1 { + font-size: 25px; padding: 10px 0 10px 0; }

@@ -32,10 +33,6 @@ main h2, h3 {

padding: 20px 0 15px 0; } -main h2:first-of-type { - font-size: 20px; - padding: 0 0 20px 0; -} .icons img { max-height: 2.5rem;

@@ -94,7 +91,7 @@ font-style: italic;

font-weight: normal; font-variant: unset; color: var(--dark); - padding-bottom: 20px; + padding: 0 0 20px 0; } .muted {
M templates/page.htmltemplates/page.html

@@ -22,12 +22,13 @@ </header>

<article align="left"> <h1>{{ .Fm.Title }}</h1> - <h2 class="subtitle">{{ .Fm.Subtitle }}</h2> - {{ .Fm.Body }} + <!-- <h2 class="subtitle">{{ .Fm.Subtitle }}</h2>--!> + {{ .Fm.Body }} + <!-- <section class="post-date"> <em>last updated</em>: {{ .Fm.Date }} - </section> + </section>--!> </article> </main>