all repos — site @ 10ab859485e6b0ce739fc57b35e109474d1663d6

source for my site, found at icyphox.sh

Add license

We're now CC0 1.0 Universal! This site is under public domain.

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Tue, 18 Jun 2019 14:42:16 +0530
commit

10ab859485e6b0ce739fc57b35e109474d1663d6

parent

05969840593137c1cd7b2b1113aa5ecce5977f51

5 files changed, 54 insertions(+), 4 deletions(-)

jump to
M build/about/index.htmlbuild/about/index.html

@@ -37,7 +37,7 @@ I’m also a CTF player/security researcher at <a href="https://sector443.xyz">Sector443</a>, an infosec community at my University.

My <a href="/blog">blog</a> has a few write-ups that you might want to check out.</p> <p>In my free time (which I tend to have a lot of) I contribute to open-source projects like the <a href="https://nim-lang.org">Nim</a> programming language. -Take a look at my <a href="https://github.com/icyphox">GitHub</a> profile for more of my work. This <a href="https://github.com/icyphox/site">website</a> itself is built using <a href="https://github.com/icyphox/vite">vite</a> — a static site generator written by me in Python. </p> +Take a look at my <a href="https://github.com/icyphox">GitHub</a> profile for more of my work. </p> <p>Atmospheric/electronic metal subgenres are my jam. If it djents, I like it. My <a href="https://last.fm/user/Icyphox">Last.fm</a> should be self-explanatory. For those who didn’t click it: bands like <em>Oceans Ate Alaska</em>, <em>I See Stars</em>, <em>Invent Animate</em>, <em>Make Them Suffer</em>, <em>Ice Nine Kills</em>, etc.</p>

@@ -50,16 +50,37 @@ <li>distro: Debian 9 Stretch</li>

<li>window manager: i3</li> </ul> +<p>Apart from the links above, you can also find me on</p> + +<ul> +<li><a href="https://reddit.com/u/icyphox">Reddit</a></li> +<li><a href="https://lobste.rs/u/icyphox">Lobste.rs</a></li> +<li><a href="https://news.ycombinator.com/user?id=Icyphox">Hacker News</a></li> +<li><a href="https://steamcommunity.com/id/icyphox">Steam</a></li> +</ul> + <h2>Contact</h2> <p>My DMs on <a href="https://twitter.com/icyphox">Twitter</a> are open, so feel free to slide into them. Don’t use Twitter? Shoot me an <a href="mailto:icyph0x@pm.me">email</a>. If it’s something secret, here’s my <a href="https://keybase.io/icyphox">Keybase</a>.</p> <p>Want to <strong>hire me</strong>? I’m down for freelance security work. Here’s my <a href="https://x.icyphox.sh/resume.pdf">résumé</a>.</p> + +<h2>This website</h2> + +<p>The site itself is built using my own static site generator — <a href="https://github.com/icyphox/vite">vite</a>. </p> + +<p>This site uses no cookies, and I'm generally not interested in any form of tracking/analytics. However, my DNS and SSL provider, CloudFlare, +does collect basic data like site hits and demographics. I've been meaning to get rid of it, but laziness has gotten the best of me. </p> + +<p>I license the entirety of my site under <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0 Universal</a>. Let it be public domain.</p> + <footer> + <img src="https://licensebuttons.net/p/zero/1.0/80x15.png"> + </footer> </div> </body> </div> -</html> + </html> <script src="/static/smartquotes.js"></script> <script>smartquotes()</script>
M build/static/style.cssbuild/static/style.css

@@ -161,6 +161,11 @@

max-width: 720px; } +footer img { + all: initial; + * { all: unset; } +} + h1, h2, h3 { font-weight: normal; }
M pages/about.mdpages/about.md

@@ -11,7 +11,7 @@ I’m also a CTF player/security researcher at [Sector443](https://sector443.xyz), an infosec community at my University.

My [blog](/blog) has a few write-ups that you might want to check out. In my free time (which I tend to have a lot of) I contribute to open-source projects like the [Nim](https://nim-lang.org) programming language. -Take a look at my [GitHub](https://github.com/icyphox) profile for more of my work. This [website](https://github.com/icyphox/site) itself is built using [vite](https://github.com/icyphox/vite) — a static site generator written by me in Python. +Take a look at my [GitHub](https://github.com/icyphox) profile for more of my work. Atmospheric/electronic metal subgenres are my jam. If it djents, I like it. My [Last.fm](https://last.fm/user/Icyphox) should be self-explanatory. For those who didn’t click it: bands like _Oceans Ate Alaska_, _I See Stars_, _Invent Animate_, _Make Them Suffer_, _Ice Nine Kills_, etc.

@@ -21,6 +21,13 @@

- laptop: HP Envy 13, i5 8250u, 8GB/256GB - distro: Debian 9 Stretch - window manager: i3 + +Apart from the links above, you can also find me on + +- [Reddit](https://reddit.com/u/icyphox) +- [Lobste.rs](https://lobste.rs/u/icyphox) +- [Hacker News](https://news.ycombinator.com/user?id=Icyphox) +- [Steam](https://steamcommunity.com/id/icyphox) ## Contact

@@ -28,3 +35,12 @@ My DMs on [Twitter](https://twitter.com/icyphox) are open, so feel free to slide into them.

Don’t use Twitter? Shoot me an [email](mailto:icyph0x@pm.me). If it’s something secret, here’s my [Keybase](https://keybase.io/icyphox). Want to **hire me**? I’m down for freelance security work. Here’s my [résumé](https://x.icyphox.sh/resume.pdf). + +## This website + +The site itself is built using my own static site generator — [vite](https://github.com/icyphox/vite). + +This site uses no cookies, and I'm generally not interested in any form of tracking/analytics. However, my DNS and SSL provider, CloudFlare, +does collect basic data like site hits and demographics. I've been meaning to get rid of it, but laziness has gotten the best of me. + +I license the entirety of my site under [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/). Let it be public domain.
M static/style.cssstatic/style.css

@@ -161,6 +161,11 @@

max-width: 720px; } +footer img { + all: initial; + * { all: unset; } +} + h1, h2, h3 { font-weight: normal; }
M templates/about.htmltemplates/about.html

@@ -30,9 +30,12 @@ <body>

<div class="content"> <div class="left"> {{ body }} + <footer> + <img src="https://licensebuttons.net/p/zero/1.0/80x15.png"> + </footer> </div> </body> </div> -</html> + </html> <script src="/static/smartquotes.js"></script> <script>smartquotes()</script>