yes
This commit is contained in:
parent
5f3755c20d
commit
c9014304d2
36 changed files with 671 additions and 387 deletions
0
.hugo_build.lock
Normal file
0
.hugo_build.lock
Normal file
13
content/en/posts/first.md
Normal file
13
content/en/posts/first.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
+++
|
||||
title = 'Comming out'
|
||||
date = 2024-01-11T17:48:10-05:00
|
||||
draft = true
|
||||
+++
|
||||
|
||||
English version
|
||||
-- Violette
|
||||
|
||||
## ressources
|
||||
+ [un document complet](https://genderdysphoria.fyi/fr/)
|
||||
+ [Association transgenre francophone](https://fransgenre.fr)
|
||||
+ [Association transgenre de Sherbrooke](https://transestrie.org)
|
30
hugo.toml
30
hugo.toml
|
@ -1,9 +1,9 @@
|
|||
baseURL = 'https://bigblase.xyz'
|
||||
title = "Violette's cozy corner"
|
||||
baseURL = 'https://violette.town'
|
||||
title = "Vi's cozy corner"
|
||||
theme = "violette"
|
||||
|
||||
defaultContentLanguage = 'en'
|
||||
defaultContentLanguageInSubdir = true
|
||||
defaultContentLanguage = 'fr'
|
||||
|
||||
[languages]
|
||||
[languages.fr]
|
||||
contentDir = 'content/fr'
|
||||
|
@ -12,12 +12,28 @@ defaultContentLanguageInSubdir = true
|
|||
languageDirection = 'ltr'
|
||||
languageName = 'Français'
|
||||
title = 'Le Coin de Violette'
|
||||
weight = 1
|
||||
[languages.en]
|
||||
contentDir = 'content/en'
|
||||
disabled = false
|
||||
languageCode = 'en-US'
|
||||
languageDirection = 'ltr'
|
||||
languageName = 'English'
|
||||
title = "Violette's cozy corner"
|
||||
weight = 2
|
||||
title = "Vi's cozy corner"
|
||||
|
||||
[[menus.main]]
|
||||
name = 'Home'
|
||||
identifier = 'Home'
|
||||
pageRef = '/'
|
||||
weight = 10
|
||||
|
||||
[[menus.main]]
|
||||
name = 'Posts'
|
||||
identifier = 'Posts'
|
||||
pageRef = '/posts'
|
||||
weight = 20
|
||||
|
||||
[[menus.main]]
|
||||
name = 'Tags'
|
||||
identifier = 'Tags'
|
||||
pageRef = '/tags'
|
||||
weight = 30
|
||||
|
|
11
i18n/en.toml
Normal file
11
i18n/en.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
[footer]
|
||||
other = 'Take care, drink your water!'
|
||||
|
||||
[language]
|
||||
other = 'Français'
|
||||
|
||||
[language-switch]
|
||||
other = '/fr'
|
||||
|
||||
[dark-mode]
|
||||
other = 'Dark mode'
|
14
i18n/fr.toml
Normal file
14
i18n/fr.toml
Normal file
|
@ -0,0 +1,14 @@
|
|||
Posts = "Postes"
|
||||
Home = "Retour"
|
||||
|
||||
[footer]
|
||||
other = 'Prends soins de toi !'
|
||||
|
||||
[language]
|
||||
other = 'English'
|
||||
|
||||
[language-switch]
|
||||
other = '/'
|
||||
|
||||
[dark-mode]
|
||||
other = 'Mode sombre'
|
|
@ -1,56 +0,0 @@
|
|||
<!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>
|
|
@ -1 +0,0 @@
|
|||
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}
|
|
@ -0,0 +1,3 @@
|
|||
:root{--bg:white;--border:white;--text:black;--text-pink-dark:#ed61e1;--text-mauve-dark:#c282e0;--text-pink-light:#ed61e1;--text-mauve-light:#c282e0;--text-pink:blue;--text-mauve:#c282e0}@media(prefers-color-scheme:dark){:root{--bg:black;--text:white;--text-pink:var(--text-pink-dark);--text-mauve:var(--text-mauve-dark)}#color-mode:checked~.color-scheme-wrapper{--bg:black;--text:white;--text-pink:var(--text-pink-dark)
|
||||
--text-mauve: var(--text-mauve-dark)}@media(prefers-color-scheme:dark){#color-mode:checked~.color-scheme-wrapper{--bg:white;--text:black;--text-pink:var(--text-pink-light)
|
||||
--text-mauve: var(--text-mauve-light)}}.color-scheme-wrapper{min-height:100vh;background:var(--bg);color:var(--text)}.margin{background:var(--bg);color:var(--text);padding-left:20px;padding-right:20px}#color-mode{display:none}body{font-family:sans-serif;line-height:1.5;margin:0}header{background-color:var(--bg);color:var(--text);border-bottom:1px solid #222;margin-bottom:1rem}h1{width:100%;padding-top:10px;color:var(--text-pink);text-align:center;transition:300ms color;margin-top:0}h1:hover{color:var(--text-mauve);transition-duration:500ms}h2{color:var(--text-pink);transition:300ms color}h2:hover{color:var(--text-mauve);transition-duration:500ms}h3{color:var(--text-pink);padding-left:20px}footer{border-top:1px solid #222;margin-top:0;padding-top:0;width:100%;display:flex;position:sticky}.footer{color:var(--text);background-color:var(--bg);align-items:center;width:100%;display:flex;justify-content:center;gap:10px}.nav{display:flex;list-style-type:none;margin:5pt}main{background-color:var(--bg);border-bottom:1rem solid var(--bg)}.nav-right{display:flex;align-items:flex-end;justify-content:flex-end;list-style-type:none;width:100%}li{padding-left:5pt;padding-right:5pt}ul{padding-right:5pt;margin-left:5pt}a,label{color:#c282e0;text-decoration:none}.toggle-dark{align-self:flex-end;width:auto;padding-right:20pt;padding-left:20pt}.toggle-dark label{width:100%;display:block}}
|
70
public/en/categories/index.html
Normal file
70
public/en/categories/index.html
Normal file
|
@ -0,0 +1,70 @@
|
|||
<!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.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>Violette's cozy corner</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>
|
|
@ -2,10 +2,10 @@
|
|||
<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>
|
||||
<link>https://bigblase.xyz/en/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" />
|
||||
<language>en-US</language>
|
||||
<atom:link href="https://bigblase.xyz/en/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
69
public/en/index.html
Normal file
69
public/en/index.html
Normal file
|
@ -0,0 +1,69 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-US" dir="ltr">
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.122.0">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>
|
||||
|
||||
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>Violette's cozy corner</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>
|
||||
|
||||
|
||||
|
||||
</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/en/index.xml
Normal file
11
public/en/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>Violette's cozy corner</title>
|
||||
<link>https://bigblase.xyz/en/</link>
|
||||
<description>Recent content on Violette's cozy corner</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-US</language>
|
||||
<atom:link href="https://bigblase.xyz/en/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
41
public/en/sitemap.xml
Normal file
41
public/en/sitemap.xml
Normal file
|
@ -0,0 +1,41 @@
|
|||
<?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/en/categories/</loc>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="fr-FR"
|
||||
href="https://bigblase.xyz/fr/categories/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en-US"
|
||||
href="https://bigblase.xyz/en/categories/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>https://bigblase.xyz/en/tags/</loc>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="fr-FR"
|
||||
href="https://bigblase.xyz/fr/tags/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en-US"
|
||||
href="https://bigblase.xyz/en/tags/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>https://bigblase.xyz/en/</loc>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="fr-FR"
|
||||
href="https://bigblase.xyz/fr/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en-US"
|
||||
href="https://bigblase.xyz/en/"
|
||||
/>
|
||||
</url>
|
||||
</urlset>
|
70
public/en/tags/index.html
Normal file
70
public/en/tags/index.html
Normal file
|
@ -0,0 +1,70 @@
|
|||
<!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.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>Violette's cozy corner</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>Tags</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>
|
|
@ -2,10 +2,10 @@
|
|||
<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>
|
||||
<link>https://bigblase.xyz/en/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" />
|
||||
<language>en-US</language>
|
||||
<atom:link href="https://bigblase.xyz/en/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
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>
|
69
public/fr/index.html
Normal file
69
public/fr/index.html
Normal file
|
@ -0,0 +1,69 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr-FR" dir="ltr">
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.122.0">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>
|
||||
|
||||
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 aria-current="page" class="active" 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>
|
||||
|
||||
|
||||
|
||||
</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/index.xml
Normal file
11
public/fr/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>Le Coin de Violette</title>
|
||||
<link>https://bigblase.xyz/fr/</link>
|
||||
<description>Recent content on Le Coin de Violette</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>fr-FR</language>
|
||||
<atom:link href="https://bigblase.xyz/fr/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
41
public/fr/sitemap.xml
Normal file
41
public/fr/sitemap.xml
Normal file
|
@ -0,0 +1,41 @@
|
|||
<?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/fr/categories/</loc>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en-US"
|
||||
href="https://bigblase.xyz/en/categories/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="fr-FR"
|
||||
href="https://bigblase.xyz/fr/categories/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>https://bigblase.xyz/fr/</loc>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en-US"
|
||||
href="https://bigblase.xyz/en/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="fr-FR"
|
||||
href="https://bigblase.xyz/fr/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>https://bigblase.xyz/fr/tags/</loc>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en-US"
|
||||
href="https://bigblase.xyz/en/tags/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="fr-FR"
|
||||
href="https://bigblase.xyz/fr/tags/"
|
||||
/>
|
||||
</url>
|
||||
</urlset>
|
70
public/fr/tags/index.html
Normal file
70
public/fr/tags/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>
|
||||
|
||||
Tags | 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 aria-current="page" class="active" 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>Tags</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/tags/index.xml
Normal file
11
public/fr/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 Le Coin de Violette</title>
|
||||
<link>https://bigblase.xyz/fr/tags/</link>
|
||||
<description>Recent content in Tags on Le Coin de Violette</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>fr-FR</language>
|
||||
<atom:link href="https://bigblase.xyz/fr/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
|
@ -1,55 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
<html lang="fr-FR">
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.121.2">
|
||||
<title>https://violette.town/</title>
|
||||
<link rel="canonical" href="https://violette.town/">
|
||||
<meta name="robots" content="noindex">
|
||||
<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"/>
|
||||
|
||||
|
||||
<meta http-equiv="refresh" content="0; url=https://violette.town/">
|
||||
</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>
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
<?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>
|
BIN
public/neocat_hug_heart.png
Normal file
BIN
public/neocat_hug_heart.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -1,64 +0,0 @@
|
|||
<!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>
|
|
@ -1,59 +0,0 @@
|
|||
<!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>
|
|
@ -1,19 +0,0 @@
|
|||
<?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>
|
|
@ -1,18 +1,14 @@
|
|||
<?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>
|
||||
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
|
||||
<sitemap>
|
||||
<loc>https://bigblase.xyz/fr/sitemap.xml</loc>
|
||||
|
||||
</sitemap>
|
||||
|
||||
<sitemap>
|
||||
<loc>https://bigblase.xyz/en/sitemap.xml</loc>
|
||||
|
||||
</sitemap>
|
||||
|
||||
</sitemapindex>
|
||||
|
|
|
@ -1,56 +0,0 @@
|
|||
<!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>
|
|
@ -6,7 +6,7 @@
|
|||
--text-pink-dark: #ed61e1;
|
||||
--text-mauve-dark: #c282e0;
|
||||
|
||||
--text-pink-light: #ed61e1;
|
||||
--text-pink-light: #9d5191;
|
||||
--text-mauve-light: #c282e0;
|
||||
|
||||
--text-pink: blue;
|
||||
|
@ -17,7 +17,7 @@
|
|||
:root {
|
||||
--bg:black;
|
||||
--text:white;
|
||||
--text-pink: var(--text-pink-dark);
|
||||
--text-pink: var(--text-pink-light);
|
||||
--text-mauve: var(--text-mauve-dark);
|
||||
}
|
||||
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
baseURL = 'https://example.org/'
|
||||
languageCode = 'en-us'
|
||||
title = 'My New Hugo Site'
|
||||
|
||||
[[menus.main]]
|
||||
name = 'Home'
|
||||
pageRef = '/'
|
||||
weight = 10
|
||||
|
||||
[[menus.main]]
|
||||
name = 'Posts'
|
||||
pageRef = '/posts'
|
||||
weight = 20
|
||||
|
||||
[[menus.main]]
|
||||
name = 'Tags'
|
||||
pageRef = '/tags'
|
||||
weight = 30
|
||||
|
||||
[module]
|
||||
[module.hugoVersion]
|
||||
extended = false
|
||||
min = "0.116.0"
|
23
themes/violette/hugo.tomlBck
Normal file
23
themes/violette/hugo.tomlBck
Normal file
|
@ -0,0 +1,23 @@
|
|||
baseURL = 'https://bigblase.xyz'
|
||||
title = "Violette's cozy corner"
|
||||
theme = "violette"
|
||||
|
||||
defaultContentLanguage = 'en'
|
||||
defaultContentLanguageInSubdir = true
|
||||
[languages]
|
||||
[languages.fr]
|
||||
contentDir = 'content/fr'
|
||||
disabled = false
|
||||
languageCode = 'fr-FR'
|
||||
languageDirection = 'ltr'
|
||||
languageName = 'Français'
|
||||
title = 'Le Coin de Violette'
|
||||
weight = 1
|
||||
[languages.en]
|
||||
contentDir = 'content/en'
|
||||
disabled = false
|
||||
languageCode = 'en-US'
|
||||
languageDirection = 'ltr'
|
||||
languageName = 'English'
|
||||
title = "Violette's cozy corner"
|
||||
weight = 2
|
|
@ -1,4 +1,4 @@
|
|||
<div class="footer">
|
||||
<p>Take care, drink your water ! </p>
|
||||
<p> {{ i18n "footer" }}</p>
|
||||
<img src="/neocat_hug_heart.png" width="32">
|
||||
</div>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<title>
|
||||
{{ if .IsHome }}
|
||||
Vi's corner
|
||||
{{ .Title }}
|
||||
{{ else }}
|
||||
{{ printf "%s | " .Title }}Vi's Corner
|
||||
{{ printf "%s | " .Title }}
|
||||
{{ end }}
|
||||
</title>
|
||||
|
||||
|
|
|
@ -21,7 +21,8 @@ Renders a menu for the given menu ID.
|
|||
{{- define "partials/inline/menu/walk.html" }}
|
||||
{{- $page := .page }}
|
||||
{{- range .menuEntries }}
|
||||
{{- $attrs := dict "href" .URL }}
|
||||
{{- $href := relLangURL .URL }}
|
||||
{{- $attrs := dict "href" $href }}
|
||||
{{- if $page.IsMenuCurrent .Menu . }}
|
||||
{{- $attrs = merge $attrs (dict "class" "active" "aria-current" "page") }}
|
||||
{{- else if $page.HasMenuCurrent .Menu .}}
|
||||
|
@ -50,7 +51,12 @@ Renders a menu for the given menu ID.
|
|||
|
||||
{{- end }}
|
||||
<li class="nav-right">
|
||||
<span class="toggle-dark">{{- partial "partials/darkModeToggle.html" }}</span>
|
||||
<span class="toggle-dark">
|
||||
<label for="color-mode"> {{ i18n "dark-mode" }}</label>
|
||||
</span>
|
||||
<span class="toggle-language">
|
||||
<a href={{ i18n "language-switch" }}> {{ i18n "language" }}
|
||||
</span>
|
||||
<span class="empty-space-menu"></span>
|
||||
</li>
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue