www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 4a792ef0e45f3f3bfb88bf1ad8967fd241aed7da
parent 4d9635ebce0ab0556660ec6de35debc6b40cc373
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue,  8 Oct 2024 22:04:23 +0200

Update some css/favicon links…

… to work locally (without the need to run anything)

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
M2022/digital-garden.html | 6+++---
M2022/random.html | 6+++---
Mabout.html | 6+++---
Mbash.html | 6+++---
Mbikes.html | 6+++---
Mclojure.html | 24++++++++++++------------
Mcss.html | 24++++++++++++------------
Mcss/2022.css | 392++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mdocumentation.html | 22+++++++++++-----------
Memacs_lisp.html | 6+++---
Memail.html | 6+++---
Mgit.html | 6+++---
Mgit_annex.html | 6+++---
Mgitops.html | 6+++---
Mgo.html | 6+++---
Mindex.html | 6+++---
Dindex.xml | 28----------------------------
Mkubernetes.html | 6+++---
Mprogramming.html | 6+++---
Mpython.html | 6+++---
Mrust.html | 6+++---
Msandbox.html | 6+++---
Msitemap.html | 6+++---
Msre.html | 6+++---
Mssh.html | 6+++---
Atekton/build-your-ci.html | 225+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Mtesting.html | 6+++---
27 files changed, 519 insertions(+), 322 deletions(-)

