all repos — site @ 2cf321fa2b625d522430cafc3bda6a4d9b801e93

source for my site, found at icyphox.sh

Swap out GitHub link for home

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Tue, 25 Jun 2019 23:52:09 +0530
commit

2cf321fa2b625d522430cafc3bda6a4d9b801e93

parent

7711525d4418d68397edbb09e7330890b35f61a7

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

@@ -25,10 +25,10 @@ <script src="//instant.page/1.1.0" type="module" integrity="sha384-EwBObn5QAxP8f09iemwAJljc+sU+eUXeL9vSBw1eNmVarwhKk2F9vBEpaN9rsrtp"></script>

<div class="container-text"> <header class="header"> + <a href="/">home</a> <a href="/blog">blog</a> <a href="/reading">reading</a> <a href="https://twitter.com/icyphox">twitter</a> - <a href="https://github.com/icyphox">github</a> <a href="/about">about</a> </header>
M build/blog/index.htmlbuild/blog/index.html

@@ -25,10 +25,10 @@ <script src="//instant.page/1.1.0" type="module" integrity="sha384-EwBObn5QAxP8f09iemwAJljc+sU+eUXeL9vSBw1eNmVarwhKk2F9vBEpaN9rsrtp"></script>

<div class="container-text"> <header class="header"> + <a href="/">home</a> <a href="/blog">blog</a> <a href="/reading">reading</a> <a href="https://twitter.com/icyphox">twitter</a> - <a href="https://github.com/icyphox">github</a> <a href="/about">about</a> </header>
M build/blog/my-setup/index.htmlbuild/blog/my-setup/index.html

@@ -26,10 +26,10 @@ <script src="//instant.page/1.1.0" type="module" integrity="sha384-EwBObn5QAxP8f09iemwAJljc+sU+eUXeL9vSBw1eNmVarwhKk2F9vBEpaN9rsrtp"></script>

<div class="container-text"> <header class="header"> + <a href="/">home</a> <a href="/blog">blog</a> <a href="/reading">reading</a> <a href="https://twitter.com/icyphox">twitter</a> - <a href="https://github.com/icyphox">github</a> <a href="/about">about</a> </header>
M build/blog/python-for-re-1/index.htmlbuild/blog/python-for-re-1/index.html

@@ -26,10 +26,10 @@ <script src="//instant.page/1.1.0" type="module" integrity="sha384-EwBObn5QAxP8f09iemwAJljc+sU+eUXeL9vSBw1eNmVarwhKk2F9vBEpaN9rsrtp"></script>

<div class="container-text"> <header class="header"> + <a href="/">home</a> <a href="/blog">blog</a> <a href="/reading">reading</a> <a href="https://twitter.com/icyphox">twitter</a> - <a href="https://github.com/icyphox">github</a> <a href="/about">about</a> </header>
M build/blog/rop-on-arm/index.htmlbuild/blog/rop-on-arm/index.html

@@ -26,10 +26,10 @@ <script src="//instant.page/1.1.0" type="module" integrity="sha384-EwBObn5QAxP8f09iemwAJljc+sU+eUXeL9vSBw1eNmVarwhKk2F9vBEpaN9rsrtp"></script>

<div class="container-text"> <header class="header"> + <a href="/">home</a> <a href="/blog">blog</a> <a href="/reading">reading</a> <a href="https://twitter.com/icyphox">twitter</a> - <a href="https://github.com/icyphox">github</a> <a href="/about">about</a> </header>
M build/index.htmlbuild/index.html

@@ -25,10 +25,10 @@ <script src="//instant.page/1.1.0" type="module" integrity="sha384-EwBObn5QAxP8f09iemwAJljc+sU+eUXeL9vSBw1eNmVarwhKk2F9vBEpaN9rsrtp"></script>

<div class="container"> <header class="header"> + <a href="/">home</a> <a href="/blog">blog</a> <a href="/reading">reading</a> <a href="https://twitter.com/icyphox">twitter</a> - <a href="https://github.com/icyphox">github</a> <a href="/about">about</a> </header>

@@ -53,10 +53,14 @@ <h1 id="latest-post">latest post</h1>

<p>6 June, 2019 — <a href="/blog/rop-on-arm">Return Oriented Programming on ARM (32-bit)</a></p> +<p>(<a href="/blog">see all</a>)</p> + <h1 id="currently-reading">currently reading</h1> <p><a href="https://www.amazon.com/Terrorism-Counterintelligence-Terrorist-Detection-Irregular/dp/0231158769">Terrorism and Counterintelligence: How Terrorists Elude Detection</a> <br /> <em>still reading</em> | by <strong>Blake Mobley</strong> | started <strong>sometime in April</strong></p> + +<p>(<a href="/reading">see all</a>)</p> </div> <hr />
M build/reading/index.htmlbuild/reading/index.html

@@ -26,10 +26,10 @@ <script src="//instant.page/1.1.0" type="module" integrity="sha384-EwBObn5QAxP8f09iemwAJljc+sU+eUXeL9vSBw1eNmVarwhKk2F9vBEpaN9rsrtp"></script>

<div class="container-text"> <header class="header"> + <a href="/">home</a> <a href="/blog">blog</a> <a href="/reading">reading</a> <a href="https://twitter.com/icyphox">twitter</a> - <a href="https://github.com/icyphox">github</a> <a href="/about">about</a> </header>
M build/static/style.cssbuild/static/style.css

@@ -221,7 +221,7 @@ .content {

left: 10%; right: 10%; bottom: 10%; - width: 80%; + width: 85%; } .content h1, h2, h3 {
M config.pyconfig.py

@@ -3,10 +3,10 @@

title = 'Anirudh' author = '' header = """ + <a href="/">home</a> <a href="/blog">blog</a> <a href="/reading">reading</a> <a href="https://twitter.com/icyphox">twitter</a> - <a href="https://github.com/icyphox">github</a> <a href="/about">about</a> """ footer = """<img src="https://licensebuttons.net/p/zero/1.0/80x15.png">"""
M pages/_index.mdpages/_index.md

@@ -18,11 +18,15 @@

Want to contact me? The best way is via email, at [icyph0x@pm.me](mailto:icyph0x@pm.me) or via [Twitter](https://twitter.com/icyphox) DMs. -# latest post +# latest post 6 June, 2019 — [Return Oriented Programming on ARM (32-bit)](/blog/rop-on-arm) +([see all](/blog)) + # currently reading [Terrorism and Counterintelligence: How Terrorists Elude Detection](https://www.amazon.com/Terrorism-Counterintelligence-Terrorist-Detection-Irregular/dp/0231158769) *still reading* | by **Blake Mobley** | started **sometime in April** + +([see all](/reading))
M static/style.cssstatic/style.css

@@ -221,7 +221,7 @@ .content {

left: 10%; right: 10%; bottom: 10%; - width: 80%; + width: 85%; } .content h1, h2, h3 {
M templates/404.htmltemplates/404.html

@@ -32,18 +32,6 @@ <h1 align="center">

{{ body }} </h1> </div> - - <div class="footer"> - <div class="left"> - &copy; 2019 — <a href="mailto:icyph0x@pm.me">icyph0x@pm.me</a> - </div> - - <div class="right"> - <a href="https://github.com/icyphox" target="_blank">GitHub</a> - <a href="https://twitter.com/icyphox" target="_blank">Twitter</a> - <a href="https://medium.com/@icyphox" target="_blank">Medium</a> - <a href="/about" target="_blank">About</a> - </div> - </body> + </body> </div> </html>