change theme again :D

This commit is contained in:
naoufal zerai
2022-08-18 15:20:15 -04:00
parent dee5809c1a
commit 5dba10766d
287 changed files with 28330 additions and 1506 deletions

View File

@@ -1,111 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>About - Zerai.xyz</title><meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="About" />
<meta property="og:description" content="Hello 👋" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://zerai.xyz/about/" /><meta property="article:section" content="" />
<meta property="article:published_time" content="2022-08-16T23:05:07-04:00" />
<meta property="article:modified_time" content="2022-08-16T23:05:07-04:00" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="About"/>
<meta name="twitter:description" content="Hello 👋"/>
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,300italic,400italic|Raleway:200,300" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/normalize.css" />
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/main.css" /><link rel="stylesheet" type="text/css" href="https://zerai.xyzcss/dark.css" media="(prefers-color-scheme: dark)" />
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://zerai.xyzjs/main.js"></script>
</head>
<body>
<div class="container wrapper post">
<div class="header">
<base href="https://zerai.xyz">
<h1 class="site-title"><a href="https://zerai.xyz">Zerai.xyz</a></h1>
<div class="site-description"><h2>Clean and minimal personal <a href="https://github.com/vividvilla/ezhil">blog theme for Hugo</a></h2><nav class="nav social">
<ul class="flat"><a href="https://github.com/vividvilla/ezhil" title="Github"><i data-feather="github"></i></a><a href="/index.xml" title="RSS"><i data-feather="rss"></i></a></ul>
</nav>
</div>
<nav class="nav">
<ul class="flat">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/posts">All posts</a>
</li>
<li>
<a href="/about">About</a>
</li>
<li>
<a href="/tags">Tags</a>
</li>
</ul>
</nav>
</div>
<div class="post-header">
<h1 class="title">About</h1>
<div class="meta">Posted at &mdash; Aug 16, 2022</div>
</div>
<div class="markdown">
<p>Hello 👋</p>
</div>
<div class="post-tags">
</div>
<div id="disqus_thread"></div>
<script type="text/javascript">
(function () {
if (window.location.hostname == "localhost")
return;
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
var disqus_shortname = 'zerai-xyz';
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by
Disqus.</a></noscript>
<a href="http://disqus.com/" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
<div class="footer wrapper">
<nav class="nav">
<div> © Copyright notice | <a href="https://github.com/vividvilla/ezhil">Ezhil theme</a> | Built with <a href="https://gohugo.io">Hugo</a></div>
</nav>
</div>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-123-45', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<script>feather.replace()</script>
</body>
</html>

View File

@@ -1,73 +0,0 @@
body {
color: #ddd;
background-color: #000;
}
::-moz-selection {
background: #666;
text-shadow: none
}
::selection {
background: #666;
text-shadow: none
}
hr {
border-color: #333;
}
blockquote {
border-color: #ddd;
}
h1,h2,h3,h4,h5,h6 {
color: #ddd;
}
a,a:hover {
color: #ff7979;
text-decoration: none;
}
.site-description a,
.site-description a:hover {
color: #ddd;
text-decoration: underline;
}
a:hover {
opacity: 0.8;
}
.post-tags .tags a {
border: 1px solid #ddd;
color: #ddd;
}
.site-title a {
color: #ddd;
text-decoration: none !important;
}
.header nav,
.footer {
border-color: #333;
}
.highlight {
background-color: #333;
}
table th {
background-color: #333;
}
table th, table td {
padding: 10px 20px;
border: 1px solid #666;
}
pre code {
display: inline-block
}

View File

@@ -1,416 +0,0 @@
body {
font-family: "ubuntu", sans-serif;
font-weight: 400;
color: #333;
line-height: 1.6;
font-size: 16px;
}
a, a:hover {
color: #a00;
text-decoration: none;
word-break: break-word;
}
html,button,input,select,textarea {
color: #333;
}
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1rem 0;
padding: 0;
}
img {
margin: 10px auto 10px auto;
max-width: 100%;
display: block;
}
a img {
border:none;
}
figure {
margin: 0;
text-align: center;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
textarea {
resize: vertical;
}
blockquote {
margin-left: 1rem;
font-style: italic;
font-size: 1.4rem;
font-family: Georgia,bitstream charter,serif;
border-left: 3px solid;
border-color: #a00;
padding-left: 20px;
}
blockquote cite {
font-size: 70%;
opacity: .8;
}
blockquote em {
font-weight: 600;
}
a,a:hover {
color: #a00;
text-decoration: none
}
a:hover {
text-decoration: underline
}
h1,h2,h3,h4,h5,h6 {
font-family: raleway,sans-serif;
line-height: 1.2;
color: #333;
font-weight: 200;
}
h1 {
font-size: 2.75rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.6rem;
}
h4 {
font-size: 1.2rem;
}
h5 {
font-size: 1rem;
}
h6 {
font-size: .9rem;
}
.align-center {
text-align: center;
}
.align-left {
text-align: left;
}
.align-right {
text-align: right;
}
.container {
max-width: 800px;
}
ul {
padding-left: 15px;
}
ul.flat {
margin: 0;
padding: 0;
}
ul.flat li {
display: inline-block;
list-style: none;
margin-left: 0;
}
.prevent-collapse {
min-height: .1rem
}
.page-title {
margin: 0;
}
.smaller {
font-size: 70%;
}
ul {
list-style: disc inside;
}
.site-title a {
color: #333;
text-decoration: none !important;
}
.post ul li {
margin-bottom: 10px;
}
.post ul li p {
display: inline;
}
.highlight pre {
margin-bottom: 0;
margin-top: 0;
padding: 20px;
background-color: transparent !important;
}
.highlight {
background: 0 0;
background-color: #FAFAFA;
}
pre code {
display: inline-block;
}
.wrapper {
max-width: 760px;
margin: 0 auto;
}
.container {
margin-top: 50px;
}
.header {
margin-bottom: 20px;
padding-bottom: 20px;
}
.header h1,
.header h2 {
margin: 0;
padding: 0;
font-size: 2rem;
line-height: 1.3em;
}
.header h2 {
font-size: 1.125rem;
}
.header nav {
margin-top: 20px;
border-top: 1px solid #f4f4f4;
}
.header nav ul,
.header nav li {
margin: 0;
}
.header nav ul.flat {
padding: 0;
}
.header nav ul.flat li {
display: inline-block;
list-style: none;
margin-left: 0;
margin-right: 10px;
margin-top: 10px;
text-transform: capitalize;
}
.header .site-description {
display: flex;
justify-content: space-between;
}
.header .site-description nav {
margin: 0;
padding: 0;
border: none;
min-width: 50px;
margin-left: 15px;
}
.header .site-description nav ul svg {
max-height: 15px;
}
.section .section-header {
font-size: 0.75rem;
font-weight: 600;
text-transform: uppercase;
color: #999;
margin-bottom: 20px;
letter-spacing: 1px;
}
.recent-posts .posts .post {
margin-bottom: 30px;
}
.recent-posts .posts .post .meta,
.post .post-header .meta,
.list .posts .post .meta {
font-size: 0.725rem;
color: #999;
margin-bottom: 4px;
}
.post .post-header {
margin-bottom: 30px;
}
.post .post-header .title {
margin: 0;
}
.post-tags a {
margin-right: 5px;
}
.post .post-header .meta {
padding-left: 5px;
margin-top: 10px;
}
.post .draft-label {
color: #a00;
text-decoration: none;
padding: 2px 4px;
border-radius: 4px;
margin-left: 6px;
background-color: #f9f2f4;
}
.post-tags .tags li {
margin-bottom: 0;
margin-top: 20px;
}
.post-tags .tags a {
display: inline-block;
border: 1px solid #a00;
border-radius: 4px;
padding: 0px 6px;
color: #a00;
line-height: 20px;
font-size: 12px;
text-decoration: none;
margin: 0 1px;
}
.list .posts .post .meta {
margin-bottom: 0;
margin-left: 5px;
}
.footer {
text-align: right;
font-size: 0.75em;
color: #999;
border-top: 1px solid #f4f4f4;
padding: 20px 0;
margin-top: 40px;
}
.page-title {
margin-bottom: 0;
}
.tag-cloud {
margin-top: 20px;
}
.tag-cloud a {
margin-right: 15px;
}
.pagination {
margin: 0;
padding: 0;
text-align: left;
display: flex;
justify-content: space-between;
}
.pagination li {
list-style: none;
display: inline-block;
margin: 0;
padding: 0;
}
.pagination .page-prev {
margin-right: 20px;
padding-right: 20px;
}
.pagination .page-item.page-prev {
text-align: left;
}
.pagination .page-item.page-next {
text-align: right;
}
table th {
background-color: #f4f4f4;
}
table th, table td {
padding: 10px 20px;
border: 1px solid #dddddd;
}
@media (max-width: 767px) {
body {
padding: 20px;
}
h1 {
font-size: 1.8rem;
}
h2 {
font-size: 1.6rem;
}
h3 {
font-size: 1.2rem;
}
h4 {
font-size: 1rem;
}
.container {
margin-top: 10px;
}
}

View File

@@ -1 +0,0 @@
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */img,legend{border:0}legend,td,th{padding:0}html{font-family:serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}

View File

@@ -1,106 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.92.2" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Zerai.xyz - Clean and minimal personal [blog theme for Hugo](https://github.com/vividvilla/ezhil) </title><meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="alternate" type="application/rss+xml" href="https://zerai.xyz/index.xml" title="Zerai.xyz" />
<meta property="og:title" content="Zerai.xyz" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://zerai.xyz/" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Zerai.xyz"/>
<meta name="twitter:description" content=""/>
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,300italic,400italic|Raleway:200,300" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/normalize.css" />
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/main.css" /><link rel="stylesheet" type="text/css" href="https://zerai.xyzcss/dark.css" media="(prefers-color-scheme: dark)" />
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://zerai.xyzjs/main.js"></script>
</head>
<body>
<div class="container wrapper">
<div class="header">
<base href="https://zerai.xyz">
<h1 class="site-title"><a href="https://zerai.xyz">Zerai.xyz</a></h1>
<div class="site-description"><h2>Clean and minimal personal <a href="https://github.com/vividvilla/ezhil">blog theme for Hugo</a></h2><nav class="nav social">
<ul class="flat"><a href="https://github.com/vividvilla/ezhil" title="Github"><i data-feather="github"></i></a><a href="/index.xml" title="RSS"><i data-feather="rss"></i></a></ul>
</nav>
</div>
<nav class="nav">
<ul class="flat">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/posts">All posts</a>
</li>
<li>
<a href="/about">About</a>
</li>
<li>
<a href="/tags">Tags</a>
</li>
</ul>
</nav>
</div>
<div class="recent-posts section">
<h2 class="section-header">
Recent posts
</h2>
<div class="posts">
<div class="post">
<div class="meta">Aug 16, 2022</div>
<a class="title" href="/posts/hello-world/">Hello World</a> &mdash;
<span class="description">
hello world 😄&hellip;
</span>
</div>
</div>
</div>
</div>
<div class="footer wrapper">
<nav class="nav">
<div> © Copyright notice | <a href="https://github.com/vividvilla/ezhil">Ezhil theme</a> | Built with <a href="https://gohugo.io">Hugo</a></div>
</nav>
</div>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-123-45', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<script>feather.replace()</script>
</body>
</html>

View File

@@ -1,30 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Zerai.xyz</title>
<link>https://zerai.xyz/</link>
<description>Recent content on Zerai.xyz</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>© Copyright notice</copyright>
<lastBuildDate>Tue, 16 Aug 2022 23:13:10 -0400</lastBuildDate><atom:link href="https://zerai.xyz/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Hello World</title>
<link>https://zerai.xyz/posts/hello-world/</link>
<pubDate>Tue, 16 Aug 2022 23:13:10 -0400</pubDate>
<guid>https://zerai.xyz/posts/hello-world/</guid>
<description>hello world 😄</description>
</item>
<item>
<title>About</title>
<link>https://zerai.xyz/about/</link>
<pubDate>Tue, 16 Aug 2022 23:05:07 -0400</pubDate>
<guid>https://zerai.xyz/about/</guid>
<description>Hello 👋</description>
</item>
</channel>
</rss>

File diff suppressed because one or more lines are too long

View File

View File

@@ -1 +0,0 @@
<!DOCTYPE html><html><head><title>https://zerai.xyz/</title><link rel="canonical" href="https://zerai.xyz/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://zerai.xyz/" /></head></html>

View File

@@ -1,113 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Hello World - Zerai.xyz</title><meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Hello World" />
<meta property="og:description" content="hello world 😄" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://zerai.xyz/posts/hello-world/" /><meta property="article:section" content="posts" />
<meta property="article:published_time" content="2022-08-16T23:13:10-04:00" />
<meta property="article:modified_time" content="2022-08-16T23:13:10-04:00" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Hello World"/>
<meta name="twitter:description" content="hello world 😄"/>
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,300italic,400italic|Raleway:200,300" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/normalize.css" />
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/main.css" /><link rel="stylesheet" type="text/css" href="https://zerai.xyzcss/dark.css" media="(prefers-color-scheme: dark)" />
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://zerai.xyzjs/main.js"></script>
</head>
<body>
<div class="container wrapper post">
<div class="header">
<base href="https://zerai.xyz">
<h1 class="site-title"><a href="https://zerai.xyz">Zerai.xyz</a></h1>
<div class="site-description"><h2>Clean and minimal personal <a href="https://github.com/vividvilla/ezhil">blog theme for Hugo</a></h2><nav class="nav social">
<ul class="flat"><a href="https://github.com/vividvilla/ezhil" title="Github"><i data-feather="github"></i></a><a href="/index.xml" title="RSS"><i data-feather="rss"></i></a></ul>
</nav>
</div>
<nav class="nav">
<ul class="flat">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/posts">All posts</a>
</li>
<li>
<a href="/about">About</a>
</li>
<li>
<a href="/tags">Tags</a>
</li>
</ul>
</nav>
</div>
<div class="post-header">
<h1 class="title">Hello World</h1>
<div class="meta">Posted at &mdash; Aug 16, 2022</div>
</div>
<div class="markdown">
<p>hello world 😄</p>
</div>
<div class="post-tags">
</div>
<div id="disqus_thread"></div>
<script type="text/javascript">
(function () {
if (window.location.hostname == "localhost")
return;
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
var disqus_shortname = 'zerai-xyz';
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by
Disqus.</a></noscript>
<a href="http://disqus.com/" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
<div class="footer wrapper">
<nav class="nav">
<div> © Copyright notice | <a href="https://github.com/vividvilla/ezhil">Ezhil theme</a> | Built with <a href="https://gohugo.io">Hugo</a></div>
</nav>
</div>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-123-45', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<script>feather.replace()</script>
</body>
</html>

View File

@@ -1,92 +1 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Posts - Zerai.xyz</title><meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="alternate" type="application/rss+xml" href="https://zerai.xyz/posts/index.xml" title="Zerai.xyz" />
<meta property="og:title" content="Posts" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://zerai.xyz/posts/" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Posts"/>
<meta name="twitter:description" content=""/>
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,300italic,400italic|Raleway:200,300" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/normalize.css" />
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/main.css" /><link rel="stylesheet" type="text/css" href="https://zerai.xyzcss/dark.css" media="(prefers-color-scheme: dark)" />
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://zerai.xyzjs/main.js"></script>
</head>
<body>
<div class="container wrapper list">
<div class="header">
<base href="https://zerai.xyz">
<h1 class="site-title"><a href="https://zerai.xyz">Zerai.xyz</a></h1>
<div class="site-description"><h2>Clean and minimal personal <a href="https://github.com/vividvilla/ezhil">blog theme for Hugo</a></h2><nav class="nav social">
<ul class="flat"><a href="https://github.com/vividvilla/ezhil" title="Github"><i data-feather="github"></i></a><a href="/index.xml" title="RSS"><i data-feather="rss"></i></a></ul>
</nav>
</div>
<nav class="nav">
<ul class="flat">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/posts">All posts</a>
</li>
<li>
<a href="/about">About</a>
</li>
<li>
<a href="/tags">Tags</a>
</li>
</ul>
</nav>
</div>
<h1 class="page-title">All articles</h1>
<ul class="posts"><li class="post">
<a href="/posts/hello-world/">Hello World</a> <span class="meta">Aug 16, 2022</span>
</li></ul>
</div>
<div class="footer wrapper">
<nav class="nav">
<div> © Copyright notice | <a href="https://github.com/vividvilla/ezhil">Ezhil theme</a> | Built with <a href="https://gohugo.io">Hugo</a></div>
</nav>
</div>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-123-45', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<script>feather.replace()</script>
</body>
</html>
<!DOCTYPE html><html><head><title>https://zerai.xyz/post/</title><link rel="canonical" href="https://zerai.xyz/post/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://zerai.xyz/post/" /></head></html>

View File

@@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Posts on Zerai.xyz</title>
<link>https://zerai.xyz/posts/</link>
<description>Recent content in Posts on Zerai.xyz</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>© Copyright notice</copyright>
<lastBuildDate>Tue, 16 Aug 2022 23:13:10 -0400</lastBuildDate><atom:link href="https://zerai.xyz/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Hello World</title>
<link>https://zerai.xyz/posts/hello-world/</link>
<pubDate>Tue, 16 Aug 2022 23:13:10 -0400</pubDate>
<guid>https://zerai.xyz/posts/hello-world/</guid>
<description>hello world 😄</description>
</item>
</channel>
</rss>

View File

@@ -1,26 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://zerai.xyz/posts/hello-world/</loc>
<lastmod>2022-08-16T23:13:10-04:00</lastmod>
</url><url>
<loc>https://zerai.xyz/posts/</loc>
<lastmod>2022-08-16T23:13:10-04:00</lastmod>
</url><url>
<loc>https://zerai.xyz/</loc>
<lastmod>2022-08-16T23:13:10-04:00</lastmod>
</url><url>
<loc>https://zerai.xyz/about/</loc>
<lastmod>2022-08-16T23:05:07-04:00</lastmod>
</url><url>
<loc>https://zerai.xyz/tags/personal/</loc>
<lastmod>2022-08-16T23:05:07-04:00</lastmod>
</url><url>
<loc>https://zerai.xyz/tags/</loc>
<lastmod>2022-08-16T23:05:07-04:00</lastmod>
</url><url>
<loc>https://zerai.xyz/tags/test/</loc>
<lastmod>2022-08-16T23:05:07-04:00</lastmod>
</url>
</urlset>

View File

@@ -1,45 +0,0 @@
body {
font-family: sans-serif ;
background: #110000 ;
color: #ccc ;
}
main {
max-width: 800px ;
margin: auto ;
}
img {
max-width: 100% ;
}
header h1 {
text-align: center ;
}
footer {
text-align: center ;
clear: both ;
}
/* For TAGLIST.HTML */
.taglist {
text-align: center ;
clear: both ;
}
/* For NEXTPREV.HTML */
#nextprev {
/* The container for both the previous and next articles. */
}
#prevart {
float: left ;
text-align: left ;
}
#nextart {
float: right ;
text-align: right ;
}
#nextart,#prevart {
max-width: 33% ;
}

