Selaa lähdekoodia

definitive ed clean

volt 3 kuukautta sitten
vanhempi
sitoutus
3a394ffabc

+ 0 - 41
_site/about/index.html

@@ -1,41 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>Hi you</title>
-    <link rel="stylesheet" href="/bundle.css">
-</head>
-<body>
-    <header class="page-header">
-    <a href="/" class="headerlogo" title="Go home">
-        <img src="/img/astounddS.png" alt="huh" width="28">
-    </a>
-
-    <nav>
-        <a href="/">Home</a>
-        <a href="/about">About Me</a>
-        <a href="/notes">Notes</a>
-    </nav>
-</header>
-
-    <article>
-    <h1>Why is there even a website here?</h1>
-<p>I don't know, i felt like it.</p>
-<p>Loneliness will make you do weird things...</p>
-<p>Now if you ever wonder who am i, i'm volt/unakt,
-a french guy reaching his forties while still on disability
-and exploring the little spaces he can venture to.</p>
-<p>I'm usually watching Twitch on the side
-while either videogaming, boardgaming, reading or writing...
-Also a lover of music, all of it.</p>
-<p>Now i'm trying to reach whoever who will end here 💡</p>
-<p>My Bluesky is here : <a href="https://bsky.app/profile/unakt.cc">unakt.cc</a></p>
-
-    </article>
-
-<footer class="page-footer">
-        <small>- unakt</small>
-    </footer>
-</body>
-</html>

+ 0 - 119
_site/bundle.css

@@ -1,119 +0,0 @@
-/* Doing CSS like the early 2000 */
-
-body {
-    font-family: Verdana, Tahoma, sans-serif;
-    background-color: #F6F6F6;
-    max-width: 800px;
-    margin: auto;
-}
-
-main {
-    border : 5px solid black;
-    border-radius: 10px;
-}
-
-main p.pagination {
-    text-align: center;
-}
-
-main p.pagination a {
-    text-transform: uppercase;
-    color: #111122;
-    text-decoration: none;
-}
-
-.page-header {
-    border: 5px solid black;
-    border-radius: 10px;
-
-}
-
-.headerlogo {
-    float: left;
-}
-
-nav {
-    padding: 5px 50px;
-    background-color: #0C5678;
-}
-
-nav a {
-    color: aliceblue;
-    background-color: #0C5678;
-    padding: 5px 10px;
-    border-width: 5px;
-    border-color: black;
-}
-
-nav a:hover {
-    background-color: #2f647c;
-}
-
-ul.postlist {
-    list-style-type: none;
-    margin: 0;
-    padding: 0;
-    text-align: center;
-}
-
-.postlist a {
-    color: #111122;
-}
-
-.postlist a:hover {
-    text-decoration: underline;
-    color: #5A5A5A;
-}
-
-.postlist a:visited {
-    color: #635A5A;
-}
-
-.postlist a:visited:hover {
-    color: #857c7c;
-}
-
-blockquote {
-    font-size: 0.8em;
-    background-color: rgb(224, 224, 224);
-    padding: 1px 10px;
-    border-left: 4px solid black;
-}
-
-#tag {
-    background-color: rgb(224, 224, 224);
-    margin: 10px 0px;
-    padding: 2px 10px;
-    border-left: 4px solid black;
-}
-
-#tag p {
-    margin: 5px;
-    font-style: italic;
-}
-
-@keyframes hacking {
-    0%  {visibility: visible;}
-    50%  {visibility: hidden;}
-    100%  {visibility: hidden;}
-}
-
-h1::after {
-    content: " _";
-    animation-name: hacking;
-    animation-duration: 1s;
-    animation-delay: 2s;
-    animation-iteration-count: infinite;
-}
-
-pre {
-    background-color: gainsboro;
-}
-
-code {
-    background-color: gainsboro;
-}
-
-.page-footer {
-    float: right;
-}

BIN
_site/img/astounddS.png


+ 0 - 65
_site/index.html

