chore: update nav
Anirudh icyph0x@pm.me
Thu, 21 Jun 2018 13:39:41 +0530
3 files changed,
7 insertions(+),
26 deletions(-)
M
build/index.html
→
build/index.html
@@ -7,7 +7,7 @@ body {
margin-top: 10%; } </style> - <a href="/">home</a> <a href="/gpg.txt">gpg</a> + <a href="/">home</a> <a href="/gpg.txt">gpg</a> <a href="/about">about</a> <a href="/contact">contact</a> <title> icyphox </title>@@ -16,24 +16,14 @@
<body> <p>Hey there,</p> -<p>I'm <em>icyphox</em>, and this is my new, less flashy website. I lost the Markdown source of my old site in an SSD wipe :v <br /> +<p>This is my new, less flashy website. I lost the Markdown source of my old site in an SSD wipe :v <br /> The blog's gone (for now), but I'll probably archive it somewhere.</p> -<p>Links: </p> - -<ul> -<li><a href="https://xix.ph0x.me/resume.pdf">Résumé</a></li> -<li><a href="https://github.com/icyphox">GitHub</a></li> -<li><a href="https://twitter.com/icyphox">Twitter</a></li> -<li><a href="https://keybase.io/icyphox">Keybase</a></li> -</ul> +<p>More about me, <a href="/about">here</a>.</p> -<p>Reach me at <a href="mailto:icyph0x@pm.me">icyph0x@pm.me</a>, or at <code>#rice</code> on <a href="https://rizon.net">Rizon</a>.</p> +</body> <hr /> - -</body> - <footer> <p align="center">Built using <a href="https://github.com/icyphox/vite">Vite</a>.</p> <p> </p>
M
config.py
→
config.py
@@ -2,7 +2,7 @@ # config.py - Vite's configuration script
title = 'icyphox' author = '' -header = '<a href="/">home</a> <a href="/gpg.txt">gpg</a>' +header = '<a href="/">home</a> <a href="/gpg.txt">gpg</a> <a href="/about">about</a> <a href="/contact">contact</a>' footer = '<p align="center">Built using <a href="https://github.com/icyphox/vite">Vite</a>.</p>' template = 'index.html' # default is index.html
M
pages/_index.md
→
pages/_index.md
@@ -1,16 +1,7 @@
Hey there, -I'm *icyphox*, and this is my new, less flashy website. I lost the Markdown source of my old site in an SSD wipe :v +This is my new, less flashy website. I lost the Markdown source of my old site in an SSD wipe :v The blog's gone (for now), but I'll probably archive it somewhere. -Links: - -- [Résumé](https://xix.ph0x.me/resume.pdf) -- [GitHub](https://github.com/icyphox) -- [Twitter](https://twitter.com/icyphox) -- [Keybase](https://keybase.io/icyphox) - -Reach me at [icyph0x@pm.me](mailto:icyph0x@pm.me), or at `#rice` on [Rizon](https://rizon.net). - --------------------------- +More about me, [here](/about).