index.html (3122B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <!-- Sep 03, 2024 --> 5 <meta charset="utf-8" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 7 <title>Articles</title> 8 <meta name="author" content="Vincent Demeester" /> 9 <meta name="keywords" content="article" /> 10 <meta name="generator" content="Org Mode" /> 11 <link rel='icon' type='image/x-icon' href='/images/favicon.ico'/> 12 <meta name='viewport' content='width=device-width, initial-scale=1'> 13 <link rel='stylesheet' href='/css/new.css' type='text/css'/> 14 <link rel='stylesheet' href='/css/syntax.css' type='text/css'/> 15 <link href='/index.xml' rel='alternate' type='application/rss+xml' title='Vincent Demeester' /> 16 </head> 17 <body> 18 <main id="content" class="content"> 19 <header> 20 <h1 class="title">Articles</h1> 21 </header><p> 22 This set of articles is my knowledge base. This is managed using <a href="org_mode.html">Org Mode</a> and specifically 23 <a href="org_roam.html">org-roam</a>. This content is kept up-to-date across time (compared to posts). 24 </p> 25 26 <p> 27 The following part of this page tries to present an organization to all my 28 articles ; but there is a <a href="sitemap.html">sitemap</a> if you want to see all the content. 29 <i>The sitemap is gonna be a little bit hard to navigate without a filtering mechanism.</i> 30 </p> 31 32 <ul class="org-ul"> 33 <li><a href="kubernetes.html">Kubernetes</a> and <a href="openshift.html">OpenShift</a> 34 <ul class="org-ul"> 35 <li><a href="knative.html">Knative</a></li> 36 <li><a href="tekton.html">Tekton</a> 37 <ul class="org-ul"> 38 <li><a href="tekton_dev.html">Tekton development environment</a></li> 39 <li><a href="tekton-usage.html">Tektoncd usage and examples</a></li> 40 </ul></li> 41 </ul></li> 42 <li><a href="linux.html">Linux</a> 43 <ul class="org-ul"> 44 <li><a href="fedora.html">Fedora</a></li> 45 <li><a href="nixos.html">NixOS</a></li> 46 <li>Misc 47 <ul class="org-ul"> 48 <li><a href="yubikey.html">Yubikey setup on Linux</a></li> 49 </ul></li> 50 </ul></li> 51 <li><a href="programming.html">Programming</a> 52 <ul class="org-ul"> 53 <li><a href="bash.html">bash</a></li> 54 <li><a href="elisp.html">elisp</a></li> 55 <li><a href="go.html">golang</a></li> 56 <li><a href="haskell.html">haskell</a></li> 57 <li><a href="development-machines.html">Development machines made easy</a></li> 58 </ul></li> 59 <li>Miscellaneous 60 <ul class="org-ul"> 61 <li><a href="sandbox.html">Emacs org-mode sandbox</a></li> 62 <li><a href="fish.html">Fish shell notes</a></li> 63 </ul></li> 64 </ul> 65 </main> 66 <footer id="postamble" class="status"> 67 <footer> 68 <small><a href="/" rel="history">Index</a> • <a href="/sitemap.html">Sitemap</a> • <a href="https://dl.sbr.pm/">Files</a></small><br/> 69 <small class='questions'>Questions, comments ? Please use my <a href="https://lists.sr.ht/~vdemeester/public-inbox">public inbox</a> by sending a plain-text email to <a href="mailto:~vdemeester/public-inbox@lists.sr.ht">~vdemeester/public-inbox@lists.sr.ht</a>.</small><br/> 70 <small class='copyright'> 71 Content and design by Vincent Demeester 72 (<a rel='licence' href='http://creativecommons.org/licenses/by-nc-sa/3.0/'>Some rights reserved</a>) 73 </small><br /> 74 </footer> 75 </footer> 76 </body> 77 </html>