Auto-publish on Fri 8 Aug 2025 23:20:18 BST

This commit is contained in:
2025-08-08 23:20:18 +01:00
parent 883e0d5b6d
commit d44b43506a
19 changed files with 113 additions and 101 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-08 Fri 21:51 -->
<!-- 2025-08-08 Fri 23:16 -->
<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" />
<link rel="stylesheet" href="https://gongzhitaao.org/orgcss/org.css" /> <link rel="stylesheet" href="/assets/style.css" /> <script src="/assets/script.js" defer></script>
@@ -27,9 +28,9 @@
</div>
<div id="content" class="content">
<h1 class="title">Setup</h1>
<div id="outline-container-org577c6d6" class="outline-2">
<h2 id="org577c6d6">Introduction</h2>
<div class="outline-text-2" id="text-org577c6d6">
<div id="outline-container-org20d9673" class="outline-2">
<h2 id="org20d9673">Introduction</h2>
<div class="outline-text-2" id="text-org20d9673">
<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>
@@ -40,9 +41,9 @@ This page will highlight the <code>build-script.el</code> used to generate this
</div>
</div>
</div>
<div id="outline-container-org899973b" class="outline-2">
<h2 id="org899973b">The script</h2>
<div class="outline-text-2" id="text-org899973b">
<div id="outline-container-org2264ab3" class="outline-2">
<h2 id="org2264ab3">The script</h2>
<div class="outline-text-2" id="text-org2264ab3">
<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>
@@ -406,9 +407,9 @@ Created with %c on &lt;a href=\"https://www.archlinux.org/\"&gt;Arch&lt;/a&gt; &
</div>
</div>
</div>
<div id="outline-container-org238e59c" class="outline-2">
<h2 id="org238e59c">Publish Script</h2>
<div class="outline-text-2" id="text-org238e59c">
<div id="outline-container-org7d4989f" class="outline-2">
<h2 id="org7d4989f">Publish Script</h2>
<div class="outline-text-2" id="text-org7d4989f">
<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>