View File

@@ -1,105 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Tags - Zerai.xyz</title><meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="alternate" type="application/rss+xml" href="https://zerai.xyz/tags/index.xml" title="Zerai.xyz" />
<meta property="og:title" content="Tags" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://zerai.xyz/tags/" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Tags"/>
<meta name="twitter:description" content=""/>
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,300italic,400italic|Raleway:200,300" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/normalize.css" />
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/main.css" /><link rel="stylesheet" type="text/css" href="https://zerai.xyzcss/dark.css" media="(prefers-color-scheme: dark)" />
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://zerai.xyzjs/main.js"></script>
</head>
<body>
<div class="container wrapper tags">
<div class="header">
<base href="https://zerai.xyz">
<h1 class="site-title"><a href="https://zerai.xyz">Zerai.xyz</a></h1>
<div class="site-description"><h2>Clean and minimal personal <a href="https://github.com/vividvilla/ezhil">blog theme for Hugo</a></h2><nav class="nav social">
<ul class="flat"><a href="https://github.com/vividvilla/ezhil" title="Github"><i data-feather="github"></i></a><a href="/index.xml" title="RSS"><i data-feather="rss"></i></a></ul>
</nav>
</div>
<nav class="nav">
<ul class="flat">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/posts">All posts</a>
</li>
<li>
<a href="/about">About</a>
</li>
<li>
<a href="/tags">Tags</a>
</li>
</ul>
</nav>
</div>
<h1 class="page-title">Tags</h1>
<div class="tag-cloud">
<a style="font-size: 1rem;" href="https://zerai.xyztags/personal/">personal</a>
<a style="font-size: 1rem;" href="https://zerai.xyztags/test/">test</a>
</div>
</div>
<div class="footer wrapper">
<nav class="nav">
<div> © Copyright notice | <a href="https://github.com/vividvilla/ezhil">Ezhil theme</a> | Built with <a href="https://gohugo.io">Hugo</a></div>
</nav>
</div>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-123-45', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<script>feather.replace()</script>
</body>
</html>

