Auto-publish on Sun 10 Aug 22:28:35 BST 2025

This commit is contained in:
2025-08-10 22:28:35 +01:00
parent a5da96d0ad
commit feb5ea7d5c
32 changed files with 631 additions and 316 deletions

View File

@@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2025-08-10 Sun 20:55 -->
<!-- 2025-08-10 Sun 22:23 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Home Page</title>
@@ -194,7 +194,12 @@
</style>
<link rel="stylesheet" href="/assets/styles/style.css" />
<link rel="stylesheet" href="/assets/styles/bigger-picture.min.css" />
<script src="/assets/scripts/script.js" defer></script>
<script src="/assets/scripts/bigger-picture.min.js" defer></script>
<script src="/assets/scripts/svg-pan-zoom.min.js" defer></script>
<script src="/assets/scripts/gallery-init.js" defer></script>
</head>
<body>
<div id="preamble" class="status">
@@ -216,15 +221,15 @@
<h2>Table of Contents</h2>
<div id="text-table-of-contents" role="doc-toc">
<ul>
<li><a href="#org0307468">Welcome! 🌱</a></li>
<li><a href="#org4d98a39">How to publish web pages using <code>org-publish</code></a></li>
<li><a href="#org4ccdcf2">Contact</a></li>
<li><a href="#org2fbf0ba">Welcome! 🌱</a></li>
<li><a href="#org5641406">How to publish web pages using <code>org-publish</code></a></li>
<li><a href="#org6bf0fc6">Contact</a></li>
</ul>
</div>
</div>
<div id="outline-container-org0307468" class="outline-2">
<h2 id="org0307468">Welcome! 🌱</h2>
<div class="outline-text-2" id="text-org0307468">
<div id="outline-container-org2fbf0ba" class="outline-2">
<h2 id="org2fbf0ba">Welcome! 🌱</h2>
<div class="outline-text-2" id="text-org2fbf0ba">
<p>
This is a website built using Emacs Org-mode and published using <code>org-publish</code>. <label for="sn1" class="margin-toggle sidenote-number"></label><input type="checkbox" id="sn1" class="margin-toggle"/><span class="sidenote"> The very first iteration of this website used the Angular framework, only after a while I realised (as every Emacs lover does) that I want to make this an Emacs-centric project</span>
</p>
@@ -242,9 +247,9 @@ Feel free to explore:
</ul>
</div>
</div>
<div id="outline-container-org4d98a39" class="outline-2">
<h2 id="org4d98a39">How to publish web pages using <code>org-publish</code></h2>
<div class="outline-text-2" id="text-org4d98a39">
<div id="outline-container-org5641406" class="outline-2">
<h2 id="org5641406">How to publish web pages using <code>org-publish</code></h2>
<div class="outline-text-2" id="text-org5641406">
<p>
This website is heavily inspired by some people who have decided to use <code>org-publish</code> as a way to convert <code>org</code> files into <code>html</code>. I came across a few that took the plunge and decided to migrate from platforms like Wordpress and instead opted for a more transparent, text-based workflow.
</p>
@@ -341,9 +346,9 @@ And there we go! The files are now being hosted on <code>http://localhost:8000/<
</p>
</div>
</div>
<div id="outline-container-org4ccdcf2" class="outline-2">
<h2 id="org4ccdcf2">Contact</h2>
<div class="outline-text-2" id="text-org4ccdcf2">
<div id="outline-container-org6bf0fc6" class="outline-2">
<h2 id="org6bf0fc6">Contact</h2>
<div class="outline-text-2" id="text-org6bf0fc6">
<p>
Feel free to reach out on GitHub: <a href="https://github.com/zainezq">https://github.com/zainezq</a>
</p>