yes
This commit is contained in:
parent
5f3755c20d
commit
c9014304d2
36 changed files with 671 additions and 387 deletions
70
public/fr/categories/index.html
Normal file
70
public/fr/categories/index.html
Normal file
|
@ -0,0 +1,70 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr-FR" 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.c9f29af410c77e44d367d0c59c93740ca2d72ca8230740648ddf1d9a7543a312.css" integrity="sha256-yfKa9BDHfkTTZ9DFnJN0DKLXLKgjB0Bkjd8dmnVDoxI=" 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>
|
||||
<input id="color-mode" class="theme-box" type="checkbox">
|
||||
<div class="color-scheme-wrapper">
|
||||
<div class="margin">
|
||||
<header>
|
||||
<h1>Le Coin de Violette</h1>
|
||||
<span>
|
||||
<nav>
|
||||
<ul class="nav">
|
||||
<li class="nav-left">
|
||||
<a href="/fr/">Home</a>
|
||||
</li>
|
||||
<li class="nav-left">
|
||||
<a>Posts</a>
|
||||
</li>
|
||||
<li class="nav-left">
|
||||
<a href="/fr/tags/">Tags</a>
|
||||
</li>
|
||||
<li class="nav-right">
|
||||
<span class="toggle-dark"><label for="color-mode">Dark Mode</label>
|
||||
</span>
|
||||
<span class="empty-space-menu"></span>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</span>
|
||||
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<h1>Categories</h1>
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
<footer>
|
||||
<div class="footer">
|
||||
<p>Take care, drink your water ! </p>
|
||||
<img src="/neocat_hug_heart.png" width="32">
|
||||
</div>
|
||||
|
||||
</footer>
|
||||
</div></div>
|
||||
</body>
|
||||
</html>
|
11
public/fr/categories/index.xml
Normal file
11
public/fr/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 Le Coin de Violette</title>
|
||||
<link>https://bigblase.xyz/fr/categories/</link>
|
||||
<description>Recent content in Categories on Le Coin de Violette</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>fr-FR</language>
|
||||
<atom:link href="https://bigblase.xyz/fr/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
Loading…
Add table
Add a link
Reference in a new issue