@@ -1,65 +0,0 @@
-
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>unakt - hi</title>
-    <link rel="stylesheet" href="/bundle.css">
-</head>
-<body>
-    <header class="page-header">
-    <a href="/" class="headerlogo" title="Go home">
-        <img src="/img/astounddS.png" alt="huh" width="28">
-    </a>
-
-    <nav>
-        <a href="/">Home</a>
-        <a href="/about">About Me</a>
-        <a href="/notes">Notes</a>
-    </nav>
-</header>
-    <div id="tag">
-        <p>Hi, I'm unakt - a living mess from France doing his best to sort things up.</p>
-
-    </div>
-    <main>
-        <ul class="postlist">
-            
-                <li><h3><a href="/posts/005wargames/">005 Retour sur les wargame (fr)</a></h3></li>
-            
-                <li><h3><a href="/posts/004Creation log/">004 Creation log of this place (eng)</a></h3></li>
-            
-                <li><h3><a href="/posts/001Hello/">001 hello ;)</a></h3></li>
-            
-        </ul>
-        <p class="pagination">
-             -
-            
-        </p>
-<!--
-<p>Debug Info:</p>
-<ul>
-  <li>Current Page: 0</li>
-  <li>Next Link: </li>
-  <li>Previous Link: </li>
-  <li>Total Pages: 1</li>
-</ul>
-<h3>Total posts found in collection: 3</h3>
-<ul>
-
-  <li>./posts/001Hello.md</li>
-
-  <li>./posts/004Creation log.md</li>
-
-  <li>./posts/005wargames.md</li>
-
-</ul>
--->
-    </main>
-    
-    <footer class="page-footer">
-        <small>- unakt</small>
-    </footer>
-</body>
-</html>

+ 0 - 32
_site/notes/index.html

@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>unakt - notes</title>
-    <link rel="stylesheet" href="/bundle.css">
-</head>
-<body>
-    <header class="page-header">
-    <a href="/" class="headerlogo" title="Go home">
-        <img src="/img/astounddS.png" alt="huh" width="28">
-    </a>
-
-    <nav>
-        <a href="/">Home</a>
-        <a href="/about">About Me</a>
-        <a href="/notes">Notes</a>
-    </nav>
-</header>
-
-    <article>
-    <h1>WIP</h1>
-<p>This place is still very much WIP, i expect to put some infos that i find worth keeping here</p>
-
-    </article>
-
-<footer class="page-footer">
-        <small>- unakt</small>
-    </footer>
-</body>
-</html>

+ 0 - 32
_site/posts/001Hello/index.html

@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>001 hello ;)</title>
-    <link rel="stylesheet" href="/bundle.css">
-</head>
-<body>
-    <header class="page-header">
-    <a href="/" class="headerlogo" title="Go home">
-        <img src="/img/astounddS.png" alt="huh" width="28">
-    </a>
-
-    <nav>
-        <a href="/">Home</a>
-        <a href="/about">About Me</a>
-        <a href="/notes">Notes</a>
-    </nav>
-</header>
-
-    <article>
-    <h1>001 hello ;)</h1>
-    <p>Just a Hello World :P</p>
-
-    </article>
-
-<footer class="page-footer">
-        <small>- unakt</small>
-    </footer>
-</body>
-</html>

+ 0 - 107
_site/posts/004Creation log/index.html

