all repos — site @ 4084fe7aea54232e61477b3b5a8b8ae4e9839e46

source for my site, found at icyphox.sh

feat: massive rework
Anirudh icyph0x@pm.me
Mon, 25 Jun 2018 10:10:13 +0530
commit

4084fe7aea54232e61477b3b5a8b8ae4e9839e46

parent

a9ecfd7df0a82be15cd8cb418cffbeec5225848a

D build/about/index.html

@@ -1,55 +0,0 @@

-<!DOCTYPE html> -<html> -<header> - <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> - <link rel="stylesheet" href="/static/responsive.css" type="text/css"> - <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <meta name="HandheldFriendly" content="true"> - <a href="/">home</a> <a href="/gpg.txt">gpg</a> <a href="/about">about</a> <a href="/contact">contact</a> - <title> - icyphox - </title> -</header> - -<body> - <h2>about</h2> - -<p>I'm <em>icyphox</em>, an infosec enthusiast, Linux elitist and an open sourcer. And this is all about me.</p> - -<h3>technical</h3> - -<ul> -<li>network security</li> -<li>forensics</li> -<li>decentralization</li> -<li>systems administration</li> -<li>Python and Nim</li> -</ul> - -<h3>music</h3> - -<p>I listen to a metalsubgenre called <a href="https://en.wikipedia.org/wiki/Metalcore">metalcore</a>, usually atmospheric or electronic.</p> - -<p>Check out my <a href="https://www.last.fm/user/Icyphox">Last.fm</a> profile.</p> - -<h3>gaming</h3> - -<p>I play lots of CS, and sometimes Dota 2. Hit me up on <a href="https://steamcommunity.com/id/icyphox">Steam</a>.</p> - -<h3>links</h3> - -<ul> -<li><a href="https://xix.ph0x.me/resume.pdf">R&eacute;sum&eacute;</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> - -</body> - -<footer class="footer"> -<hr /> - Built using <a href="https://github.com/icyphox/vite">Vite</a>. View this site's <a href="https://github.com/icyphox/site">source</a>. - <p> </p> -<footer>
D build/contact/index.html

@@ -1,26 +0,0 @@

-<!DOCTYPE html> -<html> -<header> - <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> - <link rel="stylesheet" href="/static/responsive.css" type="text/css"> - <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <meta name="HandheldFriendly" content="true"> - <a href="/">home</a> <a href="/gpg.txt">gpg</a> <a href="/about">about</a> <a href="/contact">contact</a> - <title> - icyphox - </title> -</header> - -<body> - <h2>contact</h2> - -<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> - -<footer class="footer"> -<hr /> - Built using <a href="https://github.com/icyphox/vite">Vite</a>. View this site's <a href="https://github.com/icyphox/site">source</a>. - <p> </p> -<footer>
M build/index.htmlbuild/index.html

@@ -2,29 +2,54 @@ <!DOCTYPE html>

<html> <header> <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> - <link rel="stylesheet" href="/static/responsive.css" type="text/css"> + <link rel="stylesheet" href="/static/style.css" type="text/css"> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="HandheldFriendly" content="true"> - <a href="/">home</a> <a href="/gpg.txt">gpg</a> <a href="/about">about</a> <a href="/contact">contact</a> + <a href="/">home</a> <a href="/projects">projects</a> <a href="/info">info</a> <a href="/gpg.txt">gpg</a> <title> icyphox </title> </header> <body> - <p>Hey there,</p> + <p>hey there,</p> + +<p>I'm <em>icyphox</em>, and this is all about me.</p> + +<h3>technical</h3> + +<ul> +<li>network security</li> +<li>digital forensics</li> +<li>decentralization</li> +<li>systems administration</li> +<li>Python and Nim</li> +</ul> + +<h3>music</h3> + +<p>I listen to (and shill) this metal subgenre - <a href="https://en.wikipedia.org/wiki/Metalcore">metalcore</a>, usually atmospheric or electronic. <br /> +Check out my <a href="https://www.last.fm/user/Icyphox">Last.fm</a>.</p> -<p>I'm <strong><em>icyphox</em></strong>, and this is my new, less flashy website. I lost the Markdown source of my old site in an SSD wipe. -The blog's gone (for now), but I'll probably archive it somewhere.</p> +<h3>gaming</h3> -<p>More about me, <a href="/about">here</a>.</p> +<p>I play lots of CS, and sometimes Dota 2. I stink pretty bad at both games, tho. <br /> +Hit me up on <a href="https://steamcommunity.com/id/icyphox">Steam</a>.</p> + +<h3>links</h3> + +<ul> +<li><a href="https://xix.ph0x.me/resume.pdf">R&eacute;sum&eacute;</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> </div> </body> <footer class="footer"> -<hr /> - Built using <a href="https://github.com/icyphox/vite">Vite</a>. View this site's <a href="https://github.com/icyphox/site">source</a>. + <p> </p> <footer>
A build/info/index.html

