mirror of
https://github.com/naoufalzerai/zerai.xyz.git
synced 2025-12-24 22:43:58 +00:00
add theme
This commit is contained in:
113
public/posts/hello-world/index.html
Normal file
113
public/posts/hello-world/index.html
Normal file
@@ -0,0 +1,113 @@
|
||||
<!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 — 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>
|
||||
92
public/posts/index.html
Normal file
92
public/posts/index.html
Normal file
@@ -0,0 +1,92 @@
|
||||
<!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>
|
||||
21
public/posts/index.xml
Normal file
21
public/posts/index.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user