@@ -1,107 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>004 Creation log of this place (eng)</title>
-    <link rel="stylesheet" href="/bundle.css">
-</head>
-<body>
-    <header class="page-header">
-    <a href="/" class="headerlogo" title="Go home">
-        <img src="/img/astounddS.png" alt="huh" width="28">
-    </a>
-
-    <nav>
-        <a href="/">Home</a>
-        <a href="/about">About Me</a>
-        <a href="/notes">Notes</a>
-    </nav>
-</header>
-
-    <article>
-    <h1>004 Creation log of this place (eng)</h1>
-    <p>I'm neither extra proficient in English nor in coding and worst of all i have no knowledge of Javascript but this is a memo of things that didn't seems obvious to me to get this Eleventy.js blog place working at the ultimate barebone form.</p>
-<p>In the <strong>.eleventy.js</strong> file :</p>
-<pre><code class="language-js">module.exports = function(eleventyConfig) {
-
-// add my css file from the root folder 
-eleventyConfig.addPassthroughCopy(&quot;bundle.css&quot;);
-// This line was to make sure my post.md weren't processed as Liquid, permitting this post here
-eleventyConfig.setTemplateFormats([&quot;md&quot;, &quot;njk&quot;, &quot;html&quot;]);
-
-return {
-	// Ok idk this prevent markdown from being processed?
-	markdownTemplateEngine: false,
-	dir: {
-		input: &quot;./&quot;,
-		output: &quot;_site&quot;,
-		layouts: &quot;layouts&quot;,
-		includes: &quot;includes&quot;
-		}
-	};
-};
-</code></pre>
-<p>The <code>async</code> showed in the doc is unnecessary (is it?), and the return part should be at the end of the function.</p>
-<p>For the layout of a blog list in Nunjucks (file named &quot;home.njk&quot;):</p>
-<pre><code class="language-js">---
-    pagination:
-        data: collections.post
-        size: 3
-        reverse: true
----
-// [[PUT YOUR HTML HEADER HERE]]
-// A Navbar from my includes folder providing links to single pages
-{% include 'topbar.html' %}
-// I put a welcome message in this index
-{{ content | safe }}
-&lt;main&gt;
-&lt;ul&gt;
-	// listing 3 blog posts, both title and whole content
-	{% for post in pagination.items %}
-		&lt;li&gt;&lt;h3&gt;{{ post.data.title | safe }}&lt;/h3&gt;&lt;/li&gt;
-		{{ post.content | safe }}
-	{% endfor %}
-&lt;/ul&gt;
-
-// Links to show back 3 older posts or 3 more recent
-&lt;p&gt;{% if page.url != pagination.href.last %}&lt;a href=&quot;{{ pagination.href.next }}&quot;&gt;Prev Page&lt;/a&gt;{% endif %} ---
-
-{% if page.url != pagination.href.first %}&lt;a href=&quot;{{ pagination.href.previous }}&quot;&gt;Next Page&lt;/a&gt;{% endif %}&lt;/p&gt;
-&lt;/main&gt;
-</code></pre>
-<p>The <code>data: collections.post</code> will take all files tagged with &quot;post&quot;. And then they will be listed 3 by 3 in reverse order on the blog part (the for loop).</p>
-<p>Be aware that if you plan on switching from Liquid to Nunjucks by renaming your file because they seems identical, there actually are minor differences :
-<code>{% for post in pagination.items reversed %}</code>
-Should become :
-<code>{% for post in pagination.items | reverse %}</code>
-And if your ever simply rename like me, be aware that Eleventy will tell you an incorrect error line number, missing as many lines as you have metadata lines on top on your file.</p>
-<blockquote>
-<p>Little anecdote: This was especially aggravating when i renamed since it told my <strong>for loop</strong> wasn't closed exactly where i had <strong>another for loop</strong> that was perfectly correct...</p>
-</blockquote>
-<p>The said index page that use home.njk to show the post list, along with the &quot; content&quot; part with the welcome message :</p>
-<pre><code class="language-md">---
-layout: home.njk
-title: unakt - hi
----
-&gt; Hi, I'm unakt - a living mess from France doing his best to sort things up.
-</code></pre>
-<p>And here is how the most basic post1.md should look like:</p>
-<pre><code class="language-md">---
-tags: post
-title: The title of the post
----
-Lorem Ipsum
-sit dolor amen
-</code></pre>
-<p>And this is the most basic barebone elements needed for a blog...
-Now there's more things to look at, like the reverse order thing being a little janky at times, but in the grand scheme of things, this let me make some text based post,</p>
-<p>as this one ;)</p>
-
-    </article>
-
-<footer class="page-footer">
-        <small>- unakt</small>
-    </footer>
-</body>
-</html>

+ 0 - 73
_site/posts/005wargames/index.html