@@ -0,0 +1,30 @@

+<!DOCTYPE html> +<html> +<header> + <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> + <link rel="stylesheet" href="/static/style.css" type="text/css"> + <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta name="HandheldFriendly" content="true"> + <a href="/">home</a> <a href="/projects">projects</a> <a href="/info">info</a> <a href="/gpg.txt">gpg</a> + <title> + icyphox + </title> +</header> + +<body> + <h2>about this site</h2> + +<p>This site is built using my own static site generator - <a href="https://github.com/icyphox/vite">Vite</a>, and deployed using GitHub Pages. <br /> +You can find this website's source <a href="https://github.com/icyphox/site">here</a>. Check the <code>gh-pages</code> branch for rendered code.</p> + +<h2>contact</h2> + +<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> + +<footer class="footer"> + + <p> </p> +<footer>
A build/projects/index.html

@@ -0,0 +1,44 @@

+<!DOCTYPE html> +<html> +<header> + <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> + <link rel="stylesheet" href="/static/style.css" type="text/css"> + <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta name="HandheldFriendly" content="true"> + <a href="/">home</a> <a href="/projects">projects</a> <a href="/info">info</a> <a href="/gpg.txt">gpg</a> + <title> + icyphox + </title> +</header> + +<body> + <h2>projects</h2> + +<p>Here are a few things I'm working on.</p> + +<p><strong><a href="https://github.com/icyphox/vite">vite</a></strong> <br /> +A simple and minimal static site generator that JustWorks&trade;.</p> + +<p><strong><a href="https://github.com/icyphox/fab">fab</a></strong> <br /> +A terminal coloring and formatting lib for Nim.</p> + +<p><strong><a href="https://github.com/icyphox/dotfiles">dotfiles</a></strong> <br /> +My Linux dotfiles</p> + +<p><strong><a href="https://github.com/icyphox/gitsocial-instance">GitSocial</a></strong> <br /> +A federated social network, that uses Git under the hood.</p> + +<p><strong><a href="https://github.com/icyphox/nit">nit</a></strong> <br /> +A basic implementation of Git, written in Nim.</p> + +<p><strong><a href="https://github.com/icyphox/site">site</a></strong> <br /> +The source for this website.</p> + + </div> +</body> + +<footer class="footer"> + + <p> </p> +<footer>
M build/static/responsive.cssbuild/static/style.css

@@ -17,4 +17,3 @@ position: relative;

bottom: 0; width: auto } -
M config.pyconfig.py

@@ -2,6 +2,6 @@ # config.py - Vite's configuration script

title = 'icyphox' author = '' -header = '<a href="/">home</a> <a href="/gpg.txt">gpg</a> <a href="/about">about</a> <a href="/contact">contact</a>' -footer = 'Built using <a href="https://github.com/icyphox/vite">Vite</a>. View this site\'s <a href="https://github.com/icyphox/site">source</a>.' +header = '<a href="/">home</a> <a href="/projects">projects</a> <a href="/info">info</a> <a href="/gpg.txt">gpg</a>' +footer = '' template = 'index.html' # default is index.html
M pages/_index.mdpages/_index.md

@@ -1,6 +1,26 @@