View File

@@ -1,30 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on Zerai.xyz</title>
<link>https://zerai.xyz/tags/</link>
<description>Recent content in Tags on Zerai.xyz</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>© Copyright notice</copyright>
<lastBuildDate>Tue, 16 Aug 2022 23:05:07 -0400</lastBuildDate><atom:link href="https://zerai.xyz/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>personal</title>
<link>https://zerai.xyz/tags/personal/</link>
<pubDate>Tue, 16 Aug 2022 23:05:07 -0400</pubDate>
<guid>https://zerai.xyz/tags/personal/</guid>
<description></description>
</item>
<item>
<title>test</title>
<link>https://zerai.xyz/tags/test/</link>
<pubDate>Tue, 16 Aug 2022 23:05:07 -0400</pubDate>
<guid>https://zerai.xyz/tags/test/</guid>
<description></description>
</item>
</channel>
</rss>

View File

@@ -1,90 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>personal - Zerai.xyz</title><meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="alternate" type="application/rss+xml" href="https://zerai.xyz/tags/personal/index.xml" title="Zerai.xyz" />
<meta property="og:title" content="personal" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://zerai.xyz/tags/personal/" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="personal"/>
<meta name="twitter:description" content=""/>
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,300italic,400italic|Raleway:200,300" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/normalize.css" />
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/main.css" /><link rel="stylesheet" type="text/css" href="https://zerai.xyzcss/dark.css" media="(prefers-color-scheme: dark)" />
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://zerai.xyzjs/main.js"></script>
</head>
<body>
<div class="container wrapper list">
<div class="header">
<base href="https://zerai.xyz">
<h1 class="site-title"><a href="https://zerai.xyz">Zerai.xyz</a></h1>
<div class="site-description"><h2>Clean and minimal personal <a href="https://github.com/vividvilla/ezhil">blog theme for Hugo</a></h2><nav class="nav social">
<ul class="flat"><a href="https://github.com/vividvilla/ezhil" title="Github"><i data-feather="github"></i></a><a href="/index.xml" title="RSS"><i data-feather="rss"></i></a></ul>
</nav>
</div>
<nav class="nav">
<ul class="flat">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/posts">All posts</a>
</li>
<li>
<a href="/about">About</a>
</li>
<li>
<a href="/tags">Tags</a>
</li>
</ul>
</nav>
</div>
<h1>Entries tagged - "personal"</h1>
<ul class="posts"></ul>
</div>
<div class="footer wrapper">
<nav class="nav">
<div> © Copyright notice | <a href="https://github.com/vividvilla/ezhil">Ezhil theme</a> | Built with <a href="https://gohugo.io">Hugo</a></div>
</nav>
</div>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-123-45', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<script>feather.replace()</script>
</body>
</html>

