summaryrefslogtreecommitdiff
path: root/en
diff options
context:
space:
mode:
Diffstat (limited to 'en')
-rw-r--r--en/index.org13
-rw-r--r--en/site-update.org12
2 files changed, 21 insertions, 4 deletions
diff --git a/en/index.org b/en/index.org
index 84acf2f..dce3dbc 100644
--- a/en/index.org
+++ b/en/index.org
@@ -3,9 +3,12 @@
Welcome to my website!
I don't publish as much content in English on the web as in Finnish.
-You might want to check out [[https://git.cron4.fi][my git repositories]]. I've also got a
-gemini capsule for you all in English at gemini://cron4.fi. My contact
-information can be found there if you need it.
+You might want to check out [[https://git.cron4.fi][my git repositories]]. The source of my
+website is available there too.
+
+I've also got a gemini capsule for you all in English at
+gemini://cron4.fi. My contact information can be found there if you
+need it.
Also, in case you want to send me encrypted messages or verify that I
have indeed signed a file, you can find my public key & its
@@ -50,6 +53,8 @@ Here is still an explicit index of the English side of my website.
#+end_src
#+RESULTS:
-| [[./pgp.org][Public key]] Send encrypted data to me or verify my signature |
+| [[./lcm-python.org][A Pythonic FP adventure]] Designing a horrible implementation for LCM |
+| [[./pgp.org][Public key]] Send encrypted data to me or verify my signature |
+| [[./site-update.org][Site update]] What has happened to this website and why? |
diff --git a/en/site-update.org b/en/site-update.org
new file mode 100644
index 0000000..54c840a
--- /dev/null
+++ b/en/site-update.org
@@ -0,0 +1,12 @@
+#+TITLE: Site update
+#+SUBTITLE: What has happened to this website and why?
+
+I have updated my website over this weekend. Now I write my website
+mainly in Emacs Org format. This is more convenient to me and also
+allows me to automatise things, such as generating indexes, easier.
+
+Most importantly, the source and version history of my website is now
+available at [[https://git.cron4.fi/cron4.fi.git]]. This makes the editing
+of this website more transparent and it's also good to share
+code. Speaking of which, I should probably add some license to that
+source.