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>
|
Loading…
Add table
Add a link
Reference in a new issue