refactor: minimalify Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Fri, 02 Nov 2018 13:10:12 +0530
5 files changed,
4 insertions(+),
41 deletions(-)
M
build/about/index.html
→
build/about/index.html
@@ -24,7 +24,7 @@
<div class="container"> <header> <div class="right header"> - <a href="/">Home</a> <a href="/about">About</a> + </div> </header>
M
build/index.html
→
build/index.html
@@ -24,7 +24,7 @@
<div class="container"> <header> <div class="right header"> - <a href="/">Home</a> <a href="/about">About</a> + </div> </header>
M
config.py
→
config.py
@@ -2,7 +2,7 @@ # config.py - Vite's configuration script
title = 'Anirudh' author = '' -header = '<a href="/">Home</a> <a href="/about">About</a>' +header = '' footer = '© 2018 — <a href="mailto:icyph0x@pm.me">icyph0x@pm.me</a>' template = 'index.html' # default is index.html
D
templates/blog.html
@@ -1,37 +0,0 @@
-<!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="linux, infosec, open source." name=description> -<meta name="viewport" content="initial-scale=1"> -<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> -<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="linux, infosec, open source."> -<meta name="twitter:image" content="https://0x0.st/svQ1.png"> -<meta property="og:title" content="Anirudh"> -<meta property="og:type" content="website"> -<meta property="og:description" content="linux, infosec, open source."> -<meta property="og:url" content="https://icy.ph0x.me"> -<meta property="og:image" content="https://0x0.st/svQ1.png"> -<html> - <title> - {{ title }} - </title> - -<div class="container"> - <header> - <div class="right header"> - {{ header }} - </div> - </header> - - <body> - <div class="content"> - {{ body }} - </div> - </body> -</div> -</html>
M
templates/index.html
→
templates/index.html
@@ -43,7 +43,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://0x0.st/s6_E.pdf" target="_blank">Résumé</a> + <a href="/resume.pdf" target="_blank">Résumé</a> <a href="/gpg.txt" target="_blank">GPG</a> </div> </div>