Compare commits

..

No commits in common. "src" and "main" have entirely different histories.
src ... main

21 changed files with 278 additions and 66 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
resources/_gen/assets/scss/sass

3
.gitmodules vendored
View file

@ -1,3 +0,0 @@
[submodule "themes/nightfall"]
path = themes/nightfall
url = https://github.com/LordMathis/hugo-theme-nightfall

View file

@ -1,27 +0,0 @@
steps:
build:
image: klakegg/hugo
update:
image: alpine/git
commands:
- git fetch --no-tags origin +refs/heads/pages
- git switch pages
- git config --global user.email ci@gitnet.fr
- git config --global user.name CI
- mv public /tmp/
- rm * -fr
- mv /tmp/public/* .
- git add .
- git commit -m "Build ${CI_BUILD_NUMBER}"
deploy:
image: appleboy/drone-git-push
commands:
settings:
branch: pages
remote: git@gitnet.fr:deblan/pages.git
force: false
commit: false
ssh_key:
from_secret: ssh_priv_key

66
404.html Normal file
View file

@ -0,0 +1,66 @@
<!DOCTYPE html>
<html lang="fr-fr">
<head>
<title>
404 | Simon Vieille
</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.80.0" />
<link rel="canonical" href="https://deblan.gitnet.page/404.html" >
<link href="/sass/main.min.4ca3a4cc5ff7d7d375055a6c9ce22bb1f0a7c6024b36342528df156eec9eb575.css" rel="stylesheet">
</head>
<body>
<div class="flexWrapper">
<header class="headerWrapper">
<div class="header">
<div>
<a href="https://deblan.gitnet.page">
<span class="terminal">simon@deblan ~ $</span>
</a>
</div>
<input class="side-menu" type="checkbox" id="side-menu">
<label class="hamb" for="side-menu"><span class="hamb-line"></span></label>
<nav class="headerLinks">
<ul>
</ul>
</nav>
</div>
</header>
<div class="content">
<main class="main">
<h1>NOT FOUND</h1>
<p>You just hit a route that doesn&#39;t exist...</p>
</main>
</div>
<footer class="footer">
<span>
© 2024 Simon Vieille, Built with
<a href="https://gohugo.io" class="footerLink">Hugo</a> and
<a href="https://github.com/LordMathis/hugo-theme-nightfall" class="footerLink">Nightfall</a> theme
</span>
</footer>
</div>
</body>
</html>

View file

@ -1,6 +0,0 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

79
categories/index.html Normal file
View file

@ -0,0 +1,79 @@
<!DOCTYPE html>
<html lang="fr-fr">
<head>
<title>
Categories | Simon Vieille
</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.80.0" />
<link rel="canonical" href="https://deblan.gitnet.page/categories/" >
<link href="https://deblan.gitnet.page/categories/index.xml" rel="alternate" type="application/rss+xml" title="Simon Vieille" >
<link href="https://deblan.gitnet.page/categories/index.xml" rel="feed" type="application/rss+xml" title="Simon Vieille" >
<link href="/sass/main.min.4ca3a4cc5ff7d7d375055a6c9ce22bb1f0a7c6024b36342528df156eec9eb575.css" rel="stylesheet">
</head>
<body>
<div class="flexWrapper">
<header class="headerWrapper">
<div class="header">
<div>
<a href="https://deblan.gitnet.page">
<span class="terminal">simon@deblan ~ $</span>
</a>
</div>
<input class="side-menu" type="checkbox" id="side-menu">
<label class="hamb" for="side-menu"><span class="hamb-line"></span></label>
<nav class="headerLinks">
<ul>
</ul>
</nav>
</div>
</header>
<div class="content">
<main class="main">
<div>
<div class="listHeader">
<h1>Categories</h1>
</div>
<div>
</div>
</div>
</main>
</div>
<footer class="footer">
<span>
© 2024 Simon Vieille, Built with
<a href="https://gohugo.io" class="footerLink">Hugo</a> and
<a href="https://github.com/LordMathis/hugo-theme-nightfall" class="footerLink">Nightfall</a> theme
</span>
</footer>
</div>
</body>
</html>

10
categories/index.xml Normal file
View file

@ -0,0 +1,10 @@
<?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 Simon Vieille</title>
<link>https://deblan.gitnet.page/categories/</link>
<description>Recent content in Categories on Simon Vieille</description>
<generator>Hugo -- gohugo.io</generator>
<language>fr-fr</language><atom:link href="https://deblan.gitnet.page/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View file

@ -1,28 +0,0 @@
baseURL = "https://deblan.gitnet.page"
languageCode = "fr-fr"
title = "Simon Vieille"
theme = "nightfall"
[params]
user = "simon"
hostname = "deblan"
[params.author]
name = "Simon Vieille"
email = ""
[[params.social]]
key = 1
name = "blog"
url = "https://www.deblan.io"
[[params.social]]
key = 2
name = "gitnet"
url = "https://gitnet.fr/deblan"
[[params.social]]
key = 3
name = "mastodon"
url = "https://mamot.fr/@deblan"
rel = "me" # You can also add rel to social link

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

95
index.html Normal file
View file

@ -0,0 +1,95 @@
<!DOCTYPE html>
<html lang="fr-fr">
<head>
<title>
Home | Simon Vieille
</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.80.0" />
<link rel="canonical" href="https://deblan.gitnet.page/" >
<link href="https://deblan.gitnet.page/index.xml" rel="alternate" type="application/rss+xml" title="Simon Vieille" >
<link href="https://deblan.gitnet.page/index.xml" rel="feed" type="application/rss+xml" title="Simon Vieille" >
<link href="/sass/main.min.4ca3a4cc5ff7d7d375055a6c9ce22bb1f0a7c6024b36342528df156eec9eb575.css" rel="stylesheet">
</head>
<body>
<div class="flexWrapper">
<header class="headerWrapper">
<div class="header">
<div>
<a href="https://deblan.gitnet.page">
<span class="terminal">simon@deblan ~ $</span>
</a>
</div>
<input class="side-menu" type="checkbox" id="side-menu">
<label class="hamb" for="side-menu"><span class="hamb-line"></span></label>
<nav class="headerLinks">
<ul>
</ul>
</nav>
</div>
</header>
<div class="content vertical">
<main class="main">
<div class="indexWrapper">
<div>
<h1 class="indexHeader">Simon Vieille</h1>
</div>
<div class="socialNavbar">
<ul>
<li>
<a href="https://www.deblan.io" >blog</a>
</li>
<li>
<a href="https://gitnet.fr/deblan" >gitnet</a>
</li>
<li>
<a href="https://mamot.fr/@deblan" rel="me">mastodon</a>
</li>
</ul>
</div>
</div>
</main>
</div>
<footer class="footer">
<span>
© 2024 Simon Vieille, Built with
<a href="https://gohugo.io" class="footerLink">Hugo</a> and
<a href="https://github.com/LordMathis/hugo-theme-nightfall" class="footerLink">Nightfall</a> theme
</span>
</footer>
</div>
</body>
</html>

10
index.xml Normal file
View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Simon Vieille</title>
<link>https://deblan.gitnet.page/</link>
<description>Recent content on Simon Vieille</description>
<generator>Hugo -- gohugo.io</generator>
<language>fr-fr</language><atom:link href="https://deblan.gitnet.page/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View file

@ -0,0 +1 @@
body{font-family:open sans,sans-serif;color:#f8f8ff;background-color:#292a2d;margin:0;display:flex;flex-direction:column;min-height:100vh}a{color:#36c}pre code{font-family:fira mono,monospace;font-size:75%;display:block;background:#252627;padding:10px;overflow:auto}code{font-family:fira mono,monospace;font-size:75%}h1{font-family:fira mono,monospace}h2{font-family:fira mono,monospace}h3{font-family:fira mono,monospace}h4{font-family:fira mono,monospace}h5{font-family:fira mono,monospace}h6{font-family:fira mono,monospace}@-ms-viewport{width: device-width; }@font-face{font-family:fira mono;src:url(../fonts/FiraMono/FiraMono-Medium.eot);src:local("Fira Mono"),url(../fonts/FiraMono/FiraMono-Medium.eot)format("embedded-opentype"),url(../fonts/FiraMono/FiraMono-Medium.woff)format("woff"),url(../fonts/FiraMono/FiraMono-Medium.ttf)format("truetype");font-weight:500;font-style:normal}@font-face{font-family:open sans;src:url(../fonts/OpenSans/OpenSans-Regular.eot);src:url(../fonts/OpenSans/OpenSans-Regular.eot?#iefix)format("embedded-opentype"),url(../fonts/OpenSans/OpenSans-Regular.woff)format("woff"),url(../fonts/OpenSans/OpenSans-Regular.ttf)format("truetype"),url(../fonts/OpenSans/OpenSans-Regular.svg#OpenSansRegular)format("svg");font-weight:400;font-style:normal}.footer{padding:15px;text-align:center;background-color:#252627}.footerLink{color:#f8f8ff}.header{font-family:fira mono,monospace;padding:0 20px;height:60px;display:flex;justify-content:space-between;align-items:center;width:760px}.headerWrapper{overflow:auto;box-sizing:border-box;background-color:#252627;display:flex;justify-content:center;flex-shrink:0}.headerLinks ul{list-style:none;padding:0;margin:0}.headerLinks ul li{display:inline;margin:5px}.headerLinks ul li a{color:#f8f8ff;text-decoration:none}.terminal{color:#f8f8ff;text-decoration:none}.hamb{cursor:pointer;float:right;display:none;padding:10px 4px}.hamb-line{background:#f8f8ff;display:block;height:2px;position:relative;width:24px}.hamb-line::before,.hamb-line::after{background:#f8f8ff;content:"";display:block;height:100%;position:absolute;transition:all .2s ease-out;width:100%}.hamb-line::before{top:5px}.hamb-line::after{top:-5px}.side-menu{display:none}.side-menu:checked~.headerLinks{max-height:100%}.side-menu:checked~.hamb .hamb-line{background:0 0}.side-menu:checked~.hamb .hamb-line::before{transform:rotate(-45deg);top:0}.side-menu:checked~.hamb .hamb-line::after{transform:rotate(45deg);top:0}@media screen and (max-width:768px){.headerLinks{width:100%;height:100%;position:fixed;top:60px;left:0;background-color:#292a2d;overflow:hidden;max-height:0;transition:max-height .5s ease-out;display:flex;align-items:center;justify-content:center}.headerLinks ul{display:flex;flex-direction:column;align-items:center;justify-content:center}.hamb{display:block}}.postDate{float:right;color:#f8f8ff}.postTitle{color:#36c;text-decoration:none;text-transform:capitalize;font-family:fira mono,monospace;font-size:1.2em;float:left}.postHeader{overflow:hidden}.postsList{margin-top:20px}.postListItem{padding:20px;background-color:#2f2f2f;margin-bottom:20px}.postExcerpt{text-align:initial;text-decoration:none;color:#f8f8ff}.headerContainer{display:flex;justify-content:space-between}.noDecoration{text-decoration:none}a,a:link,a:visited,a:hover,a:active{text-decoration:none}.socialNavbar ul{list-style:none;padding:0}.socialNavbar ul li{display:inline}.socialNavbar a{color:#f8f8ff;text-shadow:#2f2f2f 0 0 2px;-webkit-font-smoothing:antialiased;display:inline-block;margin:10px}.postWrapper{text-align:left;padding:20px}.postMetadata{font-family:fira mono,monospace;display:block;background:#252627;padding:10px}dt,dd{line-height:1.5}dl{display:grid;grid-template-columns:max-content auto}dt{grid-column-start:1}dd{grid-column-start:2}dt::after{content:":"}.listHeader,.listContent{text-align:left}.indexWrapper{display:flex;flex-direction:column;justify-content:center}.indexHeader{font-size:3em}.content{text-align:center;flex:1 auto;display:flex;justify-content:center}.content img{max-width:100%}.vertical{flex-direction:column;align-items:center}.flexWrapper{display:flex;flex-direction:column;justify-content:center;min-height:100vh;flex:1 auto}.main{height:100%}@media only screen and (min-width:992px){.main{width:760px}}@media screen and (max-width:992px){.main{width:100%}}

17
sitemap.xml Normal file
View file

@ -0,0 +1,17 @@
<?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://deblan.gitnet.page/categories/</loc>
</url>
<url>
<loc>https://deblan.gitnet.page/</loc>
</url>
<url>
<loc>https://deblan.gitnet.page/tags/</loc>
</url>
</urlset>

@ -1 +0,0 @@
Subproject commit e15a01404d88fbe105d1ee7fffe5801f6a40ee39