diff --git a/2022/digital-garden.html b/2022/digital-garden.html @@ -8,9 +8,9 @@ <meta name="author" content="Vincent Demeester" /> <meta name="keywords" content="post" /> <meta name="generator" content="Org Mode" /> -<link rel="stylesheet" type="text/css" href="/css/2022.css" /> -<link rel="stylesheet" type="text/css" href="/css/syntax.css" /> -<link rel='icon' type='image/x-icon' href='/images/favicon.ico'/> +<link rel="stylesheet" type="text/css" href="../css/2022.css" /> +<link rel="stylesheet" type="text/css" href="../css/syntax.css" /> +<link rel='icon' type='image/x-icon' href='../images/favicon.ico'/> <meta name='viewport' content='width=device-width, initial-scale=1'> </head> <body> diff --git a/2022/random.html b/2022/random.html @@ -8,9 +8,9 @@ <meta name="author" content="Vincent Demeester" /> <meta name="keywords" content="post" /> <meta name="generator" content="Org Mode" /> -<link rel="stylesheet" type="text/css" href="/css/2022.css" /> -<link rel="stylesheet" type="text/css" href="/css/syntax.css" /> -<link rel='icon' type='image/x-icon' href='/images/favicon.ico'/> +<link rel="stylesheet" type="text/css" href="../css/2022.css" /> +<link rel="stylesheet" type="text/css" href="../css/syntax.css" /> +<link rel='icon' type='image/x-icon' href='../images/favicon.ico'/> <meta name='viewport' content='width=device-width, initial-scale=1'> </head> <body> diff --git a/about.html b/about.html @@ -8,9 +8,9 @@ <meta name="author" content="Vincent Demeester" /> <meta name="keywords" content="post" /> <meta name="generator" content="Org Mode" /> -<link rel="stylesheet" type="text/css" href="/css/2022.css" /> -<link rel="stylesheet" type="text/css" href="/css/syntax.css" /> -<link rel='icon' type='image/x-icon' href='/images/favicon.ico'/> +<link rel="stylesheet" type="text/css" href="./css/2022.css" /> +<link rel="stylesheet" type="text/css" href="./css/syntax.css" /> +<link rel='icon' type='image/x-icon' href='./images/favicon.ico'/> <meta name='viewport' content='width=device-width, initial-scale=1'> </head> <body> diff --git a/bash.html b/bash.html @@ -8,9 +8,9 @@ <meta name="author" content="Vincent Demeester" /> <meta name="keywords" content="post" /> <meta name="generator" content="Org Mode" /> -<link rel="stylesheet" type="text/css" href="/css/2022.css" /> -<link rel="stylesheet" type="text/css" href="/css/syntax.css" /> -<link rel='icon' type='image/x-icon' href='/images/favicon.ico'/> +<link rel="stylesheet" type="text/css" href="./css/2022.css" /> +<link rel="stylesheet" type="text/css" href="./css/syntax.css" /> +<link rel='icon' type='image/x-icon' href='./images/favicon.ico'/> <meta name='viewport' content='width=device-width, initial-scale=1'> </head> <body> diff --git a/bikes.html b/bikes.html @@ -8,9 +8,9 @@ <meta name="author" content="Vincent Demeester" /> <meta name="keywords" content="post" /> <meta name="generator" content="Org Mode" /> -<link rel="stylesheet" type="text/css" href="/css/2022.css" /> -<link rel="stylesheet" type="text/css" href="/css/syntax.css" /> -<link rel='icon' type='image/x-icon' href='/images/favicon.ico'/> +<link rel="stylesheet" type="text/css" href="./css/2022.css" /> +<link rel="stylesheet" type="text/css" href="./css/syntax.css" /> +<link rel='icon' type='image/x-icon' href='./images/favicon.ico'/> <meta name='viewport' content='width=device-width, initial-scale=1'> </head> <body> diff --git a/clojure.html b/clojure.html @@ -1,17 +1,17 @@ <!DOCTYPE html> <html lang="en"> -<head> -<!-- Sep 03, 2024 --> -<meta charset="utf-8" /> -<meta name="viewport" content="width=device-width, initial-scale=1" /> -<title>Clojure</title> -<meta name="author" content="Vincent Demeester" /> -<meta name="generator" content="Org Mode" /> -<link rel='icon' type='image/x-icon' href='/images/favicon.ico'/> -<meta name='viewport' content='width=device-width, initial-scale=1'> -<link rel='stylesheet' href='/css/2022.css' type='text/css'/> -<link rel='stylesheet' href='/css/syntax.css' type='text/css'/> -<link href='/index.xml' rel='alternate' type='application/rss+xml' title='Vincent Demeester' /> + <head> + <!-- Sep 03, 2024 --> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <title>Clojure</title> + <meta name="author" content="Vincent Demeester" /> + <meta name="generator" content="Org Mode" /> + <meta name='viewport' content='width=device-width, initial-scale=1'> + <link rel='stylesheet' href='/css/2022.css' type='text/css'/> + <link rel='stylesheet' href='/css/syntax.css' type='text/css'/> + <link rel='icon' type='image/x-icon' href='./images/favicon.ico'/> + <link href='/index.xml' rel='alternate' type='application/rss+xml' title='Vincent Demeester' /> </head> <body> <main id="content" class="content"> diff --git a/css.html b/css.html @@ -1,17 +1,17 @@ <!DOCTYPE html> <html lang="en"> -<head> -<!-- Sep 03, 2024 --> -<meta charset="utf-8" /> -<meta name="viewport" content="width=device-width, initial-scale=1" /> -<title>Cascading Style Sheets</title> -<meta name="author" content="Vincent Demeester" /> -<meta name="generator" content="Org Mode" /> -<link rel='icon' type='image/x-icon' href='/images/favicon.ico'/> -<meta name='viewport' content='width=device-width, initial-scale=1'> -<link rel='stylesheet' href='/css/2022.css' type='text/css'/> -<link rel='stylesheet' href='/css/syntax.css' type='text/css'/> -<link href='/index.xml' rel='alternate' type='application/rss+xml' title='Vincent Demeester' /> + <head> + <!-- Sep 03, 2024 --> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <title>Cascading Style Sheets</title> + <meta name="author" content="Vincent Demeester" /> + <meta name="generator" content="Org Mode" /> + <link rel='icon' type='image/x-icon' href='./images/favicon.ico'/> + <meta name='viewport' content='width=device-width, initial-scale=1'> + <link rel='stylesheet' href='./css/2022.css' type='text/css'/> + <link rel='stylesheet' href='./css/syntax.css' type='text/css'/> + <link href='/index.xml' rel='alternate' type='application/rss+xml' title='Vincent Demeester' /> </head> <body> <main id="content" class="content"> diff --git a/css/2022.css b/css/2022.css @@ -3,19 +3,19 @@ with very small personal adjustements. */ :root { - ---font-sans: sans-serif; - ---font-mono: monospace; - ---tx-1: #000000; - ---tx-2: #1A1A1A; + ---font-sans: sans-serif; + ---font-mono: monospace; + ---tx-1: #000000; + ---tx-2: #1A1A1A; ---tx-3: #666666; ---tx-4: #999999; - ---bg-1: #FFFFFF; - ---bg-2: #F6F8FA; - ---bg-3: #E5E7EB; - ---lk-1: #0070F3; - ---lk-2: #0366D6; - ---lk-tx: #FFFFFF; - ---ac-1: #79FFE1; + ---bg-1: #FFFFFF; + ---bg-2: #F6F8FA; + ---bg-3: #E5E7EB; + ---lk-1: #0070F3; + ---lk-2: #0366D6; + ---lk-tx: #FFFFFF; + ---ac-1: #79FFE1; ---ac-tx: #0C4047; --content-box-padding: 0.5rem; @@ -23,26 +23,26 @@ } @media (prefers-color-scheme: dark) { - :root { - ---tx-1: #ffffff; - ---tx-2: #eeeeee; + :root { + ---tx-1: #ffffff; + ---tx-2: #eeeeee; ---tx-3: #cccccc; ---tx-4: #aaaaaa; - ---bg-1: #000000; - ---bg-2: #111111; - ---bg-3: #222222; - ---lk-1: #3291FF; - ---lk-2: #0070F3; - ---lk-tx: #FFFFFF; - ---ac-1: #7928CA; - ---ac-tx: #FFFFFF; - } + ---bg-1: #000000; + ---bg-2: #111111; + ---bg-3: #222222; + ---lk-1: #3291FF; + ---lk-2: #0070F3; + ---lk-tx: #FFFFFF; + ---ac-1: #7928CA; + ---ac-tx: #FFFFFF; + } } * { - /* Reset margins and padding */ - margin: 0; - padding: 0; + /* Reset margins and padding */ + margin: 0; + padding: 0; } address, @@ -75,121 +75,121 @@ table, textarea, ul, video { - /* Margins for most elements */ - margin-bottom: 1rem; + /* Margins for most elements */ + margin-bottom: 1rem; } html,input,select,button { - /* Set body font family and some finicky elements */ - font-family: var(---font-sans); + /* Set body font family and some finicky elements */ + font-family: var(---font-sans); } body { - /* Center body in page */ - margin: 0 auto; - max-width: 70rem; - padding: 2rem; - border-radius: 6px; - overflow-x: hidden; - word-break: break-word; - overflow-wrap: break-word; - background: var(---bg-1); - - /* Main body text */ - color: var(---tx-2); - font-size: 1.03rem; - line-height: 1.5; + /* Center body in page */ + margin: 0 auto; + max-width: 70rem; + padding: 2rem; + border-radius: 6px; + overflow-x: hidden; + word-break: break-word; + overflow-wrap: break-word; + background: var(---bg-1); + + /* Main body text */ + color: var(---tx-2); + font-size: 1.03rem; + line-height: 1.5; } ::selection { - /* Set background color for selected text */ - background: var(---ac-1); - color: var(---ac-tx); + /* Set background color for selected text */ + background: var(---ac-1); + color: var(---ac-tx); } h1,h2,h3,h4,h5,h6 { - line-height: 1; - color: var(---tx-1); - padding-top: .875rem; + line-height: 1; + color: var(---tx-1); + padding-top: .875rem; } h1, h2, h3 { - color: var(---tx-1); - padding-bottom: 2px; - margin-bottom: 8px; - border-bottom: 1px solid var(---bg-2); + color: var(---tx-1); + padding-bottom: 2px; + margin-bottom: 8px; + border-bottom: 1px solid var(---bg-2); } h4, h5, h6 { - margin-bottom: .3rem; + margin-bottom: .3rem; } h1 { - font-size: 2.25rem; + font-size: 2.25rem; } h2 { - font-size: 1.85rem; + font-size: 1.85rem; } h3 { - font-size: 1.55rem; + font-size: 1.55rem; } h4 { - font-size: 1.25rem; + font-size: 1.25rem; } h5 { - font-size: 1rem; + font-size: 1rem; } h6 { - font-size: .875rem; + font-size: .875rem; } a { - color: var(---lk-1); + color: var(---lk-1); } a:hover { - color: var(---lk-2); + color: var(---lk-2); } abbr:hover { - /* Set the '?' cursor while hovering an abbreviation */ - cursor: help; + /* Set the '?' cursor while hovering an abbreviation */ + cursor: help; } blockquote { - padding: 1.5rem; - background: var(---bg-2); - border-left: 5px solid var(---bg-3); + padding: 1.5rem; + background: var(---bg-2); + border-left: 5px solid var(---bg-3); } abbr { - cursor: help; + cursor: help; } blockquote *:last-child { - padding-bottom: 0; - margin-bottom: 0; + padding-bottom: 0; + margin-bottom: 0; } header { - background: var(---bg-2); - border-bottom: 1px solid var(---bg-3); - padding: 1rem 1.5rem; + background: var(---bg-2); + border-bottom: 1px solid var(---bg-3); + padding: 1rem 1.5rem; - /* This sets the right and left margins to cancel out the body's margins. It's width is still the same, but the background stretches across the page's width. */ + /* This sets the right and left margins to cancel out the body's margins. It's width is still the same, but the background stretches across the page's width. */ - margin: -2rem calc(0px - (50vw - 50%)) 2rem; + margin: -2rem calc(0px - (50vw - 50%)) 2rem; - /* Shorthand for: + /* Shorthand for: margin-top: -2rem; margin-bottom: 2rem; @@ -197,8 +197,8 @@ header { margin-left: calc(0px - (50vw - 50%)); margin-right: calc(0px - (50vw - 50%)); */ - padding-left: calc(50vw - 50%); - padding-right: calc(50vw - 50%); + padding-left: calc(50vw - 50%); + padding-right: calc(50vw - 50%); } header img#sitelogo { @@ -209,17 +209,17 @@ header img#sitelogo { header h1, header h2, header h3 { - padding-bottom: 0; - border-bottom: 0; + padding-bottom: 0; + border-bottom: 0; } header > *:first-child { - margin-top: 0; - padding-top: 0; + margin-top: 0; + padding-top: 0; } header > *:last-child { - margin-bottom: 0; + margin-bottom: 0; } a button, @@ -227,19 +227,19 @@ button, input[type="submit"], input[type="reset"], input[type="button"] { - font-size: 1rem; - display: inline-block; - padding: 6px 12px; - text-align: center; - text-decoration: none; - white-space: nowrap; - background: var(---lk-1); - color: var(---lk-tx); - border: 0; - border-radius: 4px; - box-sizing: border-box; - cursor: pointer; - color: var(---lk-tx); + font-size: 1rem; + display: inline-block; + padding: 6px 12px; + text-align: center; + text-decoration: none; + white-space: nowrap; + background: var(---lk-1); + color: var(---lk-tx); + border: 0; + border-radius: 4px; + box-sizing: border-box; + cursor: pointer; + color: var(---lk-tx); } a button[disabled], @@ -247,11 +247,11 @@ button[disabled], input[type="submit"][disabled], input[type="reset"][disabled], input[type="button"][disabled] { - cursor: default; - opacity: .5; + cursor: default; + opacity: .5; - /* Set the [X] cursor while hovering a disabled link */ - cursor: not-allowed; + /* Set the [X] cursor while hovering a disabled link */ + cursor: not-allowed; } .button:focus, @@ -264,199 +264,199 @@ input[type="reset"]:focus, input[type="reset"]:hover, input[type="button"]:focus, input[type="button"]:hover { - background: var(---lk-2); + background: var(---lk-2); } code, pre, kbd, samp { - /* Set the font family for monospaced elements */ - font-family: var(---font-mono); + /* Set the font family for monospaced elements */ + font-family: var(---font-mono); } code, samp, kbd, pre { - /* The main preformatted style. This is changed slightly across different cases. */ - background: var(---bg-2); - border: 1px solid var(---bg-3); - border-radius: 4px; - padding: 3px 6px; + /* The main preformatted style. This is changed slightly across different cases. */ + background: var(---bg-2); + border: 1px solid var(---bg-3); + border-radius: 4px; + padding: 3px 6px; } kbd { - /* Makes the kbd element look like a keyboard key */ - border-bottom: 3px solid var(---bg-3); + /* Makes the kbd element look like a keyboard key */ + border-bottom: 3px solid var(---bg-3); } pre { - padding: 1rem 1.4rem; - max-width: 100%; - overflow: auto; + padding: 1rem 1.4rem; + max-width: 100%; + overflow: auto; } pre.src { - position: relative; + position: relative; } pre.src:before { - /*display: none;*/ - position: absolute; - background-color: var(---bg-3); - /*color: #f3f4f4;*/ - top: 0; - right: 0; - padding: 0.2rem 0.5rem; + /*display: none;*/ + position: absolute; + background-color: var(---bg-3); + /*color: #f3f4f4;*/ + top: 0; + right: 0; + padding: 0.2rem 0.5rem; } pre code { - /* When <code> is in a <pre>, reset it's formatting to blend in */ - background: inherit; - font-size: inherit; - color: inherit; - border: 0; - padding: 0; - margin: 0; + /* When <code> is in a <pre>, reset it's formatting to blend in */ + background: inherit; + font-size: inherit; + color: inherit; + border: 0; + padding: 0; + margin: 0; } code pre { - /* When <pre> is in a <code>, reset it's formatting to blend in */ - display: inline; - background: inherit; - font-size: inherit; - color: inherit; - border: 0; - padding: 0; - margin: 0; + /* When <pre> is in a <code>, reset it's formatting to blend in */ + display: inline; + background: inherit; + font-size: inherit; + color: inherit; + border: 0; + padding: 0; + margin: 0; } details { - /* Make the <details> look more "clickable" */ - padding: .6rem 1rem; - background: var(---bg-2); - border: 1px solid var(---bg-3); - border-radius: 4px; + /* Make the <details> look more "clickable" */ + padding: .6rem 1rem; + background: var(---bg-2); + border: 1px solid var(---bg-3); + border-radius: 4px; } summary { - /* Makes the <summary> look more like a "clickable" link with the pointer cursor */ - cursor: pointer; - font-weight: bold; + /* Makes the <summary> look more like a "clickable" link with the pointer cursor */ + cursor: pointer; + font-weight: bold; } details[open] { - /* Adjust the <details> padding while open */ - padding-bottom: .75rem; + /* Adjust the <details> padding while open */ + padding-bottom: .75rem; } details[open] summary { - /* Adjust the <details> padding while open */ - margin-bottom: 6px; + /* Adjust the <details> padding while open */ + margin-bottom: 6px; } details[open]>*:last-child { - /* Resets the bottom margin of the last element in the <details> while <details> is opened. This prevents double margins/paddings. */ - margin-bottom: 0; + /* Resets the bottom margin of the last element in the <details> while <details> is opened. This prevents double margins/paddings. */ + margin-bottom: 0; } dt { - font-weight: bold; + font-weight: bold; } dd::before { - /* Add an arrow to data table definitions */ - content: '→ '; + /* Add an arrow to data table definitions */ + content: '→ '; } hr { - /* Reset the border of the <hr> separator, then set a better line */ - border: 0; - border-bottom: 1px solid var(---bg-3); - margin: 1rem auto; + /* Reset the border of the <hr> separator, then set a better line */ + border: 0; + border-bottom: 1px solid var(---bg-3); + margin: 1rem auto; } fieldset { - margin-top: 1rem; - padding: 2rem; - border: 1px solid var(---bg-3); - border-radius: 4px; + margin-top: 1rem; + padding: 2rem; + border: 1px solid var(---bg-3); + border-radius: 4px; } legend { - padding: auto .5rem; + padding: auto .5rem; } table { - /* border-collapse sets the table's elements to share borders, rather than floating as separate "boxes". */ - border-collapse: collapse; - width: 100% + /* border-collapse sets the table's elements to share borders, rather than floating as separate "boxes". */ + border-collapse: collapse; + width: 100% } td, th { - border: 1px solid var(---bg-3); - text-align: left; - padding: .5rem; + border: 1px solid var(---bg-3); + text-align: left; + padding: .5rem; } th { - background: var(---bg-2); + background: var(---bg-2); } tr:nth-child(even) { - /* Set every other cell slightly darker. Improves readability. */ - background: var(---bg-2); + /* Set every other cell slightly darker. Improves readability. */ + background: var(---bg-2); } table caption { - font-weight: bold; - margin-bottom: .5rem; + font-weight: bold; + margin-bottom: .5rem; } textarea { - /* Don't let the <textarea> extend off the screen naturally or when dragged by the user */ - max-width: 100%; + /* Don't let the <textarea> extend off the screen naturally or when dragged by the user */ + max-width: 100%; } ol, ul { - /* Replace the browser default padding */ - padding-left: 2rem; + /* Replace the browser default padding */ + padding-left: 2rem; } li { - margin-top: .4rem; + margin-top: .4rem; } ul ul, ol ul, ul ol, ol ol { - margin-bottom: 0; + margin-bottom: 0; } mark { - padding: 3px 6px; - background: var(---ac-1); - color: var(---ac-tx); + padding: 3px 6px; + background: var(---ac-1); + color: var(---ac-tx); } textarea, select, input { - padding: 6px 12px; - margin-bottom: .5rem; - background: var(---bg-2); - color: var(---tx-2); - border: 1px solid var(---bg-3); - border-radius: 4px; - box-shadow: none; - box-sizing: border-box; + padding: 6px 12px; + margin-bottom: .5rem; + background: var(---bg-2); + color: var(---tx-2); + border: 1px solid var(---bg-3); + border-radius: 4px; + box-shadow: none; + box-sizing: border-box; } img { - max-width: 100%; + max-width: 100%; } aside { @@ -474,8 +474,8 @@ aside { } aside code { - background: var(---bg-3); - border: 1px solid var(---bg-4); + background: var(---bg-3); + border: 1px solid var(---bg-4); } figure figcaption { @@ -579,8 +579,8 @@ div.drawer.results pre { border: 0; } div.drawer.results pre.src:before { - background-color: #eee; - color: #555; + background-color: #eee; + color: #555; } .tag { diff --git a/documentation.html b/documentation.html @@ -1,16 +1,16 @@ <!DOCTYPE html> <html lang="en"> -<head> -<!-- Sep 03, 2024 --> -<meta charset="utf-8" /> -<meta name="viewport" content="width=device-width, initial-scale=1" /> -<title>Documentation</title> -<meta name="author" content="Vincent Demeester" /> -<meta name="generator" content="Org Mode" /> -<link rel='icon' type='image/x-icon' href='/images/favicon.ico'/> -<meta name='viewport' content='width=device-width, initial-scale=1'> -<link rel='stylesheet' href='/css/2022.css' type='text/css'/> -<link rel='stylesheet' href='/css/syntax.css' type='text/css'/> + <head> + <!-- Sep 03, 2024 --> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <title>Documentation</title> + <meta name="author" content="Vincent Demeester" /> + <meta name="generator" content="Org Mode" /> + <link rel='icon' type='image/x-icon' href='./images/favicon.ico'/> + <meta name='viewport' content='width=device-width, initial-scale=1'> +<link rel='stylesheet' href='./css/2022.css' type='text/css'/> +<link rel='stylesheet' href='./css/syntax.css' type='text/css'/> <link href='/index.xml' rel='alternate' type='application/rss+xml' title='Vincent Demeester' /> </head> <body> diff --git a/emacs_lisp.html b/emacs_lisp.html @@ -8,9 +8,9 @@ <meta name="author" content="Vincent Demeester" /> <meta name="keywords" content="post" /> <meta name="generator" content="Org Mode" /> -<link rel="stylesheet" type="text/css" href="/css/2022.css" /> -<link rel="stylesheet" type="text/css" href="/css/syntax.css" /> -<link rel='icon' type='image/x-icon' href='/images/favicon.ico'/> +<link rel="stylesheet" type="text/css" href="./css/2022.css" /> +<link rel="stylesheet" type="text/css" href="./css/syntax.css" /> +<link rel='icon' type='image/x-icon' href='./images/favicon.ico'/> <meta name='viewport' content='width=device-width, initial-scale=1'> </head> <body> diff --git a/email.html b/email.html @@ -8,9 +8,9 @@ <meta name="author" content="Vincent Demeester" /> <meta name="keywords" content="post" /> <meta name="generator" content="Org Mode" /> -<link rel="stylesheet" type="text/css" href="/css/2022.css" /> -<link rel="stylesheet" type="text/css" href="/css/syntax.css" /> -<link rel='icon' type='image/x-icon' href='/images/favicon.ico'/> +<link rel="stylesheet" type="text/css" href="./css/2022.css" /> +<link rel="stylesheet" type="text/css" href="./css/syntax.css" /> +<link rel='icon' type='image/x-icon' href='./images/favicon.ico'/> <meta name='viewport' content='width=device-width, initial-scale=1'> </head> <body> diff --git a/git.html b/git.html @@ -8,9 +8,9 @@ <meta name="author" content="Vincent Demeester" /> <meta name="keywords" content="post" /> <meta name="generator" content="Org Mode" /> -<link rel="stylesheet" type="text/css" href="/css/2022.css" /> -<link rel="stylesheet" type="text/css" href="/css/syntax.css" /> -<link rel='icon' type='image/x-icon' href='/images/favicon.ico'/> +<link rel="stylesheet" type="text/css" href="./css/2022.css" /> +<link rel="stylesheet" type="text/css" href="./css/syntax.css" /> +<link rel='icon' type='image/x-icon' href='./images/favicon.ico'/> <meta name='viewport' content='width=device-width, initial-scale=1'> </head> <body> diff --git a/git_annex.html b/git_annex.html @@ -8,9 +8,9 @@ <meta name="author" content="Vincent Demeester" /> <meta name="keywords" content="post" /> <meta name="generator" content="Org Mode" /> -<link rel="stylesheet" type="text/css" href="/css/2022.css" /> -<link rel="stylesheet" type="text/css" href="/css/syntax.css" /> -<link rel='icon' type='image/x-icon' href='/images/favicon.ico'/> +<link rel="stylesheet" type="text/css" href="./css/2022.css" /> +<link rel="stylesheet" type="text/css" href="./css/syntax.css" /> +<link rel='icon' type='image/x-icon' href='./images/favicon.ico'/> <meta name='viewport' content='width=device-width, initial-scale=1'> </head> <body> diff --git a/gitops.html b/gitops.html @@ -8,9 +8,9 @@ <meta name="author" content="Vincent Demeester" /> <meta name="keywords" content="post" /> <meta name="generator" content="Org Mode" /> -<link rel="stylesheet" type="text/css" href="/css/2022.css" /> -<link rel="stylesheet" type="text/css" href="/css/syntax.css" /> -<link rel='icon' type='image/x-icon' href='/images/favicon.ico'/> +<link rel="stylesheet" type="text/css" href="./css/2022.css" /> +<link rel="stylesheet" type="text/css" href="./css/syntax.css" /> +<link rel='icon' type='image/x-icon' href='./images/favicon.ico'/> <meta name='viewport' content='width=device-width, initial-scale=1'> </head> <body> diff --git a/go.html b/go.html @@ -8,9 +8,9 @@ <meta name="author" content="Vincent Demeester" /> <meta name="keywords" content="post" /> <meta name="generator" content="Org Mode" /> -<link rel="stylesheet" type="text/css" href="/css/2022.css" /> -<link rel="stylesheet" type="text/css" href="/css/syntax.css" /> -<link rel='icon' type='image/x-icon' href='/images/favicon.ico'/> +<link rel="stylesheet" type="text/css" href="./css/2022.css" /> +<link rel="stylesheet" type="text/css" href="./css/syntax.css" /> +<link rel='icon' type='image/x-icon' href='./images/favicon.ico'/> <meta name='viewport' content='width=device-width, initial-scale=1'> </head> <body> diff --git a/index.html b/index.html @@ -8,9 +8,9 @@ <meta name="author" content="Vincent Demeester" /> <meta name="keywords" content="post" /> <meta name="generator" content="Org Mode" /> -<link rel="stylesheet" type="text/css" href="/css/2022.css" /> -<link rel="stylesheet" type="text/css" href="/css/syntax.css" /> -<link rel='icon' type='image/x-icon' href='/images/favicon.ico'/> +<link rel="stylesheet" type="text/css" href="./css/2022.css" /> +<link rel="stylesheet" type="text/css" href="./css/syntax.css" /> +<link rel='icon' type='image/x-icon' href='./images/favicon.ico'/> <meta name='viewport' content='width=device-width, initial-scale=1'> </head> <body> diff --git a/index.xml b/index.xml @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="utf-8-unix"?> -<rss version="2.0" - xmlns:content="http://purl.org/rss/1.0/modules/content/" - xmlns:wfw="http://wellformedweb.org/CommentAPI/" - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:atom="http://www.w3.org/2005/Atom" - xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" - xmlns:slash="http://purl.org/rss/1.0/modules/slash/" - xmlns:georss="http://www.georss.org/georss" - xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" - xmlns:media="http://search.yahoo.com/mrss/"><channel> - <title>(Posts)</title> - <atom:link href="https://vincent.demeester.fr/index.xml" rel="self" type="application/rss+xml" /> - <link>https://vincent.demeester.fr/</link> - <description><![CDATA[]]></description> - <language>en</language> - <pubDate>Tue, 03 Sep 2024 23:14:27 +0200</pubDate> - <lastBuildDate>Tue, 03 Sep 2024 23:14:27 +0200</lastBuildDate> - <generator>Emacs 29.4 Org-mode 9.7.11</generator> - <webMaster>t (Vincent Demeester)</webMaster> - <image> - <url>http://orgmode.org/img/org-mode-unicorn-logo.png</url> - <title>(Posts)</title> - <link>https://vincent.demeester.fr/</link> - </image> - -</channel> -</rss> diff --git a/kubernetes.html b/kubernetes.html @@ -8,9 +8,9 @@ <meta name="author" content="Vincent Demeester" /> <meta name="keywords" content="post" /> <meta name="generator" content="Org Mode" /> -<link rel="stylesheet" type="text/css" href="/css/2022.css" /> -<link rel="stylesheet" type="text/css" href="/css/syntax.css" /> -<link rel='icon' type='image/x-icon' href='/images/favicon.ico'/> +<link rel="stylesheet" type="text/css" href="./css/2022.css" /> +<link rel="stylesheet" type="text/css" href="./css/syntax.css" /> +<link rel='icon' type='image/x-icon' href='./images/favicon.ico'/> <meta name='viewport' content='width=device-width, initial-scale=1'> </head> <body> diff --git a/programming.html b/programming.html @@ -8,9 +8,9 @@ <meta name="author" content="Vincent Demeester" /> <meta name="keywords" content="post" /> <meta name="generator" content="Org Mode" /> -<link rel="stylesheet" type="text/css" href="/css/2022.css" /> -<link rel="stylesheet" type="text/css" href="/css/syntax.css" /> -<link rel='icon' type='image/x-icon' href='/images/favicon.ico'/> +<link rel="stylesheet" type="text/css" href="./css/2022.css" /> +<link rel="stylesheet" type="text/css" href="./css/syntax.css" /> +<link rel='icon' type='image/x-icon' href='./images/favicon.ico'/> <meta name='viewport' content='width=device-width, initial-scale=1'> </head> <body> diff --git a/python.html b/python.html @@ -8,9 +8,9 @@ <meta name="author" content="Vincent Demeester" /> <meta name="keywords" content="post" /> <meta name="generator" content="Org Mode" /> -<link rel="stylesheet" type="text/css" href="/css/2022.css" /> -<link rel="stylesheet" type="text/css" href="/css/syntax.css" /> -<link rel='icon' type='image/x-icon' href='/images/favicon.ico'/> +<link rel="stylesheet" type="text/css" href="./css/2022.css" /> +<link rel="stylesheet" type="text/css" href="./css/syntax.css" /> +<link rel='icon' type='image/x-icon' href='./images/favicon.ico'/> <meta name='viewport' content='width=device-width, initial-scale=1'> </head> <body> diff --git a/rust.html b/rust.html @@ -8,9 +8,9 @@ <meta name="author" content="Vincent Demeester" /> <meta name="keywords" content="post" /> <meta name="generator" content="Org Mode" /> -<link rel="stylesheet" type="text/css" href="/css/2022.css" /> -<link rel="stylesheet" type="text/css" href="/css/syntax.css" /> -<link rel='icon' type='image/x-icon' href='/images/favicon.ico'/> +<link rel="stylesheet" type="text/css" href="./css/2022.css" /> +<link rel="stylesheet" type="text/css" href="./css/syntax.css" /> +<link rel='icon' type='image/x-icon' href='./images/favicon.ico'/> <meta name='viewport' content='width=device-width, initial-scale=1'> </head> <body> diff --git a/sandbox.html b/sandbox.html @@ -8,9 +8,9 @@ <meta name="author" content="Vincent Demeester" /> <meta name="keywords" content="post" /> <meta name="generator" content="Org Mode" /> -<link rel="stylesheet" type="text/css" href="/css/2022.css" /> -<link rel="stylesheet" type="text/css" href="/css/syntax.css" /> -<link rel='icon' type='image/x-icon' href='/images/favicon.ico'/> +<link rel="stylesheet" type="text/css" href="./css/2022.css" /> +<link rel="stylesheet" type="text/css" href="./css/syntax.css" /> +<link rel='icon' type='image/x-icon' href='./images/favicon.ico'/> <meta name='viewport' content='width=device-width, initial-scale=1'> <script> window.MathJax = { diff --git a/sitemap.html b/sitemap.html @@ -7,10 +7,10 @@ <title>Sitemap</title> <meta name="author" content="Vincent Demeester" /> <meta name="generator" content="Org Mode" /> -<link rel='icon' type='image/x-icon' href='/images/favicon.ico'/> +<link rel='icon' type='image/x-icon' href='./images/favicon.ico'/> <meta name='viewport' content='width=device-width, initial-scale=1'> -<link rel='stylesheet' href='/css/2022.css' type='text/css'/> -<link rel='stylesheet' href='/css/syntax.css' type='text/css'/> +<link rel='stylesheet' href='./css/2022.css' type='text/css'/> +<link rel='stylesheet' href='./css/syntax.css' type='text/css'/> <link href='/index.xml' rel='alternate' type='application/rss+xml' title='Vincent Demeester' /> </head> <body> diff --git a/sre.html b/sre.html @@ -7,10 +7,10 @@ <title>Site Reliability Engineering</title> <meta name="author" content="Vincent Demeester" /> <meta name="generator" content="Org Mode" /> -<link rel='icon' type='image/x-icon' href='/images/favicon.ico'/> +<link rel='icon' type='image/x-icon' href='./images/favicon.ico'/> <meta name='viewport' content='width=device-width, initial-scale=1'> -<link rel='stylesheet' href='/css/2022.css' type='text/css'/> -<link rel='stylesheet' href='/css/syntax.css' type='text/css'/> +<link rel='stylesheet' href='./css/2022.css' type='text/css'/> +<link rel='stylesheet' href='./css/syntax.css' type='text/css'/> <link href='/index.xml' rel='alternate' type='application/rss+xml' title='Vincent Demeester' /> </head> <body> diff --git a/ssh.html b/ssh.html @@ -8,9 +8,9 @@ <meta name="author" content="Vincent Demeester" /> <meta name="keywords" content="post" /> <meta name="generator" content="Org Mode" /> -<link rel="stylesheet" type="text/css" href="/css/2022.css" /> -<link rel="stylesheet" type="text/css" href="/css/syntax.css" /> -<link rel='icon' type='image/x-icon' href='/images/favicon.ico'/> +<link rel="stylesheet" type="text/css" href="./css/2022.css" /> +<link rel="stylesheet" type="text/css" href="./css/syntax.css" /> +<link rel='icon' type='image/x-icon' href='./images/favicon.ico'/> <meta name='viewport' content='width=device-width, initial-scale=1'> </head> <body> diff --git a/tekton/build-your-ci.html b/tekton/build-your-ci.html @@ -0,0 +1,225 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> +<head> +<!-- 2024-10-08 Tue 17:05 --> +<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> +<meta name="viewport" content="width=device-width, initial-scale=1" /> +<title>Build your CI with Tekton</title> +<meta name="author" content="Vincent Demeester" /> +<meta name="generator" content="Org Mode" /> +<style type="text/css"> + #content { max-width: 60em; margin: auto; } + .title { text-align: center; + margin-bottom: .2em; } + .subtitle { text-align: center; + font-size: medium; + font-weight: bold; + margin-top:0; } + .todo { font-family: monospace; color: red; } + .done { font-family: monospace; color: green; } + .priority { font-family: monospace; color: orange; } + .tag { background-color: #eee; font-family: monospace; + padding: 2px; font-size: 80%; font-weight: normal; } + .timestamp { color: #bebebe; } + .timestamp-kwd { color: #5f9ea0; } + .org-right { margin-left: auto; margin-right: 0px; text-align: right; } + .org-left { margin-left: 0px; margin-right: auto; text-align: left; } + .org-center { margin-left: auto; margin-right: auto; text-align: center; } + .underline { text-decoration: underline; } + #postamble p, #preamble p { font-size: 90%; margin: .2em; } + p.verse { margin-left: 3%; } + pre { + border: 1px solid #e6e6e6; + border-radius: 3px; + background-color: #f2f2f2; + padding: 8pt; + font-family: monospace; + overflow: auto; + margin: 1.2em; + } + pre.src { + position: relative; + overflow: auto; + } + pre.src:before { + display: none; + position: absolute; + top: -8px; + right: 12px; + padding: 3px; + color: #555; + background-color: #f2f2f299; + } + pre.src:hover:before { display: inline; margin-top: 14px;} + /* Languages per Org manual */ + pre.src-asymptote:before { content: 'Asymptote'; } + pre.src-awk:before { content: 'Awk'; } + pre.src-authinfo::before { content: 'Authinfo'; } + pre.src-C:before { content: 'C'; } + /* pre.src-C++ doesn't work in CSS */ + pre.src-clojure:before { content: 'Clojure'; } + pre.src-css:before { content: 'CSS'; } + pre.src-D:before { content: 'D'; } + pre.src-ditaa:before { content: 'ditaa'; } + pre.src-dot:before { content: 'Graphviz'; } + pre.src-calc:before { content: 'Emacs Calc'; } + pre.src-emacs-lisp:before { content: 'Emacs Lisp'; } + pre.src-fortran:before { content: 'Fortran'; } + pre.src-gnuplot:before { content: 'gnuplot'; } + pre.src-haskell:before { content: 'Haskell'; } + pre.src-hledger:before { content: 'hledger'; } + pre.src-java:before { content: 'Java'; } + pre.src-js:before { content: 'Javascript'; } + pre.src-latex:before { content: 'LaTeX'; } + pre.src-ledger:before { content: 'Ledger'; } + pre.src-lisp:before { content: 'Lisp'; } + pre.src-lilypond:before { content: 'Lilypond'; } + pre.src-lua:before { content: 'Lua'; } + pre.src-matlab:before { content: 'MATLAB'; } + pre.src-mscgen:before { content: 'Mscgen'; } + pre.src-ocaml:before { content: 'Objective Caml'; } + pre.src-octave:before { content: 'Octave'; } + pre.src-org:before { content: 'Org mode'; } + pre.src-oz:before { content: 'OZ'; } + pre.src-plantuml:before { content: 'Plantuml'; } + pre.src-processing:before { content: 'Processing.js'; } + pre.src-python:before { content: 'Python'; } + pre.src-R:before { content: 'R'; } + pre.src-ruby:before { content: 'Ruby'; } + pre.src-sass:before { content: 'Sass'; } + pre.src-scheme:before { content: 'Scheme'; } + pre.src-screen:before { content: 'Gnu Screen'; } + pre.src-sed:before { content: 'Sed'; } + pre.src-sh:before { content: 'shell'; } + pre.src-sql:before { content: 'SQL'; } + pre.src-sqlite:before { content: 'SQLite'; } + /* additional languages in org.el's org-babel-load-languages alist */ + pre.src-forth:before { content: 'Forth'; } + pre.src-io:before { content: 'IO'; } + pre.src-J:before { content: 'J'; } + pre.src-makefile:before { content: 'Makefile'; } + pre.src-maxima:before { content: 'Maxima'; } + pre.src-perl:before { content: 'Perl'; } + pre.src-picolisp:before { content: 'Pico Lisp'; } + pre.src-scala:before { content: 'Scala'; } + pre.src-shell:before { content: 'Shell Script'; } + pre.src-ebnf2ps:before { content: 'ebfn2ps'; } + /* additional language identifiers per "defun org-babel-execute" + in ob-*.el */ + pre.src-cpp:before { content: 'C++'; } + pre.src-abc:before { content: 'ABC'; } + pre.src-coq:before { content: 'Coq'; } + pre.src-groovy:before { content: 'Groovy'; } + /* additional language identifiers from org-babel-shell-names in + ob-shell.el: ob-shell is the only babel language using a lambda to put + the execution function name together. */ + pre.src-bash:before { content: 'bash'; } + pre.src-csh:before { content: 'csh'; } + pre.src-ash:before { content: 'ash'; } + pre.src-dash:before { content: 'dash'; } + pre.src-ksh:before { content: 'ksh'; } + pre.src-mksh:before { content: 'mksh'; } + pre.src-posh:before { content: 'posh'; } + /* Additional Emacs modes also supported by the LaTeX listings package */ + pre.src-ada:before { content: 'Ada'; } + pre.src-asm:before { content: 'Assembler'; } + pre.src-caml:before { content: 'Caml'; } + pre.src-delphi:before { content: 'Delphi'; } + pre.src-html:before { content: 'HTML'; } + pre.src-idl:before { content: 'IDL'; } + pre.src-mercury:before { content: 'Mercury'; } + pre.src-metapost:before { content: 'MetaPost'; } + pre.src-modula-2:before { content: 'Modula-2'; } + pre.src-pascal:before { content: 'Pascal'; } + pre.src-ps:before { content: 'PostScript'; } + pre.src-prolog:before { content: 'Prolog'; } + pre.src-simula:before { content: 'Simula'; } + pre.src-tcl:before { content: 'tcl'; } + pre.src-tex:before { content: 'TeX'; } + pre.src-plain-tex:before { content: 'Plain TeX'; } + pre.src-verilog:before { content: 'Verilog'; } + pre.src-vhdl:before { content: 'VHDL'; } + pre.src-xml:before { content: 'XML'; } + pre.src-nxml:before { content: 'XML'; } + /* add a generic configuration mode; LaTeX export needs an additional + (add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */ + pre.src-conf:before { content: 'Configuration File'; } + + table { border-collapse:collapse; } + caption.t-above { caption-side: top; } + caption.t-bottom { caption-side: bottom; } + td, th { vertical-align:top; } + th.org-right { text-align: center; } + th.org-left { text-align: center; } + th.org-center { text-align: center; } + td.org-right { text-align: right; } + td.org-left { text-align: left; } + td.org-center { text-align: center; } + dt { font-weight: bold; } + .footpara { display: inline; } + .footdef { margin-bottom: 1em; } + .figure { padding: 1em; } + .figure p { text-align: center; } + .equation-container { + display: table; + text-align: center; + width: 100%; + } + .equation { + vertical-align: middle; + } + .equation-label { + display: table-cell; + text-align: right; + vertical-align: middle; + } + .inlinetask { + padding: 10px; + border: 2px solid gray; + margin: 10px; + background: #ffffcc; + } + #org-div-home-and-up + { text-align: right; font-size: 70%; white-space: nowrap; } + textarea { overflow-x: auto; } + .linenr { font-size: smaller } + .code-highlighted { background-color: #ffff00; } + .org-info-js_info-navigation { border-style: none; } + #org-info-js_console-label + { font-size: 10px; font-weight: bold; white-space: nowrap; } + .org-info-js_search-highlight + { background-color: #ffff00; color: #000000; font-weight: bold; } + .org-svg { } +</style> +</head> +<body> +<div id="content" class="content"> +<h1 class="title">Build your CI with Tekton</h1> +<div id="table-of-contents" role="doc-toc"> +<h2>Table of Contents</h2> +<div id="text-table-of-contents" role="doc-toc"> +<ul> +<li><a href="#orgd4d9db1">1. <span class="todo TODO">TODO</span> Introduction</a></li> +<li><a href="#org1d5da57">2. <span class="todo TODO">TODO</span> Handling concurrency</a></li> +</ul> +</div> +</div> +<div id="outline-container-orgd4d9db1" class="outline-2"> +<h2 id="orgd4d9db1"><span class="section-number-2">1.</span> <span class="todo TODO">TODO</span> Introduction</h2> +</div> + + +<div id="outline-container-org1d5da57" class="outline-2"> +<h2 id="org1d5da57"><span class="section-number-2">2.</span> <span class="todo TODO">TODO</span> Handling concurrency</h2> +</div> +</div> +<div id="postamble" class="status"> +<p class="date">Date: 2024-10-08 Tue 16:45</p> +<p class="author">Author: Vincent Demeester</p> +<p class="date">Created: 2024-10-08 Tue 17:05</p> +<p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p> +</div> +</body> +</html> diff --git a/testing.html b/testing.html @@ -8,9 +8,9 @@ <meta name="author" content="Vincent Demeester" /> <meta name="keywords" content="post" /> <meta name="generator" content="Org Mode" /> -<link rel="stylesheet" type="text/css" href="/css/2022.css" /> -<link rel="stylesheet" type="text/css" href="/css/syntax.css" /> -<link rel='icon' type='image/x-icon' href='/images/favicon.ico'/> +<link rel="stylesheet" type="text/css" href="./css/2022.css" /> +<link rel="stylesheet" type="text/css" href="./css/syntax.css" /> +<link rel='icon' type='image/x-icon' href='./images/favicon.ico'/> <meta name='viewport' content='width=device-width, initial-scale=1'> </head> <body>