WIP: coming out post
This commit is contained in:
commit
38bbacb637
41 changed files with 774 additions and 0 deletions
56
public/categories/index.html
Normal file
56
public/categories/index.html
Normal file
|
@ -0,0 +1,56 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>
|
||||
|
||||
Categories | 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 href="/posts/">Posts</a>
|
||||
</li>
|
||||
<li class="nav-left">
|
||||
<a href="/tags/">Tags</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<h1>Categories</h1>
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
<footer>
|
||||
<p id="footer">Take care, drink your water ! <img src="/neocat.ico"></p>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
11
public/categories/index.xml
Normal file
11
public/categories/index.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Categories on Violette's cozy corner</title>
|
||||
<link>https://bigblase.xyz/categories/</link>
|
||||
<description>Recent content in Categories on Violette's cozy corner</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<atom:link href="https://bigblase.xyz/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
|
@ -0,0 +1 @@
|
|||
body{color:#fff;background-color:#111;font-family:sans-serif;line-height:1.5;margin:1rem}header{border-bottom:1px solid #222;margin-bottom:1rem}h1{width:100%;text-align:center;color:#c282e0;transition:300ms color}h1:hover{color:#5082cf;transition-duration:500ms}footer{border-top:1px solid #222;margin-top:1rem;width:100%;position:sticky;background-color:#111}p,#footer{text-align:center}.nav{display:flex;list-style-type:none}li{margin:5pt}a{color:#c282e0;text-decoration:none}
|
55
public/index.html
Normal file
55
public/index.html
Normal file
|
@ -0,0 +1,55 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.121.2">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>
|
||||
|
||||
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 aria-current="page" class="active" href="/">Home</a>
|
||||
</li>
|
||||
<li class="nav-left">
|
||||
<a href="/posts/">Posts</a>
|
||||
</li>
|
||||
<li class="nav-left">
|
||||
<a href="/tags/">Tags</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
</header>
|
||||
<main>
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
<footer>
|
||||
<p id="footer">Take care, drink your water ! <img src="/neocat.ico"></p>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
19
public/index.xml
Normal file
19
public/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>Violette's cozy corner</title>
|
||||
<link>https://bigblase.xyz/</link>
|
||||
<description>Recent content 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/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>
|
|
@ -0,0 +1 @@
|
|||
(()=>{console.log("This site was generated by Hugo.");})();
|
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>
|
18
public/sitemap.xml
Normal file
18
public/sitemap.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?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://bigblase.xyz/posts/first/</loc>
|
||||
<lastmod>2024-01-11T17:48:10-05:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://bigblase.xyz/posts/</loc>
|
||||
<lastmod>2024-01-11T17:48:10-05:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://bigblase.xyz/</loc>
|
||||
<lastmod>2024-01-11T17:48:10-05:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://bigblase.xyz/categories/</loc>
|
||||
</url><url>
|
||||
<loc>https://bigblase.xyz/tags/</loc>
|
||||
</url>
|
||||
</urlset>
|
56
public/tags/index.html
Normal file
56
public/tags/index.html
Normal file
|
@ -0,0 +1,56 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>
|
||||
|
||||
Tags | 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 href="/posts/">Posts</a>
|
||||
</li>
|
||||
<li class="nav-left">
|
||||
<a aria-current="page" class="active" href="/tags/">Tags</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<h1>Tags</h1>
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
<footer>
|
||||
<p id="footer">Take care, drink your water ! <img src="/neocat.ico"></p>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
11
public/tags/index.xml
Normal file
11
public/tags/index.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?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 Violette's cozy corner</title>
|
||||
<link>https://bigblase.xyz/tags/</link>
|
||||
<description>Recent content in Tags on Violette's cozy corner</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<atom:link href="https://bigblase.xyz/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
Loading…
Add table
Add a link
Reference in a new issue