all repos — site @ 9c1e6a8499a9fd1f2baf4c51767aa8efa82e8416

source for my site, found at icyphox.sh

Fix up templates

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Fri, 22 Mar 2019 18:54:37 +0530
commit

9c1e6a8499a9fd1f2baf4c51767aa8efa82e8416

parent

c2bde2b35d14f52e383ce68ef4618d72cdb2b60f

3 files changed, 44 insertions(+), 8 deletions(-)

jump to
M pages/about.mdpages/about.md

@@ -1,5 +1,5 @@

--- -template: text.html +template: about.html --- # Hi, I’m Anirudh.

@@ -14,4 +14,4 @@ Want to **hire me**? I’m down for freelance security work. Here’s my [résumé](https://x.icyphox.sh/resume.pdf).

## Contact -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).+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).
A templates/about.html

@@ -0,0 +1,36 @@

+<!DOCTYPE html> +<html lang=en> +<link rel="stylesheet" href="/static/style.css" type="text/css"> +<link rel="shortcut icon" type="images/x-icon" href="/static/favicon.ico"> +<meta content="About me." name=description> +<meta name="viewport" content="initial-scale=1"> +<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> +<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:description" content="About me."> +<meta name="twitter:image" content="/static/icyphox.png"> +<meta property="og:title" content="Blog"> +<meta property="og:type" content="website"> +<meta property="og:description" content="About me."> +<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"> + <header class="header"> + <a href="../">‹ back</a> + </header> +<body> + <div class="content"> + <div align="left"> + {{ body }} + </div> + </body> + </div> +</html>
M templates/text.htmltemplates/text.html

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

<html lang=en> <link rel="stylesheet" href="/static/style.css" type="text/css"> <link rel="shortcut icon" type="images/x-icon" href="/static/favicon.ico"> -<meta content="Memeing security since forever." name=description> +<meta content="Anirudh’s blog." name=description> <meta name="viewport" content="initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <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:description" content="Memeing security since forever."> +<meta name="twitter:title" content="Blog"> +<meta name="twitter:description" content="Anirudh’s blog."> <meta name="twitter:image" content="/static/icyphox.png"> -<meta property="og:title" content="Anirudh"> +<meta property="og:title" content="Blog"> <meta property="og:type" content="website"> -<meta property="og:description" content="Memeing security since forever."> +<meta property="og:description" content="Anirudh’s blog."> <meta property="og:url" content="https://icyphox.sh"> <meta property="og:image" content="/static/icyphox.png"> <html> <title> - {{ title }} + Blog </title> <script src="//instant.page/1.1.0" type="module" integrity="sha384-EwBObn5QAxP8f09iemwAJljc+sU+eUXeL9vSBw1eNmVarwhKk2F9vBEpaN9rsrtp"></script> <div class="container-text">