summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--README.txt13
-rw-r--r--asymmetry.md56
-rw-r--r--asymmetry.pdfbin0 -> 299226 bytes
-rw-r--r--asymmetry1s.JPGbin0 -> 222276 bytes
-rw-r--r--asymmetry4s.JPGbin0 -> 164889 bytes
-rw-r--r--asymmetry7s.JPGbin0 -> 169036 bytes
-rw-r--r--asymmetry8s.JPGbin0 -> 182073 bytes
-rwxr-xr-xbuild.sh22
-rw-r--r--default.html569
-rwxr-xr-xdeploy.sh2
-rw-r--r--email.pngbin0 -> 1928 bytes
-rw-r--r--favicon/android-chrome-192x192.pngbin0 -> 1014 bytes
-rw-r--r--favicon/android-chrome-512x512.pngbin0 -> 5627 bytes
-rw-r--r--favicon/apple-touch-icon.pngbin0 -> 924 bytes
-rw-r--r--favicon/favicon-16x16.pngbin0 -> 89 bytes
-rw-r--r--favicon/favicon-32x32.pngbin0 -> 107 bytes
-rw-r--r--favicon/favicon.icobin0 -> 15406 bytes
-rw-r--r--favicon/site.webmanifest1
-rw-r--r--index.md27
-rw-r--r--robots.txt73
-rw-r--r--style.css32
-rw-r--r--white_rabbit_by_le_marteau_reveur.pngbin0 -> 5174 bytes
23 files changed, 297 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..bd139de
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*bak
+*html
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..4c10ad6
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,13 @@
+This is a very simple static site generator.
+
+This is a fork from a static site generator put together by william.
+
+To use it:
+
+- clone this repository
+- edit the file index.md
+- update index.html by running:
+
+ ./build index.md
+
+This README is probably not enough to use this site generator, so please email me your questions if you are trying to use it.
diff --git a/asymmetry.md b/asymmetry.md
new file mode 100644
index 0000000..6c7f1ba
--- /dev/null
+++ b/asymmetry.md
@@ -0,0 +1,56 @@
+---
+lang: en
+---
+
+<!--![](white_rabbit_by_le_marteau_reveur.png)-->
+![](white_rabbit_by_le_marteau_reveur.png)
+
+<br />
+
+## *Asymmetry, heteronomy, delegation: what happens when our self-reliance in fact relies on technological providers?*, Roman Philip, 2025
+
+**OUT OF PRINT**
+
+The essay is printed on Metapaper Rough Warmwhite 90 grams per square meter using RISO Ink blue on a RISO MZ1070E printer and is bounded in Berlin, Germany.
+
+It's an A6 format.
+
+It weights 19 grams.
+
+**Price: 10 euros/dollars**
+
+Shipping cost is included in the price.
+
+I ship from Berlin, Germany.
+
+To order, send an email to ![](email.png) --- including your shipping address.
+
+Once I've received an email with your shipping address, I'll send the essay and the payment details.
+
+You can pay by cash, bank transfer, bitcoin or monero.
+
+You can also buy the pdf if you prefer. You'll find the pdf [there](/asymmetry.pdf); I'll let you take care of the payment yourself. The payment information is in the pdf file, page 23. If you have questions, let me know.
+
+I can also compile an epub for you, send me an email to ask.
+
+When you buy this essay, you also support the research I do independently (from universities or any other institutions) and distributed under a copyleft license i.e. BY-SA. If you have questions about the research I conduct, email me.
+
+<br />
+
+![cover page](asymmetry1s.JPG)
+![imprint](asymmetry4s.JPG)
+![title](asymmetry7s.JPG)
+![booklet](asymmetry8s.JPG)
+
+To receive an email when the next publications is out, you can sign up on [this page](https://lists.yctct.com/wws/subscribe/updates?previous_action=info)
+
+ <p xmlns:cc="http://creativecommons.org/ns#" >This page </a> is licensed under <a href="http://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-SA 4.0<img style="height:16px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:16px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"><img style="height:16px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1"></a></p>
+
+Photos credit: DBL
+
+Image credit: *white rabbit* by le marteau rêveur.
+
+Data collection policy: no cloudfare, no captcha, no analytics, no social media pixels, no cookies.
+
+
+
diff --git a/asymmetry.pdf b/asymmetry.pdf
new file mode 100644
index 0000000..807ed4b
--- /dev/null
+++ b/asymmetry.pdf
Binary files differ
diff --git a/asymmetry1s.JPG b/asymmetry1s.JPG
new file mode 100644
index 0000000..e4faada
--- /dev/null
+++ b/asymmetry1s.JPG
Binary files differ
diff --git a/asymmetry4s.JPG b/asymmetry4s.JPG
new file mode 100644
index 0000000..4746f9f
--- /dev/null
+++ b/asymmetry4s.JPG
Binary files differ
diff --git a/asymmetry7s.JPG b/asymmetry7s.JPG
new file mode 100644
index 0000000..51bc635
--- /dev/null
+++ b/asymmetry7s.JPG
Binary files differ
diff --git a/asymmetry8s.JPG b/asymmetry8s.JPG
new file mode 100644
index 0000000..8c599bf
--- /dev/null
+++ b/asymmetry8s.JPG
Binary files differ
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..281ea19
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,22 @@
+#!/bin/bash
+echo Welcome to the markdown to html converter.
+markdown_file="$1"
+echo file is "$markdown_file"
+
+if [[ -z "$markdown_file" ]]; then
+ printf "Usage: %s <markdown_file>\n" "$0"
+ exit 1
+ fi
+
+ output_file="${markdown_file%%.*}.html"
+
+ pandoc "$markdown_file" -f markdown+hard_line_breaks \
+ -t html5 -H "header.html" \
+ --template="default.html5" \
+ -o "$output_file" --verbose --highlight-style=breezedark
+
+
+ printf "markdown_file: %s\n" "$markdown_file"
+ printf "output_file: %s\n" "$output_file"
+
+ echo We did it capitan, we converted to html.
diff --git a/default.html5 b/default.html5
new file mode 100644
index 0000000..cde9e90
--- /dev/null
+++ b/default.html5
@@ -0,0 +1,69 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="$lang$" xml:lang="$lang$"$if(dir)$ dir="$dir$"$endif$>
+<head>
+ <meta charset="utf-8" />
+ <meta name="generator" content="pandoc" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
+$for(author-meta)$
+ <meta name="author" content="$author-meta$" />
+$endfor$
+$if(date-meta)$
+ <meta name="dcterms.date" content="$date-meta$" />
+$endif$
+$if(keywords)$
+ <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
+$endif$
+$if(description-meta)$
+ <meta name="description" content="$description-meta$" />
+$endif$
+ <style>
+ $styles.html()$
+ </style>
+$for(css)$
+ <link rel="stylesheet" href="$css$" />
+$endfor$
+$for(header-includes)$
+ $header-includes$
+$endfor$
+$if(math)$
+ $math$
+$endif$
+</head>
+<body>
+$for(include-before)$
+$include-before$
+$endfor$
+$if(title)$
+<header id="title-block-header">
+<h1 class="title">$title$</h1>
+$if(subtitle)$
+<p class="subtitle">$subtitle$</p>
+$endif$
+$for(author)$
+<p class="author">$author$</p>
+$endfor$
+$if(date)$
+<p class="date">$date$</p>
+$endif$
+$if(abstract)$
+<div class="abstract">
+<div class="abstract-title">$abstract-title$</div>
+$abstract$
+</div>
+$endif$
+</header>
+$endif$
+$if(toc)$
+<nav id="$idprefix$TOC" role="doc-toc">
+$if(toc-title)$
+<h2 id="$idprefix$toc-title">$toc-title$</h2>
+$endif$
+$table-of-contents$
+</nav>
+$endif$
+$body$
+$for(include-after)$
+$include-after$
+$endfor$
+</body>
+</html>
diff --git a/deploy.sh b/deploy.sh
new file mode 100755
index 0000000..41b0ba9
--- /dev/null
+++ b/deploy.sh
@@ -0,0 +1,2 @@
+#!/usr/bin/env bash
+rsync index.html style.css robots.txt "$@" root@93.95.229.191:/var/www/pub.yctct.com
diff --git a/email.png b/email.png
new file mode 100644
index 0000000..d55c5c4
--- /dev/null
+++ b/email.png
Binary files differ
diff --git a/favicon/android-chrome-192x192.png b/favicon/android-chrome-192x192.png
new file mode 100644
index 0000000..d84c565
--- /dev/null
+++ b/favicon/android-chrome-192x192.png
Binary files differ
diff --git a/favicon/android-chrome-512x512.png b/favicon/android-chrome-512x512.png
new file mode 100644
index 0000000..cd2ced6
--- /dev/null
+++ b/favicon/android-chrome-512x512.png
Binary files differ
diff --git a/favicon/apple-touch-icon.png b/favicon/apple-touch-icon.png
new file mode 100644
index 0000000..74ff998
--- /dev/null
+++ b/favicon/apple-touch-icon.png
Binary files differ
diff --git a/favicon/favicon-16x16.png b/favicon/favicon-16x16.png
new file mode 100644
index 0000000..a228cef
--- /dev/null
+++ b/favicon/favicon-16x16.png
Binary files differ
diff --git a/favicon/favicon-32x32.png b/favicon/favicon-32x32.png
new file mode 100644
index 0000000..f655607
--- /dev/null
+++ b/favicon/favicon-32x32.png
Binary files differ
diff --git a/favicon/favicon.ico b/favicon/favicon.ico
new file mode 100644
index 0000000..77379ea
--- /dev/null
+++ b/favicon/favicon.ico
Binary files differ
diff --git a/favicon/site.webmanifest b/favicon/site.webmanifest
new file mode 100644
index 0000000..45dc8a2
--- /dev/null
+++ b/favicon/site.webmanifest
@@ -0,0 +1 @@
+{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file
diff --git a/index.md b/index.md
new file mode 100644
index 0000000..04c73f1
--- /dev/null
+++ b/index.md
@@ -0,0 +1,27 @@
+---
+lang: en
+---
+
+<!--![](white_rabbit_by_le_marteau_reveur.png)-->
+![](white_rabbit_by_le_marteau_reveur.png)
+
+<br />
+
+Past publications
+----------
+
+- [[*Asymmetry, heteronomy, delegation: what happens when our self-reliance in fact relies on technological providers?*, Roman Philip, 2025](/asymmetry.html)] OUT OF PRINT
+
+Next publications
+-----------
+
+To receive an email when the next publications is out, you can sign up on [this page](https://lists.yctct.com/wws/subscribe/updates?previous_action=info)
+
+ <p xmlns:cc="http://creativecommons.org/ns#" >This page </a> is licensed under <a href="http://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-SA 4.0<img style="height:16px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:16px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"><img style="height:16px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1"></a></p>
+
+Image credit: *white rabbit* by le marteau rêveur.
+
+Data collection policy: no cloudfare, no captcha, no analytics, no social media pixels, no cookies.
+
+
+
diff --git a/robots.txt b/robots.txt
new file mode 100644
index 0000000..cabc3d7
--- /dev/null
+++ b/robots.txt
@@ -0,0 +1,73 @@
+User-agent: GPTBot
+Disallow: /
+
+User-agent: Google-Extended
+Disallow: /
+
+User-agent: Mediapartners-Google
+Disallow: /
+
+User-agent: SemrushBot
+Disallow: /
+
+user-agent: Pinterestbot
+disallow: /
+
+User-agent: AhrefsBot
+Disallow: /
+
+User-agent: dotbot
+Disallow: /
+
+User-agent: Semrush
+Disallow: /
+
+User-agent: GPTBot
+Disallow: /
+
+User-agent: ChatGPT-User
+Disallow: /
+
+User-agent: Google-Extended
+Disallow: /
+
+User-agent: PerplexityBot
+Disallow: /
+
+User-agent: Amazonbot
+Disallow: /
+
+User-agent: ClaudeBot
+Disallow: /
+
+User-agent: anthropic-ai
+Disallow: /
+
+User-agent: Claude-Web
+Disallow: /
+
+User-agent: Omgilibot
+Disallow: /
+
+User-Agent: Applebot
+Disallow: /
+
+User-agent: Bytespider
+Disallow: /
+
+User-agent: Diffbot
+Disallow: /
+
+User-agent: ImagesiftBot
+Disallow: /
+
+User-agent: Omgili
+Disallow: /
+
+User-agent: YouBot
+Disallow: /
+
+User-agent: CCBot
+Disallow: /
+
+
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..e0996a9
--- /dev/null
+++ b/style.css
@@ -0,0 +1,32 @@
+html, body{
+font-family:monospace;
+font-size: 1em;
+color: black;
+background: white;
+#text-align: justify;
+max-width: 600px;
+margin-left: auto;
+margin-right: auto;
+padding: 5px;
+}
+
+img {
+max-width:100%
+}
+
+/* unvisited link */
+a:link {
+color: lightseagreen;
+}
+/* visited link */
+a:visited {
+color: hotpink;
+}
+/* mouse over link */
+a:hover {
+color: magenta;
+}
+/* selected link */
+a:active {
+color: pink;
+}
diff --git a/white_rabbit_by_le_marteau_reveur.png b/white_rabbit_by_le_marteau_reveur.png
new file mode 100644
index 0000000..ed083c3
--- /dev/null
+++ b/white_rabbit_by_le_marteau_reveur.png
Binary files differ