-Hey there, +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. -The blog's gone (for now), but I'll probably archive it somewhere. +I'm *icyphox*, and this is all about me. -More about me, [here](/about). +### technical +- network security +- digital forensics +- decentralization +- systems administration +- Python and Nim + +### music +I listen to (and shill) this metal subgenre - [metalcore](https://en.wikipedia.org/wiki/Metalcore), usually atmospheric or electronic. +Check out my [Last.fm](https://www.last.fm/user/Icyphox). + +### gaming +I play lots of CS, and sometimes Dota 2. I stink pretty bad at both games, tho. +Hit me up on [Steam](https://steamcommunity.com/id/icyphox). + +### links + +- [R&eacute;sum&eacute;](https://xix.ph0x.me/resume.pdf) +- [GitHub](https://github.com/icyphox) +- [Twitter](https://twitter.com/icyphox) +- [Keybase](https://keybase.io/icyphox) +
D pages/about.md

@@ -1,29 +0,0 @@

---- -template: normal.html ---- - -## about -I'm *icyphox*, an infosec enthusiast, Linux elitist and an open sourcer. And this is all about me. - -### technical -- network security -- forensics -- decentralization -- systems administration -- Python and Nim - -### music -I listen to a metalsubgenre called [metalcore](https://en.wikipedia.org/wiki/Metalcore), usually atmospheric or electronic. - -Check out my [Last.fm](https://www.last.fm/user/Icyphox) profile. - -### gaming -I play lots of CS, and sometimes Dota 2. Hit me up on [Steam](https://steamcommunity.com/id/icyphox). - -### links - -- [R&eacute;sum&eacute;](https://xix.ph0x.me/resume.pdf) -- [GitHub](https://github.com/icyphox) -- [Twitter](https://twitter.com/icyphox) -- [Keybase](https://keybase.io/icyphox) -
D pages/contact.md

@@ -1,8 +0,0 @@

---- -template: normal.html ---- - - -## contact - -Reach me at [icyph0x@pm.me](mailto:icyph0x@pm.me) or at `#rice` on [Rizon](https://rizon.net).
A pages/info.md

@@ -0,0 +1,11 @@

+--- +template: normal.html +--- + +## about this site +This site is built using my own static site generator - [Vite](https://github.com/icyphox/vite), and deployed using GitHub Pages. +You can find this website's source [here](https://github.com/icyphox/site). Check the `gh-pages` branch for rendered code. + +## contact + +Reach me at [icyph0x@pm.me](mailto:icyph0x@pm.me) or at `#rice` on [Rizon](https://rizon.net).
A pages/projects.md

@@ -0,0 +1,21 @@

+## projects +Here are a few things I'm working on. + +**[vite](https://github.com/icyphox/vite)** +A simple and minimal static site generator that JustWorks&trade;. + +**[fab](https://github.com/icyphox/fab)** +A terminal coloring and formatting lib for Nim. + +**[dotfiles](https://github.com/icyphox/dotfiles)** +My Linux dotfiles + +**[GitSocial](https://github.com/icyphox/gitsocial-instance)** +A federated social network, that uses Git under the hood. + +**[nit](https://github.com/icyphox/nit)** +A basic implementation of Git, written in Nim. + +**[site](https://github.com/icyphox/site)** +The source for this website. +
M static/responsive.cssstatic/style.css

@@ -17,4 +17,3 @@ position: relative;

bottom: 0; width: auto } -
M templates/index.htmltemplates/index.html

@@ -2,7 +2,7 @@ <!DOCTYPE html>

<html> <header> <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> - <link rel="stylesheet" href="/static/responsive.css" type="text/css"> + <link rel="stylesheet" href="/static/style.css" type="text/css"> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="HandheldFriendly" content="true">

@@ -18,7 +18,6 @@ </div>

</body> <footer class="footer"> -<hr /> {{ footer }} <p> {{ author }} </p> <footer>
M templates/normal.htmltemplates/normal.html

@@ -2,7 +2,7 @@ <!DOCTYPE html>

<html> <header> <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> - <link rel="stylesheet" href="/static/responsive.css" type="text/css"> + <link rel="stylesheet" href="/static/style.css" type="text/css"> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="HandheldFriendly" content="true">

@@ -17,7 +17,6 @@ {{ body }}

</body> <footer class="footer"> -<hr /> {{ footer }} <p> {{ author }} </p> <footer>