refactor: blog will never happen Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Fri, 02 Nov 2018 13:03:19 +0530
5 files changed,
3 insertions(+),
52 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="/blog">Blog</a> <a href="/about">About</a> + <a href="/">Home</a> <a href="/about">About</a> </div> </header>
D
build/blog/index.html
@@ -1,41 +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> - Anirudh - </title> - -<div class="container"> - <header> - <div class="right header"> - <a href="/">Home</a> <a href="/blog">Blog</a> <a href="/about">About</a> - </div> - </header> - - <body> - <div class="content"> - <h1>Blog</h1> - -<p>There's going to be a blog here. <br /> -<strong>Soon™</strong></p> - - </div> - </body> -</div> -</html>
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="/blog">Blog</a> <a href="/about">About</a> + <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="/blog">Blog</a> <a href="/about">About</a>' +header = '<a href="/">Home</a> <a href="/about">About</a>' footer = '© 2018 — <a href="mailto:icyph0x@pm.me">icyph0x@pm.me</a>' template = 'index.html' # default is index.html
D
pages/blog/_index.md
@@ -1,8 +0,0 @@
---- -template: blog.html ---- - -# Blog - -There's going to be a blog here. -**Soon™**