This commit is contained in:
naoufal zerai
2022-08-17 16:36:54 -04:00
parent 166f250430
commit afa605b9aa
25 changed files with 542 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Hello World | Zerai.xyz</title>
<link rel="canonical" href="http://example.org/">
<link rel='alternate' type='application/rss+xml' title="Zerai.xyz RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="hello world">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<meta charset="utf-8">
</head>
<body>
<main>
<header><h1>Hello World</h1></header>
<article>
<p>hello world</p>
<div id="nextprev">
<a href="/about/"><div id="prevart">Previous:<br>About</div></a>
</div>
</article>
</main>
<footer>
<a href="http://example.org/">http://example.org/</a><br><br>
<a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates."></a>
</footer>
</body>
</html>

30
public/blog/index.html Normal file
View File

@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Blogs | Zerai.xyz</title>
<link rel="canonical" href="http://example.org/">
<link rel='alternate' type='application/rss+xml' title="Zerai.xyz RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<meta charset="utf-8">
</head>
<body>
<main>
<header><h1 id="tag_Blogs">Blogs</h1></header>
<article>
<ul>
<li><time datetime="2022-08-16T23:13:10-04:00">2022 Aug 16</time> &ndash; <a href="/blog/hello-world/">Hello World</a></li>
</ul>
</article>
</article>
</main>
<footer>
<a href="http://example.org/">http://example.org/</a><br><br>
<a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates."></a>
</footer>
</body>
</html>

24
public/blog/index.xml Normal file
View File

@@ -0,0 +1,24 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Zerai.xyz</title>
<link>http://example.org/blog/</link>
<description>Recent content in Blogs on Zerai.xyz</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Tue, 16 Aug 2022 23:13:10 -0400</lastBuildDate>
<atom:link href="http://example.org/blog/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Hello World</title>
<link>http://example.org/blog/hello-world/</link>
<pubDate>Tue, 16 Aug 2022 23:13:10 -0400</pubDate>
<guid>http://example.org/blog/hello-world/</guid>
<description>&lt;p&gt;hello world&lt;/p&gt;
</description>
</item>
</channel>
</rss>