Auto-publish on Sun 10 Aug 20:56:38 BST 2025
This commit is contained in:
@@ -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 18:15 -->
|
||||
<!-- 2025-08-10 Sun 20:55 -->
|
||||
<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>
|
||||
@@ -209,22 +209,22 @@
|
||||
</nav>
|
||||
<button class="theme-toggle" id="theme-toggle" type="button" aria-label="Toggle dark mode">🌗 Theme</button>
|
||||
</div>
|
||||
<div id="updated">Updated: 2025-08-10 Sun 11:53</div>
|
||||
<div id="updated">Updated: 2025-08-10 Sun 20:38</div>
|
||||
</div>
|
||||
<div id="content" class="content">
|
||||
<div id="table-of-contents" role="doc-toc">
|
||||
<h2>Table of Contents</h2>
|
||||
<div id="text-table-of-contents" role="doc-toc">
|
||||
<ul>
|
||||
<li><a href="#org77f7dfd">Welcome! 🌱</a></li>
|
||||
<li><a href="#orga8528a4">How to publish web pages using <code>org-publish</code></a></li>
|
||||
<li><a href="#org9eee3df">Contact</a></li>
|
||||
<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>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org77f7dfd" class="outline-2">
|
||||
<h2 id="org77f7dfd">Welcome! 🌱</h2>
|
||||
<div class="outline-text-2" id="text-org77f7dfd">
|
||||
<div id="outline-container-org0307468" class="outline-2">
|
||||
<h2 id="org0307468">Welcome! 🌱</h2>
|
||||
<div class="outline-text-2" id="text-org0307468">
|
||||
<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 +242,9 @@ Feel free to explore:
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orga8528a4" class="outline-2">
|
||||
<h2 id="orga8528a4">How to publish web pages using <code>org-publish</code></h2>
|
||||
<div class="outline-text-2" id="text-orga8528a4">
|
||||
<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">
|
||||
<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>
|
||||
@@ -304,7 +304,6 @@ What this snippet of code is doing is it is telling <code>org-publish</code> wha
|
||||
<pre class="src src-emacs-lisp">
|
||||
#+TITLE: Website Name
|
||||
#+OPTIONS: toc:nil num:nil
|
||||
#+HTML_HEAD: <link rel=<span class="org-string">"stylesheet"</span> href=<span class="org-string">"style.css"</span>>
|
||||
|
||||
* Welcome!
|
||||
|
||||
@@ -342,9 +341,9 @@ And there we go! The files are now being hosted on <code>http://localhost:8000/<
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org9eee3df" class="outline-2">
|
||||
<h2 id="org9eee3df">Contact</h2>
|
||||
<div class="outline-text-2" id="text-org9eee3df">
|
||||
<div id="outline-container-org4ccdcf2" class="outline-2">
|
||||
<h2 id="org4ccdcf2">Contact</h2>
|
||||
<div class="outline-text-2" id="text-org4ccdcf2">
|
||||
<p>
|
||||
Feel free to reach out on GitHub: <a href="https://github.com/zainezq">https://github.com/zainezq</a>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user