Auto-publish on Sun 10 Aug 2025 06:05:31 BST

This commit is contained in:
2025-08-10 06:05:31 +01:00
parent ddfbbf0718
commit c9f142295a
44 changed files with 292 additions and 4801 deletions

View File

@@ -3,10 +3,11 @@
"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-09 Sat 22:32 -->
<!-- 2025-08-10 Sun 06:03 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Setup</title>
<meta name="author" content="Zaine Qayyum" />
<meta name="generator" content="Org Mode" />
<style type="text/css">
#content { max-width: 60em; margin: auto; }
@@ -213,9 +214,9 @@
</div>
<div id="content" class="content">
<h1 class="title">Setup</h1>
<div id="outline-container-orgab3c213" class="outline-2">
<h2 id="orgab3c213">Introduction</h2>
<div class="outline-text-2" id="text-orgab3c213">
<div id="outline-container-org61189a0" class="outline-2">
<h2 id="org61189a0">Introduction</h2>
<div class="outline-text-2" id="text-org61189a0">
<p>
This page will highlight the <code>build-script.el</code> used to generate this website. This entire website is generated through org files using the command:
</p>
@@ -226,9 +227,9 @@ This page will highlight the <code>build-script.el</code> used to generate this
</div>
</div>
</div>
<div id="outline-container-org906978e" class="outline-2">
<h2 id="org906978e">The script</h2>
<div class="outline-text-2" id="text-org906978e">
<div id="outline-container-org48cafd8" class="outline-2">
<h2 id="org48cafd8">The script</h2>
<div class="outline-text-2" id="text-org48cafd8">
<p>
The script is as follows, at the start I have some metadata relating to the file, followed by package management,then the declaration of variables/functions and finally the <code>org-publish-project-alist</code> which handles nearly all of the project generation instructions.
</p>
@@ -592,9 +593,9 @@ Created with %c on &lt;a href=\"https://www.archlinux.org/\"&gt;Arch&lt;/a&gt; &
</div>
</div>
</div>
<div id="outline-container-org9f9fac0" class="outline-2">
<h2 id="org9f9fac0">Publish Script</h2>
<div class="outline-text-2" id="text-org9f9fac0">
<div id="outline-container-orgd9f55ed" class="outline-2">
<h2 id="orgd9f55ed">Publish Script</h2>
<div class="outline-text-2" id="text-orgd9f55ed">
<p>
As the project is hosted on Github, I have created a small script that is able to push changes to the remote repository, which Cloudflare will automatically detect and rebuild the website:
</p>