@@ -1,73 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>005 Retour sur les wargame (fr)</title>
-    <link rel="stylesheet" href="/bundle.css">
-</head>
-<body>
-    <header class="page-header">
-    <a href="/" class="headerlogo" title="Go home">
-        <img src="/img/astounddS.png" alt="huh" width="28">
-    </a>
-
-    <nav>
-        <a href="/">Home</a>
-        <a href="/about">About Me</a>
-        <a href="/notes">Notes</a>
-    </nav>
-</header>
-
-    <article>
-    <h1>005 Retour sur les wargame (fr)</h1>
-    <blockquote>
-<p>Retour de l'immersion wargame du 14.09.24 qui n'a pratiquement aboutie à rien, hormis quelques 3d print, quelques peintures pas toutes finies et une seule game avec des standees avorté à mi-chemin, j'ai une grande envie de m'y remettre (j'ai beaucoup de temps libre cette fin décembre) mais sans me perdre dans l'infinité de possibilités offertes</p>
-<ul>
-<li>18.12.25</li>
-</ul>
-</blockquote>
-<h2>Pour game rapidement</h2>
-<h4>Mon manifeste pour démarrer le wargame</h4>
-<ol>
-<li>Je choisi les <strong>univers sci-fi</strong> comme point central de mes minis et rulesets</li>
-<li>Pour découvrir plus facilement sans avoir à se soucier des aspects compétitifs entre joueurs il faut que le ruleset soit jouable en <strong>solo et coop</strong></li>
-<li>Seul les joueurs auront des minis en plastique, les <strong>antagonistes seront des standees papier</strong> imprimé (voir feutré...)</li>
-<li>Les <strong>décors seront des objets du quotidien</strong> et quelques découpage papier collés</li>
-<li>Je choisi et compte rester sur des <strong>ruleset &quot;miniature agnostic&quot;</strong> pour pouvoir garder et utiliser mes minis même dans 5+ ans sur différents jeux avec le meilleur effet</li>
-</ol>
-<blockquote>
-<p>La selection de minis et leurs peinture m'intéresse et pourra combler les moments &quot;attente d'une game&quot;. Mais pour accélérer je choisi un jeu nécessitant ≤10 minis par joueur - j'ai donc ~10 minis à peindre pour ma première partie solo.</p>
-</blockquote>
-<h2>Le choix du ruleset et du matos</h2>
-<h3>Le ruleset</h3>
-<h4>Stargrave PDF</h4>
-<p>Avec l'extension <strong>Dead or Alive</strong> pour découvrir le solo puis ensuite <strong>Hope Eternal</strong> pour une campagne plus élaborée en solo/duo</p>
-<ul>
-<li><strong>Specs</strong> : Surface de 3'x3' (91x91cm) - 10 minis par joueur - 1d20 par joueur</li>
-</ul>
-<p>Je n'ai pas pu trouver de système plus minimaliste qui garde un vrai gameplay solo/coop contre IA, la plupart des autres demandent de jouer les adversaires en choisissant le &quot;worst case scenario&quot; pour nous
-De plus Stargrave est un système qui à fait ses preuves au vu des dires et la lecture du ruleset en amont en vaux bien la chandelle, j'aurais tout le temps de le lire et relire entre deux sessions peinture</p>
-<h3>Les minis</h3>
-<p>Je pars sur un pack à prix intéressant pour 30 minis qui ont une bonne gueule et assez passe-partout pour les univers sci-fi ou même contemporain</p>
-<ul>
-<li><strong>Rampart : City Defenders Miniature Pack</strong> - 56€ (socles inclus)
-Avec un pack de 11 flacons de peintures <strong>Army Painter - Warpaints Fanatic Starter Set</strong> et le pinceau fourni, une <strong>palette à peinture</strong>, de la <strong>colle plastique</strong> (marque citadel)</li>
-</ul>
-<h3>Les standees</h3>
-<ul>
-<li>? J'éditerais quand j'aurais trouvé ?</li>
-</ul>
-<h2>Final Words</h2>
-<p>Si faire de la peinture vous hérisse le poil, il est toujours possible d'utiliser des standees papier pour les joueurs aussi. J'éviterais d'aller jusqu'à des jetons plats illustrés en guise de minis à cause des règles de couverture.</p>
-<blockquote>
-<p>Et si jamais vous avez une âme créatrice et anglophone, je vous recommande de voir <a href="https://onepagefan.wiki/index.php/Archived_Games#WarStuff">WarStuff</a>, qui est un wargame en une page pour du 1v1 où je pense qu'il est possible de transférer les règles solo de Stargrave Dead or Alive... (Pensez à aller voir la version 1.7 aussi avec ses unités préconstruite), je considère faire cette adaptation si j'ai vraiment trop de temps mais rien n'est moins sûr...</p>
-</blockquote>
-
-    </article>
-
-<footer class="page-footer">
-        <small>- unakt</small>
-    </footer>
-</body>
-</html>