View File

@@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>personal on Zerai.xyz</title>
<link>https://zerai.xyz/tags/personal/</link>
<description>Recent content in personal on Zerai.xyz</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>© Copyright notice</copyright>
<lastBuildDate>Tue, 16 Aug 2022 23:05:07 -0400</lastBuildDate><atom:link href="https://zerai.xyz/tags/personal/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>About</title>
<link>https://zerai.xyz/about/</link>
<pubDate>Tue, 16 Aug 2022 23:05:07 -0400</pubDate>
<guid>https://zerai.xyz/about/</guid>
<description>Hello 👋</description>
</item>
</channel>
</rss>

View File

@@ -1,90 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>test - Zerai.xyz</title><meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="alternate" type="application/rss+xml" href="https://zerai.xyz/tags/test/index.xml" title="Zerai.xyz" />
<meta property="og:title" content="test" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://zerai.xyz/tags/test/" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="test"/>
<meta name="twitter:description" content=""/>
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,300italic,400italic|Raleway:200,300" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/normalize.css" />
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/main.css" /><link rel="stylesheet" type="text/css" href="https://zerai.xyzcss/dark.css" media="(prefers-color-scheme: dark)" />
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://zerai.xyzjs/main.js"></script>
</head>
<body>
<div class="container wrapper list">
<div class="header">
<base href="https://zerai.xyz">
<h1 class="site-title"><a href="https://zerai.xyz">Zerai.xyz</a></h1>
<div class="site-description"><h2>Clean and minimal personal <a href="https://github.com/vividvilla/ezhil">blog theme for Hugo</a></h2><nav class="nav social">
<ul class="flat"><a href="https://github.com/vividvilla/ezhil" title="Github"><i data-feather="github"></i></a><a href="/index.xml" title="RSS"><i data-feather="rss"></i></a></ul>
</nav>
</div>
<nav class="nav">
<ul class="flat">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/posts">All posts</a>
</li>
<li>
<a href="/about">About</a>
</li>
<li>
<a href="/tags">Tags</a>
</li>
</ul>
</nav>
</div>
<h1>Entries tagged - "test"</h1>
<ul class="posts"></ul>
</div>
<div class="footer wrapper">
<nav class="nav">
<div> © Copyright notice | <a href="https://github.com/vividvilla/ezhil">Ezhil theme</a> | Built with <a href="https://gohugo.io">Hugo</a></div>
</nav>
</div>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-123-45', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<script>feather.replace()</script>
</body>
</html>

View File

@@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>test on Zerai.xyz</title>
<link>https://zerai.xyz/tags/test/</link>
<description>Recent content in test on Zerai.xyz</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>© Copyright notice</copyright>
<lastBuildDate>Tue, 16 Aug 2022 23:05:07 -0400</lastBuildDate><atom:link href="https://zerai.xyz/tags/test/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>About</title>
<link>https://zerai.xyz/about/</link>
<pubDate>Tue, 16 Aug 2022 23:05:07 -0400</pubDate>
<guid>https://zerai.xyz/about/</guid>
<description>Hello 👋</description>
</item>
</channel>
</rss>