all repos — site @ c59a6e1aa1ef2bb97bddd154d311834a880c5838

source for my site, found at icyphox.sh

Contextual `<meta>` title's and descriptions

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Fri, 22 Mar 2019 19:02:24 +0530
commit

c59a6e1aa1ef2bb97bddd154d311834a880c5838

parent

9c1e6a8499a9fd1f2baf4c51767aa8efa82e8416

M build/about/index.htmlbuild/about/index.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="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="Anirudh"> -<meta name="twitter:description" content="Memeing security since forever."> +<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="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="About me."> <meta property="og:url" content="https://icyphox.sh"> <meta property="og:image" content="/static/icyphox.png"> <html> <title> - Anirudh + 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

@@ -242,7 +242,7 @@

<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="/blog" target="_blank">Blog</a> <a href="/about" target="_blank">About</a> </div> </body>
M build/blog/index.htmlbuild/blog/index.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> - Anirudh + Blog </title> <script src="//instant.page/1.1.0" type="module" integrity="sha384-EwBObn5QAxP8f09iemwAJljc+sU+eUXeL9vSBw1eNmVarwhKk2F9vBEpaN9rsrtp"></script> <div class="container-text">

@@ -46,7 +46,7 @@

<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="/blog" target="_blank">Blog</a> <a href="/about" target="_blank">About</a> </div> </body>
M build/blog/python-for-re-1/index.htmlbuild/blog/python-for-re-1/index.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> - Anirudh + Blog </title> <script src="//instant.page/1.1.0" type="module" integrity="sha384-EwBObn5QAxP8f09iemwAJljc+sU+eUXeL9vSBw1eNmVarwhKk2F9vBEpaN9rsrtp"></script> <div class="container-text">
M build/index.htmlbuild/index.html

@@ -42,7 +42,7 @@

<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="/blog" target="_blank">Blog</a> <a href="/about" target="_blank">About</a> </div> </body>
M templates/blogindex.htmltemplates/blogindex.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">

@@ -41,7 +41,7 @@

<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="/blog" target="_blank">Blog</a> <a href="/about" target="_blank">About</a> </div> </body>
M templates/index.htmltemplates/index.html

@@ -41,7 +41,7 @@

<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="/blog" target="_blank">Blog</a> <a href="/about" target="_blank">About</a> </div> </body>