Skip to content

Commit 7e043e9

Browse files
author
Méven Car
committed
Update
1 parent 8341e90 commit 7e043e9

125 files changed

Lines changed: 15815 additions & 790 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

atom.xml

Lines changed: 1120 additions & 736 deletions
Large diffs are not rendered by default.

categories/monde-libre/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h1 class="title">Categories: monde libre</h1>
128128
</p>
129129
</a>
130130
<div class="tags has-addons level-item">
131-
<span class="tag is-rounded">2023-05-11</span>
131+
<span class="tag is-rounded">2023-05-12</span>
132132

133133
<span class="tag is-rounded">
134134
<svg class="i-clock" viewBox="0 0 32 32" width="16" height="16" fill="none" stroke="currentcolor" stroke-linecap="round"

darkly.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

default.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

elasticlunr.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flatly.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
<link id="darkly" class="stylesheet" rel="stylesheet"
19-
href="https:&#x2F;&#x2F;meven.github.io&#x2F;darkly.css" />
19+
href="https://meven.github.io/darkly.css" />
2020

2121

2222
<!-- This script must follow css -->
@@ -25,8 +25,8 @@
2525

2626

2727

28-
<script defer type="text/javascript" src="https:&#x2F;&#x2F;meven.github.io&#x2F;elasticlunr.min.js"></script>
29-
<script defer type="text/javascript" src="https:&#x2F;&#x2F;meven.github.io&#x2F;search_index.en.js"></script>
28+
<script defer type="text/javascript" src="https://meven.github.io/elasticlunr.min.js"></script>
29+
<script defer type="text/javascript" src="https://meven.github.io/search_index.en.js"></script>
3030

3131

3232

@@ -103,6 +103,38 @@
103103
<div class="column is-10-desktop is-offset-1-desktop">
104104

105105

106+
<article itemscope itemtype="http://schema.org/CreativeWork">
107+
<div class="card article">
108+
<div class="card-content">
109+
110+
<header>
111+
<div class="has-text-centered">
112+
<a href="https://meven.github.io/plasma6-sprint-2023/">
113+
<p class="title article-title">Plasma 6 Sprint 2023
114+
</p>
115+
</a>
116+
<div class="tags has-addons level-item">
117+
<span class="tag is-rounded">2023-05-12</span>
118+
119+
<span class="tag is-rounded">
120+
<svg class="i-clock" viewBox="0 0 32 32" width="16" height="16" fill="none" stroke="currentcolor" stroke-linecap="round"
121+
stroke-linejoin="round" stroke-width="6.25%">
122+
<circle cx="16" cy="16" r="14" />
123+
<path d="M16 8 L16 16 20 20" />
124+
</svg>
125+
<span>&nbsp;4 minute read</span>
126+
</span>
127+
</div>
128+
</div>
129+
</header>
130+
131+
132+
</div>
133+
</div>
134+
</article>
135+
136+
137+
106138
<article itemscope itemtype="http://schema.org/CreativeWork">
107139
<div class="card article">
108140
<div class="card-content">
@@ -390,38 +422,6 @@
390422
</article>
391423

392424

393-
394-
<article itemscope itemtype="http://schema.org/CreativeWork">
395-
<div class="card article">
396-
<div class="card-content">
397-
398-
<header>
399-
<div class="has-text-centered">
400-
<a href="https://meven.github.io/alice-springs-uluru-kata-tjula-et-kings-canyon/">
401-
<p class="title article-title">Uluru, Kata Tjula et Kings Canyon
402-
</p>
403-
</a>
404-
<div class="tags has-addons level-item">
405-
<span class="tag is-rounded">2013-06-30</span>
406-
407-
<span class="tag is-rounded">
408-
<svg class="i-clock" viewBox="0 0 32 32" width="16" height="16" fill="none" stroke="currentcolor" stroke-linecap="round"
409-
stroke-linejoin="round" stroke-width="6.25%">
410-
<circle cx="16" cy="16" r="14" />
411-
<path d="M16 8 L16 16 20 20" />
412-
</svg>
413-
<span>&nbsp;2 minute read</span>
414-
</span>
415-
</div>
416-
</div>
417-
</header>
418-
419-
420-
</div>
421-
</div>
422-
</article>
423-
424-
425425
</div>
426426
</div>
427427
</section>
@@ -463,10 +463,10 @@
463463

464464

465465

466-
<script type="text/javascript" src="https:&#x2F;&#x2F;meven.github.io&#x2F;js&#x2F;zulma_navbar.js"></script>
466+
<script type="text/javascript" src="https://meven.github.io/js/zulma_navbar.js"></script>
467467

468468

469-
<script type="text/javascript" src="https:&#x2F;&#x2F;meven.github.io&#x2F;js&#x2F;zulma_search.js"></script>
469+
<script type="text/javascript" src="https://meven.github.io/js/zulma_search.js"></script>
470470

471471

472472

lux.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plasma6-sprint-2023/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
</p>
104104
</a>
105105
<div class="tags has-addons level-item">
106-
<span class="tag is-rounded">2023-05-11</span>
106+
<span class="tag is-rounded">2023-05-12</span>
107107

108108
<span class="tag is-rounded">
109109
<svg class="i-clock" viewBox="0 0 32 32" width="16" height="16" fill="none" stroke="currentcolor" stroke-linecap="round"
@@ -119,7 +119,7 @@
119119

120120
<div itemprop="articleBody" class="content article-body">
121121
<h1 id="plasma-6-sprint">Plasma 6 Sprint</h1>
122-
<p>The sprint took place in Augsburg at <a href="https://www.tuxedocomputers.com/">Tuxedo</a> office, a well-known german company selling computers that offers preinstalled with Gnu/Linux and KDE Plasma. They also are a KDE e.v (i.e foundation) sponsor. I will certainly consider their offers when buying hardware.
122+
<p>I was at the Plasma 6 sprint. It took place in Augsburg at <a href="https://www.tuxedocomputers.com/">Tuxedo</a> office, a well-known german company selling computers that offers preinstalled with Gnu/Linux and KDE Plasma. They also are a KDE e.v (i.e foundation) sponsor. I will certainly consider their offers when buying hardware.
123123
Their office were great and very nice people welcomed us.</p>
124124
<p>It was great to get to work in person again with KDE community members, since I wasn't in person at last Akademy in Barcelona.</p>
125125
<p>I am very happy to have met the new contributors that I hadn't met before.</p>
@@ -169,8 +169,8 @@ <h2 id="plasma-contributions">Plasma contributions</h2>
169169
Published
170170

171171

172-
<time datetime="2023-05-11">
173-
2023-05-11
172+
<time datetime="2023-05-12">
173+
2023-05-12
174174
</time>
175175

176176

pulse.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)