WIP: coming out post
This commit is contained in:
commit
38bbacb637
41 changed files with 774 additions and 0 deletions
64
public/posts/first/index.html
Normal file
64
public/posts/first/index.html
Normal file
|
@ -0,0 +1,64 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>
|
||||
|
||||
First | Vi's Corner
|
||||
|
||||
</title>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/main.min.4da30eef3a3f6cb54d1c9c2a4fe4070d59b406493e26864d235aefe130c6f908.css" integrity="sha256-TaMO7zo/bLVNHJwqT+QHDVm0Bkk+JoZNI1rv4TDG+Qg=" crossorigin="anonymous">
|
||||
|
||||
|
||||
<script src="/js/main.23cd0c7d837263b9eaeb96ee2d9ccfa2969daa3fa00fa1c1fe8701a9b87251a1.js" integrity="sha256-I80MfYNyY7nq65buLZzPopadqj+gD6HB/ocBqbhyUaE=" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Violette's cozy corner</h1>
|
||||
|
||||
<nav>
|
||||
<ul class="nav">
|
||||
<li class="nav-left">
|
||||
<a href="/">Home</a>
|
||||
</li>
|
||||
<li class="nav-left">
|
||||
<a aria-current="true" class="ancestor" href="/posts/">Posts</a>
|
||||
</li>
|
||||
<li class="nav-left">
|
||||
<a href="/tags/">Tags</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<h1>First</h1>
|
||||
|
||||
|
||||
|
||||
<time datetime="2024-01-11T17:48:10-05:00">January 11, 2024</time>
|
||||
|
||||
<h2 id="so-yeah-this-is-a-post">So yeah this is a post</h2>
|
||||
<p>hey hey</p>
|
||||
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
<footer>
|
||||
<p id="footer">Take care, drink your water ! <img src="/neocat.ico"></p>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
59
public/posts/index.html
Normal file
59
public/posts/index.html
Normal file
|
@ -0,0 +1,59 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>
|
||||
|
||||
Posts | Vi's Corner
|
||||
|
||||
</title>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/main.min.4da30eef3a3f6cb54d1c9c2a4fe4070d59b406493e26864d235aefe130c6f908.css" integrity="sha256-TaMO7zo/bLVNHJwqT+QHDVm0Bkk+JoZNI1rv4TDG+Qg=" crossorigin="anonymous">
|
||||
|
||||
|
||||
<script src="/js/main.23cd0c7d837263b9eaeb96ee2d9ccfa2969daa3fa00fa1c1fe8701a9b87251a1.js" integrity="sha256-I80MfYNyY7nq65buLZzPopadqj+gD6HB/ocBqbhyUaE=" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Violette's cozy corner</h1>
|
||||
|
||||
<nav>
|
||||
<ul class="nav">
|
||||
<li class="nav-left">
|
||||
<a href="/">Home</a>
|
||||
</li>
|
||||
<li class="nav-left">
|
||||
<a aria-current="page" class="active" href="/posts/">Posts</a>
|
||||
</li>
|
||||
<li class="nav-left">
|
||||
<a href="/tags/">Tags</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<h1>Posts</h1>
|
||||
|
||||
|
||||
<h2><a href="/posts/first/">First</a></h2>
|
||||
So yeah this is a post hey hey
|
||||
|
||||
|
||||
</main>
|
||||
<footer>
|
||||
<p id="footer">Take care, drink your water ! <img src="/neocat.ico"></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 Violette's cozy corner</title>
|
||||
<link>https://bigblase.xyz/posts/</link>
|
||||
<description>Recent content in Posts on Violette's cozy corner</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Thu, 11 Jan 2024 17:48:10 -0500</lastBuildDate>
|
||||
<atom:link href="https://bigblase.xyz/posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>First</title>
|
||||
<link>https://bigblase.xyz/posts/first/</link>
|
||||
<pubDate>Thu, 11 Jan 2024 17:48:10 -0500</pubDate>
|
||||
<guid>https://bigblase.xyz/posts/first/</guid>
|
||||
<description>So yeah this is a post hey hey</description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
Loading…
Add table
Add a link
Reference in a new issue