Compare commits
No commits in common. "208080766e5b269053c6d16453248dc87c5985ff" and "c9014304d2deefc5d96f3bd46e5f0242850bee45" have entirely different histories.
208080766e
...
c9014304d2
29 changed files with 622 additions and 51 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
public
|
|
@ -1,9 +0,0 @@
|
|||
+++
|
||||
title = 'Intro'
|
||||
date = 2024-01-11T17:48:10-05:00
|
||||
draft = false
|
||||
tags = ["Intro"]
|
||||
+++
|
||||
|
||||
## Hi!!
|
||||
TODO do this. French version is already done tho
|
|
@ -1,33 +0,0 @@
|
|||
+++
|
||||
title = 'Intro'
|
||||
date = 2024-01-11T17:48:10-05:00
|
||||
draft = false
|
||||
tags = ["Intro"]
|
||||
+++
|
||||
|
||||
## Bonjour !
|
||||
|
||||
Je m'appelle violette. Je suis étudiante (pour encore quelques mois seulement!)
|
||||
à l'université de Sherbrooke ainsi que Polytech Annecy Chambéry. J'y étudis
|
||||
l'informatique.
|
||||
|
||||
Ce "blog" me permettera de partager mes horribles fautes d'ortaugraffe
|
||||
|
||||
Je suis très interessée par l'informatique de bas niveau. J'aime aller regarder
|
||||
comment fonctionne un ordinateur au plus bas niveaux. Pour ce faire, j'aime
|
||||
aller fouiller dans le code de différentes saveurs de BSD (FreeBSD
|
||||
principalement) ainsi que Linux.
|
||||
|
||||
Pendant mon temps libre, on peut me trouver faire des sons horribles à la
|
||||
guitare, me plaindre que j'arrive jamais à prendre de photo nettes ou bien
|
||||
essayer de patcher ce tabar@#0! de dwl.
|
||||
|
||||
## Contacts
|
||||
Voici les moyens que je propose pour me contacter:
|
||||
* mail: `vi@violette.town`
|
||||
* matrix (personnel uniquement) : `@violette:bigblase.xyz`
|
||||
* FediVerse (personnel uniquement) : `@violets@tech.lgbt`
|
||||
|
||||
## "Professionnel"
|
||||
Voila mon
|
||||
[CV](https://git.violette.town/violette/cv/raw/branch/typst/main_public_fr.pdf)!
|
|
@ -1,8 +1,7 @@
|
|||
+++
|
||||
title = 'Comming out'
|
||||
date = 2024-01-11T17:48:10-05:00
|
||||
draft = false
|
||||
tags = ["Coming out", "LGBT"]
|
||||
draft = true
|
||||
+++
|
||||
|
||||
Salut ! Ca fait longtemps que je me cache dans mon coin sans jamais donner trop
|
||||
|
|
|
@ -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>
|
11
public/en/categories/index.xml
Normal file
11
public/en/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/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/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>
|
11
public/en/tags/index.xml
Normal file
11
public/en/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/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/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>
|
10
public/index.html
Normal file
10
public/index.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr-FR">
|
||||
<head>
|
||||
<title>https://violette.town/</title>
|
||||
<link rel="canonical" href="https://violette.town/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://violette.town/">
|
||||
</head>
|
||||
</html>
|
|
@ -0,0 +1 @@
|
|||
(()=>{console.log("This site was generated by Hugo.");})();
|
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 |
14
public/sitemap.xml
Normal file
14
public/sitemap.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<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
themes/ananke
Submodule
1
themes/ananke
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 91df000ca82769a7578df81fa142d1a18e446bc0
|
|
@ -19,7 +19,6 @@
|
|||
--text:white;
|
||||
--text-pink: var(--text-pink-light);
|
||||
--text-mauve: var(--text-mauve-dark);
|
||||
}
|
||||
}
|
||||
|
||||
#color-mode:checked ~ .color-scheme-wrapper {
|
||||
|
@ -41,11 +40,12 @@
|
|||
.color-scheme-wrapper {
|
||||
min-height:100vh;
|
||||
background:var(--bg);
|
||||
transition: 1s all;
|
||||
color:var(--text);
|
||||
}
|
||||
|
||||
.margin {
|
||||
background:var(--bg);
|
||||
color:var(--text);
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
@ -61,6 +61,8 @@ body {
|
|||
}
|
||||
|
||||
header {
|
||||
background-color: var(--bg);
|
||||
color: var(--text);
|
||||
border-bottom: 1px solid #222;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
@ -76,6 +78,7 @@ h1 {
|
|||
|
||||
h1:hover {
|
||||
color: var(--text-mauve);
|
||||
transition-duration: 500ms;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
@ -104,6 +107,7 @@ footer {
|
|||
|
||||
.footer {
|
||||
color: var(--text);
|
||||
background-color: var(--bg);
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
|
@ -117,6 +121,11 @@ footer {
|
|||
margin: 5pt;
|
||||
}
|
||||
|
||||
main {
|
||||
background-color: var(--bg);
|
||||
border-bottom: 1rem solid var(--bg);
|
||||
}
|
||||
|
||||
.nav-right {
|
||||
display: flex;
|
||||
align-items:flex-end;
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
{{ define "main" }}
|
||||
{{ with $.GetPage "about" }}
|
||||
{{ .Content }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
|
@ -9,3 +9,4 @@
|
|||
</title>
|
||||
|
||||
{{ partialCached "head/css.html" . }}
|
||||
{{ partialCached "head/js.html" . }}
|
||||
|
|
12
themes/violette/layouts/partials/head/js.html
Normal file
12
themes/violette/layouts/partials/head/js.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
{{- with resources.Get "js/main.js" }}
|
||||
{{- if eq hugo.Environment "development" }}
|
||||
{{- with . | js.Build }}
|
||||
<script src="{{ .RelPermalink }}"></script>
|
||||
{{- end }}
|
||||
{{- else }}
|
||||
{{- $opts := dict "minify" true }}
|
||||
{{- with . | js.Build $opts | fingerprint }}
|
||||
<script src="{{ .RelPermalink }}" integrity="{{- .Data.Integrity }}" crossorigin="anonymous"></script>
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
|
@ -55,7 +55,7 @@ Renders a menu for the given menu ID.
|
|||
<label for="color-mode"> {{ i18n "dark-mode" }}</label>
|
||||
</span>
|
||||
<span class="toggle-language">
|
||||
<a href={{ i18n "language-switch" }}> {{ i18n "language" }}</a>
|
||||
<a href={{ i18n "language-switch" }}> {{ i18n "language" }}
|
||||
</span>
|
||||
<span class="empty-space-menu"></span>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue