all repos — site @ b28ff0244440916a9ad5094cb554cb3a6263fa26

source for my site, found at icyphox.sh

Better metadata
Anirudh icyph0x@pm.me
Wed, 03 Apr 2019 23:28:52 +0530
commit

b28ff0244440916a9ad5094cb554cb3a6263fa26

parent

a99b74fa1d67b69ec577ad85142a22fd3be195a2

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

@@ -19,7 +19,7 @@ <meta property="og:url" content="https://icyphox.sh">

<meta property="og:image" content="/static/icyphox.png"> <html> <title> - + About </title> <script src="//instant.page/1.1.0" type="module" integrity="sha384-EwBObn5QAxP8f09iemwAJljc+sU+eUXeL9vSBw1eNmVarwhKk2F9vBEpaN9rsrtp"></script> <div class="container-text">
M build/blog/break-the-ice/index.htmlbuild/blog/break-the-ice/index.html

@@ -10,10 +10,10 @@ <meta content="#021012" name="theme-color">

<meta name="HandheldFriendly" content="true"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@icyphox"> -<meta name="twitter:title" content="Blog"> +<meta name="twitter:title" content="Anirudh"> <meta name="twitter:description" content="A blog where security is shilled, aggressively."> <meta name="twitter:image" content="/static/icyphox.png"> -<meta property="og:title" content="Blog"> +<meta property="og:title" content="Anirudh"> <meta property="og:type" content="website"> <meta property="og:description" content="A blog where security is shilled, aggressively."> <meta property="og:url" content="https://icyphox.sh">

@@ -234,5 +234,5 @@ <p>That’s it. The end.</p>

</div> </body> - </div> + </div> </html>
M build/blog/python-for-re-1/index.htmlbuild/blog/python-for-re-1/index.html

@@ -10,10 +10,10 @@ <meta content="#021012" name="theme-color">

<meta name="HandheldFriendly" content="true"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@icyphox"> -<meta name="twitter:title" content="Blog"> +<meta name="twitter:title" content="Python for Reverse Engineering #1: ELF Binaries"> <meta name="twitter:description" content="A blog where security is shilled, aggressively."> <meta name="twitter:image" content="/static/icyphox.png"> -<meta property="og:title" content="Blog"> +<meta property="og:title" content="Python for Reverse Engineering #1: ELF Binaries"> <meta property="og:type" content="website"> <meta property="og:description" content="A blog where security is shilled, aggressively."> <meta property="og:url" content="https://icyphox.sh">

@@ -316,5 +316,5 @@ <p>Ciao for now, and I’ll see ya in #2 of this series — PE binaries. Whenever that is.</p>

</div> </body> - </div> + </div> </html>
M templates/about.htmltemplates/about.html

@@ -9,17 +9,17 @@ <meta content="#021012" name="theme-color">

<meta name="HandheldFriendly" content="true"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@icyphox"> -<meta name="twitter:title" content="About"> +<meta name="twitter:title" content="{{ title }}"> <meta name="twitter:description" content="The juicy stuff about me."> <meta name="twitter:image" content="/static/icyphox.png"> -<meta property="og:title" content="About"> +<meta property="og:title" content="{{ title }}"> <meta property="og:type" content="website"> <meta property="og:description" content="The juicy stuff about me."> <meta property="og:url" content="https://icyphox.sh"> <meta property="og:image" content="/static/icyphox.png"> <html> <title> - {{ about }} + {{ title }} </title> <script src="//instant.page/1.1.0" type="module" integrity="sha384-EwBObn5QAxP8f09iemwAJljc+sU+eUXeL9vSBw1eNmVarwhKk2F9vBEpaN9rsrtp"></script> <div class="container-text">
M templates/blogindex.htmltemplates/blogindex.html

@@ -9,10 +9,10 @@ <meta content="#021012" name="theme-color">

<meta name="HandheldFriendly" content="true"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@icyphox"> -<meta name="twitter:title" content="Blog"> +<meta name="twitter:title" content="{{ title }}"> <meta name="twitter:description" content="A blog where security is shilled, aggressively."> <meta name="twitter:image" content="/static/icyphox.png"> -<meta property="og:title" content="Blog"> +<meta property="og:title" content="{{ title }}"> <meta property="og:type" content="website"> <meta property="og:description" content="A blog where security is shilled, aggressively."> <meta property="og:url" content="https://icyphox.sh">
M templates/index.htmltemplates/index.html

@@ -9,10 +9,10 @@ <meta content="#021012" name="theme-color">

<meta name="HandheldFriendly" content="true"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@icyphox"> -<meta name="twitter:title" content="Anirudh"> +<meta name="twitter:title" content="{{ title }}"> <meta name="twitter:description" content="Memeing security since forever."> <meta name="twitter:image" content="/static/icyphox.png"> -<meta property="og:title" content="Anirudh"> +<meta property="og:title" content="{{ title }}"> <meta property="og:type" content="website"> <meta property="og:description" content="Memeing security since forever."> <meta property="og:url" content="https://icyphox.sh">
M templates/text.htmltemplates/text.html

@@ -10,10 +10,10 @@ <meta content="#021012" name="theme-color">

<meta name="HandheldFriendly" content="true"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@icyphox"> -<meta name="twitter:title" content="Blog"> +<meta name="twitter:title" content="{{ title }}"> <meta name="twitter:description" content="A blog where security is shilled, aggressively."> <meta name="twitter:image" content="/static/icyphox.png"> -<meta property="og:title" content="Blog"> +<meta property="og:title" content="{{ title }}"> <meta property="og:type" content="website"> <meta property="og:description" content="A blog where security is shilled, aggressively."> <meta property="og:url" content="https://icyphox.sh">

@@ -33,5 +33,5 @@ <div align="left">

{{ body }} </div> </body> - </div> + </div> </html>