]> git.vanrenterghem.biz Git - www2.vanrenterghem.biz.git/commitdiff
Pas index en 1 post aan voor nieuwe versie maak-website.el.
authorFrederik Vanrenterghem <frederik@vanrenterghem.biz>
Sat, 9 Dec 2023 06:38:55 +0000 (14:38 +0800)
committerFrederik Vanrenterghem <frederik@vanrenterghem.biz>
Sat, 9 Dec 2023 06:38:55 +0000 (14:38 +0800)
source/index.org
source/posts/sending_pingback_oldskool_indieweb.org

index b7a8bcb1deeadac5f76da5b204f5cf94e4c86785..7de439fe1d46b4c52ecc8b66dc469c8a7e671fff 100644 (file)
@@ -1,9 +1,46 @@
 #+title: Frederik Vanrenterghem's website - @@html:https://www.vanrenterghem.biz@@
 #+OPTIONS: title:nil html-postamble:nil
-#+HTML_HEAD_EXTRA: <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css">
 #+OPTIONS: ^:nil
+#+mustache-template: ~/websites/stage.vanrenterghem.biz/html/landing.mustache
+
+#+BEGIN_export html
+ <div class="row">
+  <div class="col-3 bg-body-secondary justify-content-center">
+
+    <div class="h-card">
+      <a href="/"><img class="portrait img-fluid u-photo" src="/assets/frederik.jpg" alt="Frederik Vanrenterghem"/></a>
+      <p><span class="p-name">Frederik Vanrenterghem</span>
+      <span class="p-note">
+       was born and raised in Belgium, but except for a year back in 2013 where he lived in New Zealand, he has now settled in <span class="p-locality">North Fremantle</span>, <span class="p-region">Western Australia</span> - the largest state of <span class="p-country-name">Australia</span>.
+      </span>
+      </p>
+      <ul class="nav navbar-nav nav-pills justify-content-center list-group list-group-horizontal">
+       <li class="list-group-item">
+         <a class="btn u-url" href="https://www.vanrenterghem.biz" rel="me"><i class="fa fa-link big-icon"></i></a>
+       </li>
+       <li class="list-group-item">
+         <a class="btn btn-social-icon btn-github" href="https://github.com/fvanrenterghem" rel="me"><i class="fab fa-github big-icon"></i></a>
+       </li>
+       <li class="list-group-item">
+         <a class="btn btn-social-icon btn-linkedin" href="https://www.linkedin.com/in/fvanrenterghem/" rel="me"><i class="fab fa-linkedin big-icon"></i></a>
+       </li>
+
+       <li class="list-group-item">
+         <a class="btn u-email" href="mailto:frederik@vanrenterghem.biz"><i class="fas fa-envelope big-icon"></i></a>
+       </li>
+
+       <li class="list-group-item">
+         <a class="btn" href="https://www.vanrenterghem.biz/posts/rss.xml"><i class="fas fa-rss big-icon"></i></a>
+       </li>
+      </ul>
+    </div>
+
+  </div>
+
+<div class="col-9">
+
+#+END_export
 
-#+INCLUDE: "~/websites/stage.vanrenterghem.biz/html/sidebar.html" export html
 
 * G'day mate!
 
@@ -16,7 +53,7 @@ Life occassionally takes me places, mostly close to home but regularly a bit fur
 
 I host [[http://git.vanrenterghem.biz][my own git server]], containing code samples that might be useful as a reference to some. This site's source is stored in there as well.
 
-I [[file:sitemap.org][blog]] irregularly about free software, R stats (mostly data visualisation) and occassionaly even about economics or politics.
+I [[file:posts/sitemap.org][blog]] irregularly about free software, R stats (mostly data visualisation) and occassionaly even about economics or politics.
 
 ** Latest posts
 
@@ -24,9 +61,4 @@ I [[file:sitemap.org][blog]] irregularly about free software, R stats (mostly da
 
 #+BEGIN_EXPORT html
 </div>
-</div>
-</div>
-</div>
-</div>
-</main>
 #+END_EXPORT
index 37ca97e878e5124a14bbe9deb15527b05d5d934a..8b2a66ab54f245d83403c5a148379ccc4134e4c9 100644 (file)
@@ -2,20 +2,15 @@
 #+date: <2023-10-31 20:41:30 +0800>
 #+filetags: indieweb blogging open_web
 
-In a 'blast from the past', I sent my first
-[[https://www.hixie.ch/specs/pingback/pingback][pingback]] after writing
-the [[file:agent_based_models_digital_twins.org][previous post]]. A pingback is a
-way for a blogger to send a message to another blogger, informing them
-they've written a post that refers to theirs, e.g. as a reply or an
-extension of the ideas raised.
+#+BEGIN_PREVIEW
+In a 'blast from the past', I sent my first [[https://www.hixie.ch/specs/pingback/pingback][pingback]] after writing the [[file:agent_based_models_digital_twins.org][previous post]]. A pingback is a way for a blogger to send a message to another blogger, informing them
+they've written a post that refers to theirs, e.g. as a reply or an extension of the ideas raised.
 
-The process is a bit more involved than using a
-[[https://www.w3.org/TR/webmention/][webmention]], which I've used
-before and [[file:Implementing_Webmention_on_my_blog.org][implemented support for]] a while back, due to requiring an XML message to be created
+The process is a bit more involved than using a [[https://www.w3.org/TR/webmention/][webmention]], which I've used before and [[file:Implementing_Webmention_on_my_blog.org][implemented support for]] a while back, due to requiring an XML message to be created
 rather than a simple exchange of URLs.
+#+END_PREVIEW
 
-First, I created a file =pingback.xml= containing the URLs of the blog
-post I wrote and the one I made reference to within my post. The
+First, I created a file =pingback.xml= containing the URLs of the blog post I wrote and the one I made reference to within my post. The
 standard defines the schema, resulting in the following:
 
 #+BEGIN_SRC XML