summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
Diffstat (limited to 'site')
-rw-r--r--site/cleopatra/soupault.org1
-rw-r--r--site/cleopatra/theme.org8
-rw-r--r--site/img/knitting-20200901.jpegbin0 -> 1616958 bytes
-rw-r--r--site/projects/knitting.html10
4 files changed, 19 insertions, 0 deletions
diff --git a/site/cleopatra/soupault.org b/site/cleopatra/soupault.org
index 2c3eb4e..d86c5d1 100644
--- a/site/cleopatra/soupault.org
+++ b/site/cleopatra/soupault.org
@@ -173,6 +173,7 @@ behavior. For now, only ~<a>~ has been affected.
#+BEGIN_SRC lua :tangle plugins/fix-org-urls.lua
fix_org_urls(HTML.select(page, "a"), "href")
+fix_org_urls(HTML.select(page, "img"), "src")
#+END_SRC
The configuration of this plugin, and the associated widget, is straightforward.
diff --git a/site/cleopatra/theme.org b/site/cleopatra/theme.org
index 296e167..c828807 100644
--- a/site/cleopatra/theme.org
+++ b/site/cleopatra/theme.org
@@ -172,6 +172,14 @@ pre
font-size : 80%
line-height : 140%
+#gallery
+ display : flex
+ flex-wrap : wrap
+ align-content : flex-start
+
+ img
+ width : 20rem
+
@import plugins
@import org
@import coq
diff --git a/site/img/knitting-20200901.jpeg b/site/img/knitting-20200901.jpeg
new file mode 100644
index 0000000..ebf7239
--- /dev/null
+++ b/site/img/knitting-20200901.jpeg
Binary files differ
diff --git a/site/projects/knitting.html b/site/projects/knitting.html
new file mode 100644
index 0000000..727c027
--- /dev/null
+++ b/site/projects/knitting.html
@@ -0,0 +1,10 @@
+<h1>Knitting Journal</h1>
+
+<p>
+ I have started knitting on August, 2020. Here is my progress, hidden in plain
+ sight. Feel free to have a look!
+</p>
+
+<div id="gallery">
+ <img src="/img/knitting-20200901.jpeg" alt="Knitting in progress with blue yarn" />
+</div>