mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-02-15 08:01:12 +01:00
first commit
This commit is contained in:
92
public/posts/first-post/index.html
Normal file
92
public/posts/first-post/index.html
Normal file
@@ -0,0 +1,92 @@
|
||||
<!doctype html>
|
||||
<html
|
||||
class="html"
|
||||
lang="en-us"
|
||||
dir="ltr"
|
||||
>
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>First Post | Freedoms4</title>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
|
||||
<meta name="description" content="This is the first post of the site!">
|
||||
<meta property="og:url" content="http://localhost:1313/posts/first-post/">
|
||||
<meta property="og:site_name" content="Freedoms4">
|
||||
<meta property="og:title" content="First Post">
|
||||
<meta property="og:description" content="This is the first post of the site!">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="posts">
|
||||
<meta property="article:published_time" content="2025-11-11T02:50:36+05:30">
|
||||
<meta property="article:modified_time" content="2025-11-11T02:50:36+05:30">
|
||||
<meta property="article:tag" content="First-Post">
|
||||
|
||||
|
||||
<meta itemprop="name" content="First Post">
|
||||
<meta itemprop="description" content="This is the first post of the site!">
|
||||
<meta itemprop="datePublished" content="2025-11-11T02:50:36+05:30">
|
||||
<meta itemprop="dateModified" content="2025-11-11T02:50:36+05:30">
|
||||
<meta itemprop="wordCount" content="8">
|
||||
<meta itemprop="keywords" content="First-Post">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/custom.css">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body class="body">
|
||||
<header class="header"><h1>Freedoms4</h1>
|
||||
<nav class="menu language">
|
||||
<ul class="menu__list language__list">
|
||||
<li class="menu__item">
|
||||
<a class="menu__link" href="/">Home</a>
|
||||
</li>
|
||||
<li class="menu__item">
|
||||
<a class="menu__link" href="/posts/">Blog</a>
|
||||
</li>
|
||||
<li class="menu__item">
|
||||
<a class="menu__link" href="/categories/">Categories</a>
|
||||
</li>
|
||||
<li class="menu__item">
|
||||
<a class="menu__link" href="/about/">About</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<main class="main">
|
||||
<h1>First Post</h1>
|
||||
<time class="published-date" datetime="2025-11-11T02:50:36+05:30">2025-11-11</time>
|
||||
|
||||
|
||||
|
||||
|
||||
<p>This is the first post of the site!</p>
|
||||
|
||||
<div>
|
||||
<div>Tags:</div>
|
||||
<ul>
|
||||
<li><a href="/tags/first-post/">First-Post</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div>Categories:</div>
|
||||
<ul>
|
||||
<li><a href="/categories/non-tech/">Non-Tech</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
<footer class="footer">
|
||||
<p class="footer__copyright-notice">© 2025 </p>
|
||||
<p class="footer__theme-info">Built with <a href='https://gohugo.io'>Hugo</a> and <a href='https://github.com/CyrusYip/hugo-theme-yue'>Yue</a></p></footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
66
public/posts/index.html
Normal file
66
public/posts/index.html
Normal file
@@ -0,0 +1,66 @@
|
||||
<!doctype html>
|
||||
<html
|
||||
class="html"
|
||||
lang="en-us"
|
||||
dir="ltr"
|
||||
>
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>Posts | Freedoms4</title>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
|
||||
<meta property="og:url" content="http://localhost:1313/posts/">
|
||||
<meta property="og:site_name" content="Freedoms4">
|
||||
<meta property="og:title" content="Posts">
|
||||
<meta property="og:locale" content="en_us">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
|
||||
<meta itemprop="name" content="Posts">
|
||||
<meta itemprop="datePublished" content="2025-11-11T02:50:36+05:30">
|
||||
<meta itemprop="dateModified" content="2025-11-11T02:50:36+05:30">
|
||||
<link rel="alternate" type="application/rss+xml" href="/posts/index.xml" title="Freedoms4">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/custom.css">
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body class="body">
|
||||
<header class="header"><h1>Freedoms4</h1>
|
||||
<nav class="menu language">
|
||||
<ul class="menu__list language__list">
|
||||
<li class="menu__item">
|
||||
<a class="menu__link" href="/">Home</a>
|
||||
</li>
|
||||
<li class="menu__item">
|
||||
<a class="menu__link" href="/posts/">Blog</a>
|
||||
</li>
|
||||
<li class="menu__item">
|
||||
<a class="menu__link" href="/categories/">Categories</a>
|
||||
</li>
|
||||
<li class="menu__item">
|
||||
<a class="menu__link" href="/about/">About</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<main class="main"> <time class="published-date" datetime="2025-11-11T02:50:36+05:30">2025-11-11</time>
|
||||
<h2 class="section-post-title"><a href="/posts/first-post/">First Post</a></h2>
|
||||
|
||||
|
||||
<nav class="paginator"> </nav>
|
||||
</main>
|
||||
<footer class="footer"><p class="footer__rss-link"><a href="/posts/index.xml">RSS</a></p>
|
||||
<p class="footer__copyright-notice">© 2025 </p>
|
||||
<p class="footer__theme-info">Built with <a href='https://gohugo.io'>Hugo</a> and <a href='https://github.com/CyrusYip/hugo-theme-yue'>Yue</a></p></footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
19
public/posts/index.xml
Normal file
19
public/posts/index.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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 Freedoms4</title>
|
||||
<link>http://localhost:1313/posts/</link>
|
||||
<description>Recent content in Posts on Freedoms4</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Tue, 11 Nov 2025 02:50:36 +0530</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>First Post</title>
|
||||
<link>http://localhost:1313/posts/first-post/</link>
|
||||
<pubDate>Tue, 11 Nov 2025 02:50:36 +0530</pubDate>
|
||||
<guid>http://localhost:1313/posts/first-post/</guid>
|
||||
<description><p>This is the first post of the site!</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
9
public/posts/page/1/index.html
Normal file
9
public/posts/page/1/index.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>http://localhost:1313/posts/</title>
|
||||
<link rel="canonical" href="http://localhost:1313/posts/">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=http://localhost:1313/posts/">
|
||||
</head>
|
||||
</html>
|
||||
Reference in New Issue
Block a user