summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-12-07 21:36:52 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-12-07 21:36:52 +0800
commit5bd7c1b91a27b090c588603328ff079c08af1c63 (patch)
tree9683ef56a35fc3b3a978f3db2ac2a86e70e02e0d
parent31cc5a9192b44cc8e17687a4ac86d8403825055a (diff)
downloadwww-5bd7c1b91a27b090c588603328ff079c08af1c63.tar.gz
Use site variable for author.
-rw-r--r--_archive/arduino-due.md1
-rw-r--r--_archive/arduino-uno.md1
-rw-r--r--_archive/mosfet-switches.md1
-rw-r--r--_archive/neo4j-a-star-search.md1
-rw-r--r--_archive/suckless-software.md1
-rw-r--r--_config.yml2
-rw-r--r--_layouts/post.html2
-rw-r--r--_projects/bumblebee.md1
-rw-r--r--_projects/e-reader.md1
-rw-r--r--_projects/etlas.md1
-rw-r--r--_projects/fpm-door-lock.md1
-rw-r--r--_projects/matrix-digital-rain.md1
-rw-r--r--_projects/my-first-pcb.md1
-rw-r--r--_site/about/index.html14
-rw-r--r--_site/archive/arduino-due/index.html2
-rw-r--r--_site/archive/arduino-uno/index.html2
-rw-r--r--_site/archive/mosfet-switches/index.html2
-rw-r--r--_site/archive/neo4j-a-star-search/index.html2
-rw-r--r--_site/archive/suckless-software/index.html2
-rw-r--r--_site/feed.xml2
-rw-r--r--_site/posts.xml2
-rw-r--r--_site/projects/bumblebee/index.html2
-rw-r--r--_site/projects/e-reader/index.html2
-rw-r--r--_site/projects/etlas/index.html2
-rw-r--r--_site/projects/fpm-door-lock/index.html2
-rw-r--r--_site/projects/matrix-digital-rain/index.html2
-rw-r--r--_site/projects/my-first-pcb/index.html2
-rw-r--r--_site/robots.txt2
-rw-r--r--_site/sitemap.xml30
-rw-r--r--about.html14
30 files changed, 45 insertions, 56 deletions
diff --git a/_archive/arduino-due.md b/_archive/arduino-due.md
index ee41dca..7c0fb12 100644
--- a/_archive/arduino-due.md
+++ b/_archive/arduino-due.md
@@ -1,7 +1,6 @@
---
title: How to set up ATSAM3X8E microcontrollers for bare-metal programming in C
date: 2024-10-05
-author: Wickramage Don Sadeep Madurange
layout: post
---
diff --git a/_archive/arduino-uno.md b/_archive/arduino-uno.md
index 934e5ab..6534c3c 100644
--- a/_archive/arduino-uno.md
+++ b/_archive/arduino-uno.md
@@ -1,7 +1,6 @@
---
title: How to configure ATmega328P microcontrollers to run at 3.3V and 5V
date: 2025-04-10
-author: Wickramage Don Sadeep Madurange
layout: post
---
diff --git a/_archive/mosfet-switches.md b/_archive/mosfet-switches.md
index f802176..bb3514d 100644
--- a/_archive/mosfet-switches.md
+++ b/_archive/mosfet-switches.md
@@ -1,7 +1,6 @@
---
title: MOSFETs as electronic switches
date: 2025-06-22
-author: Wickramage Don Sadeep Madurange
layout: post
---
diff --git a/_archive/neo4j-a-star-search.md b/_archive/neo4j-a-star-search.md
index dba67f2..117931b 100644
--- a/_archive/neo4j-a-star-search.md
+++ b/_archive/neo4j-a-star-search.md
@@ -1,7 +1,6 @@
---
title: Neo4J A* search
date: 2025-09-14
-author: Wickramage Don Sadeep Madurange
layout: post
---
diff --git a/_archive/suckless-software.md b/_archive/suckless-software.md
index 7501ede..86fb5bc 100644
--- a/_archive/suckless-software.md
+++ b/_archive/suckless-software.md
@@ -1,7 +1,6 @@
---
title: How I manage Suckless software packages
date: 2025-11-30
-author: Wickramage Don Sadeep Madurange
layout: post
---
diff --git a/_config.yml b/_config.yml
index 6c97642..aec1c06 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,5 +1,5 @@
title: ASCIIMX
-author: Wickramage Don Sadeep Madurange
+author: W. D. Sadeep Madurange
permalink: pretty
diff --git a/_layouts/post.html b/_layouts/post.html
index 298228c..8fb1702 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -18,7 +18,7 @@
<h6 class="center">{{ page.date | date_to_long_string | upcase }}</h5>
<br>
<div class="twocol justify">{{ content }}</div>
- <p class="post-author right">by {{ page.author }}</p>
+ <p class="post-author right">by {{ site.author }}</p>
</div>
</div>
</main>
diff --git a/_projects/bumblebee.md b/_projects/bumblebee.md
index deb171f..a114140 100644
--- a/_projects/bumblebee.md
+++ b/_projects/bumblebee.md
@@ -1,7 +1,6 @@
---
title: "Bumblebee: browser automation"
date: 2025-04-02
-author: Wickramage Don Sadeep Madurange
thumbnail: thumb.png
layout: post
---
diff --git a/_projects/e-reader.md b/_projects/e-reader.md
index bed05ce..2b9aeb3 100644
--- a/_projects/e-reader.md
+++ b/_projects/e-reader.md
@@ -1,7 +1,6 @@
---
title: Prototype e-reader
date: 2023-10-24
-author: Wickramage Don Sadeep Madurange
thumbnail: thumb.png
layout: post
---
diff --git a/_projects/etlas.md b/_projects/etlas.md
index d16f481..6a03880 100644
--- a/_projects/etlas.md
+++ b/_projects/etlas.md
@@ -1,7 +1,6 @@
---
title: "Etlas: e-paper dashboard"
date: 2024-09-05
-author: Wickramage Don Sadeep Madurange
thumbnail: dash.jpg
layout: post
---
diff --git a/_projects/fpm-door-lock.md b/_projects/fpm-door-lock.md
index 41a2aec..a94b9e0 100644
--- a/_projects/fpm-door-lock.md
+++ b/_projects/fpm-door-lock.md
@@ -1,7 +1,6 @@
---
title: Fingerprint door lock
date: 2025-10-03
-author: Wickramage Don Sadeep Madurange
thumbnail: pcb.jpg
layout: post
---
diff --git a/_projects/matrix-digital-rain.md b/_projects/matrix-digital-rain.md
index afbfc1f..f9a1a22 100644
--- a/_projects/matrix-digital-rain.md
+++ b/_projects/matrix-digital-rain.md
@@ -1,7 +1,6 @@
---
title: The Matrix digital rain
date: 2024-01-12
-author: Wickramage Don Sadeep Madurange
thumbnail: thumb.png
layout: post
---
diff --git a/_projects/my-first-pcb.md b/_projects/my-first-pcb.md
index 7674353..a2ab982 100644
--- a/_projects/my-first-pcb.md
+++ b/_projects/my-first-pcb.md
@@ -1,7 +1,6 @@
---
title: My first PCB
date: 2025-07-14
-author: Wickramage Don Sadeep Madurange
layout: post
thumbnail: thumb.jpeg
---
diff --git a/_site/about/index.html b/_site/about/index.html
index 9cf8244..48efcf4 100644
--- a/_site/about/index.html
+++ b/_site/about/index.html
@@ -38,13 +38,6 @@
<h2>About</h2>
<p>
- Wickramage Don Sadeep Madurange<br>
- sadeep@asciimx.com [<a href="/assets/asciimx.asc" class="external"
- target="_blank" rel="noopener noreferrer">GPG</a>]
- </p>
-
- <h4>About site</h4>
- <p>
This site uses CSS from <a href="http://getskeleton.com/" class="external"
target="_blank" rel="noopener noreferrer">Skeleton</a> (<a
href="/assets/lic/skeleton.txt" target="_blank">license</a>) by Dave Gamache
@@ -52,6 +45,13 @@
target="_blank" rel="noopener noreferrer">Marat</a> (<a
href="/assets/lic/marat.txt" target="_blank">license</a>) by John Coene.
</p>
+
+ <p>
+ W. D. Sadeep Madurange<br>
+ sadeep@asciimx.com [<a href="/assets/asciimx.asc" class="external"
+ target="_blank" rel="noopener noreferrer">GPG</a>]
+ </p>
+
</div>
diff --git a/_site/archive/arduino-due/index.html b/_site/archive/arduino-due/index.html
index cf9fba5..e146957 100644
--- a/_site/archive/arduino-due/index.html
+++ b/_site/archive/arduino-due/index.html
@@ -154,7 +154,7 @@ registers before passing control to the main program.</p>
<p>Files: <a href="source.tar.gz">source.tar.gz</a></p>
</div>
- <p class="post-author right">by Wickramage Don Sadeep Madurange</p>
+ <p class="post-author right">by W. D. Sadeep Madurange</p>
</div>
</div>
</main>
diff --git a/_site/archive/arduino-uno/index.html b/_site/archive/arduino-uno/index.html
index 3cb20a6..2b4f64d 100644
--- a/_site/archive/arduino-uno/index.html
+++ b/_site/archive/arduino-uno/index.html
@@ -121,7 +121,7 @@ not connect AREF (pin 21) to V<sub>cc</sub>. Refer to section 23.5.2 in the
datasheet for more information.</p>
</div>
- <p class="post-author right">by Wickramage Don Sadeep Madurange</p>
+ <p class="post-author right">by W. D. Sadeep Madurange</p>
</div>
</div>
</main>
diff --git a/_site/archive/mosfet-switches/index.html b/_site/archive/mosfet-switches/index.html
index ef2ee15..902d813 100644
--- a/_site/archive/mosfet-switches/index.html
+++ b/_site/archive/mosfet-switches/index.html
@@ -155,7 +155,7 @@ selecting and controlling a MOSFET for 3.3 VDC logic applications</a></li>
relay from a 3.3 VDC microcontroller using an NPN Darlington transistor</a></li>
</ul>
</div>
- <p class="post-author right">by Wickramage Don Sadeep Madurange</p>
+ <p class="post-author right">by W. D. Sadeep Madurange</p>
</div>
</div>
</main>
diff --git a/_site/archive/neo4j-a-star-search/index.html b/_site/archive/neo4j-a-star-search/index.html
index 1b23967..e0696aa 100644
--- a/_site/archive/neo4j-a-star-search/index.html
+++ b/_site/archive/neo4j-a-star-search/index.html
@@ -353,7 +353,7 @@ enabling us to expand our search from 4,000 to 13,000 route points. The <a href=
Neo4J graph algorithms shipped with the A* search algorithm.</p>
</div>
- <p class="post-author right">by Wickramage Don Sadeep Madurange</p>
+ <p class="post-author right">by W. D. Sadeep Madurange</p>
</div>
</div>
</main>
diff --git a/_site/archive/suckless-software/index.html b/_site/archive/suckless-software/index.html
index 669aea9..418f8ce 100644
--- a/_site/archive/suckless-software/index.html
+++ b/_site/archive/suckless-software/index.html
@@ -124,7 +124,7 @@ q12vu Another old commit.
<p>And finally, commit and push all the changes to my own git repository.</p>
</div>
- <p class="post-author right">by Wickramage Don Sadeep Madurange</p>
+ <p class="post-author right">by W. D. Sadeep Madurange</p>
</div>
</div>
</main>
diff --git a/_site/feed.xml b/_site/feed.xml
index eee07ef..2c99158 100644
--- a/_site/feed.xml
+++ b/_site/feed.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2025-12-07T20:15:24+08:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">ASCIIMX | Archive</title><author><name>Wickramage Don Sadeep Madurange</name></author><entry><title type="html">How I manage Suckless software packages</title><link href="http://localhost:4000/archive/suckless-software/" rel="alternate" type="text/html" title="How I manage Suckless software packages" /><published>2025-11-30T00:00:00+08:00</published><updated>2025-11-30T00:00:00+08:00</updated><id>http://localhost:4000/archive/suckless-software</id><author><name>Wickramage Don Sadeep Madurange</name></author><summary type="html"><![CDATA[Since suckless software requires users to modify the source code and recompile to customize, I need a way to maintain patches over the long term while retaining the ability to upgrade the software as new versions are released.]]></summary></entry><entry><title type="html">Neo4J A* search</title><link href="http://localhost:4000/archive/neo4j-a-star-search/" rel="alternate" type="text/html" title="Neo4J A* search" /><published>2025-09-14T00:00:00+08:00</published><updated>2025-09-14T00:00:00+08:00</updated><id>http://localhost:4000/archive/neo4j-a-star-search</id><author><name>Wickramage Don Sadeep Madurange</name></author><summary type="html"><![CDATA[Back in 2018, we used Neo4J graph database to track the movement of marine vessels. We were interested in the shortest path a ship could take through a network of about 13,000 route points. Algorithms based on graph theory, such as A* search, provide optimal solutions to such problems. In other words, the set of route points lends itself well to a model based on graphs.]]></summary></entry><entry><title type="html">MOSFETs as electronic switches</title><link href="http://localhost:4000/archive/mosfet-switches/" rel="alternate" type="text/html" title="MOSFETs as electronic switches" /><published>2025-06-22T00:00:00+08:00</published><updated>2025-06-22T00:00:00+08:00</updated><id>http://localhost:4000/archive/mosfet-switches</id><author><name>Wickramage Don Sadeep Madurange</name></author><summary type="html"><![CDATA[Recently, I needed a low-power circuit for one of my battery-operated projects. Much of the system’s power savings depended on its ability to electronically switch off components, such as servos, that draw high levels of quiescent currents. My search for a solution led me to MOSFETs, transistors capable of controlling circuits operating at voltages far above their own.]]></summary></entry><entry><title type="html">How to configure ATmega328P microcontrollers to run at 3.3V and 5V</title><link href="http://localhost:4000/archive/arduino-uno/" rel="alternate" type="text/html" title="How to configure ATmega328P microcontrollers to run at 3.3V and 5V" /><published>2025-04-10T00:00:00+08:00</published><updated>2025-04-10T00:00:00+08:00</updated><id>http://localhost:4000/archive/arduino-uno</id><author><name>Wickramage Don Sadeep Madurange</name></author><summary type="html"><![CDATA[This is a quick reference for wiring up ATmega328P ICs to run at 5V and 3.3V. While the 5V configuration is common, the 3.3V configuration can be useful in low-power applications and when interfacing with parts that themselves run at 3.3V. In this guide, the 5V setup is configured with a 16MHz crystal oscillator, while the 3.3V configuration makes use of an 8MHz crystal oscillator.]]></summary></entry><entry><title type="html">How to set up ATSAM3X8E microcontrollers for bare-metal programming in C</title><link href="http://localhost:4000/archive/arduino-due/" rel="alternate" type="text/html" title="How to set up ATSAM3X8E microcontrollers for bare-metal programming in C" /><published>2024-10-05T00:00:00+08:00</published><updated>2024-10-05T00:00:00+08:00</updated><id>http://localhost:4000/archive/arduino-due</id><author><name>Wickramage Don Sadeep Madurange</name></author><summary type="html"><![CDATA[This article is a step-by-step guide for programming bare-metal ATSAM3X8E chips found on Arduino Due boards. It also includes notes on the chip’s memory layout relevant for writing linker scripts. The steps described in this article were tested on an OpenBSD workstation.]]></summary></entry></feed> \ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2025-12-07T21:36:40+08:00</updated><id>/feed.xml</id><title type="html">ASCIIMX | Archive</title><author><name>W. D. Sadeep Madurange</name></author><entry><title type="html">How I manage Suckless software packages</title><link href="/archive/suckless-software/" rel="alternate" type="text/html" title="How I manage Suckless software packages" /><published>2025-11-30T00:00:00+08:00</published><updated>2025-11-30T00:00:00+08:00</updated><id>/archive/suckless-software</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[Since suckless software requires users to modify the source code and recompile to customize, I need a way to maintain patches over the long term while retaining the ability to upgrade the software as new versions are released.]]></summary></entry><entry><title type="html">Neo4J A* search</title><link href="/archive/neo4j-a-star-search/" rel="alternate" type="text/html" title="Neo4J A* search" /><published>2025-09-14T00:00:00+08:00</published><updated>2025-09-14T00:00:00+08:00</updated><id>/archive/neo4j-a-star-search</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[Back in 2018, we used Neo4J graph database to track the movement of marine vessels. We were interested in the shortest path a ship could take through a network of about 13,000 route points. Algorithms based on graph theory, such as A* search, provide optimal solutions to such problems. In other words, the set of route points lends itself well to a model based on graphs.]]></summary></entry><entry><title type="html">MOSFETs as electronic switches</title><link href="/archive/mosfet-switches/" rel="alternate" type="text/html" title="MOSFETs as electronic switches" /><published>2025-06-22T00:00:00+08:00</published><updated>2025-06-22T00:00:00+08:00</updated><id>/archive/mosfet-switches</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[Recently, I needed a low-power circuit for one of my battery-operated projects. Much of the system’s power savings depended on its ability to electronically switch off components, such as servos, that draw high levels of quiescent currents. My search for a solution led me to MOSFETs, transistors capable of controlling circuits operating at voltages far above their own.]]></summary></entry><entry><title type="html">How to configure ATmega328P microcontrollers to run at 3.3V and 5V</title><link href="/archive/arduino-uno/" rel="alternate" type="text/html" title="How to configure ATmega328P microcontrollers to run at 3.3V and 5V" /><published>2025-04-10T00:00:00+08:00</published><updated>2025-04-10T00:00:00+08:00</updated><id>/archive/arduino-uno</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[This is a quick reference for wiring up ATmega328P ICs to run at 5V and 3.3V. While the 5V configuration is common, the 3.3V configuration can be useful in low-power applications and when interfacing with parts that themselves run at 3.3V. In this guide, the 5V setup is configured with a 16MHz crystal oscillator, while the 3.3V configuration makes use of an 8MHz crystal oscillator.]]></summary></entry><entry><title type="html">How to set up ATSAM3X8E microcontrollers for bare-metal programming in C</title><link href="/archive/arduino-due/" rel="alternate" type="text/html" title="How to set up ATSAM3X8E microcontrollers for bare-metal programming in C" /><published>2024-10-05T00:00:00+08:00</published><updated>2024-10-05T00:00:00+08:00</updated><id>/archive/arduino-due</id><author><name>W. D. Sadeep Madurange</name></author><summary type="html"><![CDATA[This article is a step-by-step guide for programming bare-metal ATSAM3X8E chips found on Arduino Due boards. It also includes notes on the chip’s memory layout relevant for writing linker scripts. The steps described in this article were tested on an OpenBSD workstation.]]></summary></entry></feed> \ No newline at end of file
diff --git a/_site/posts.xml b/_site/posts.xml
index ae65f6d..aea5ad3 100644
--- a/_site/posts.xml
+++ b/_site/posts.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="http://localhost:4000/posts.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2025-12-07T20:15:24+08:00</updated><id>http://localhost:4000/posts.xml</id><title type="html">ASCIIMX</title><author><name>Wickramage Don Sadeep Madurange</name></author></feed> \ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="/posts.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2025-12-07T21:36:40+08:00</updated><id>/posts.xml</id><title type="html">ASCIIMX</title><author><name>W. D. Sadeep Madurange</name></author></feed> \ No newline at end of file
diff --git a/_site/projects/bumblebee/index.html b/_site/projects/bumblebee/index.html
index a7ba421..d5c573d 100644
--- a/_site/projects/bumblebee/index.html
+++ b/_site/projects/bumblebee/index.html
@@ -86,7 +86,7 @@ minutes. Since the rules for code generation were written and optimized by
experts in web technologies, the output was more robust.</p>
</div>
- <p class="post-author right">by Wickramage Don Sadeep Madurange</p>
+ <p class="post-author right">by W. D. Sadeep Madurange</p>
</div>
</div>
</main>
diff --git a/_site/projects/e-reader/index.html b/_site/projects/e-reader/index.html
index 01214be..47edd81 100644
--- a/_site/projects/e-reader/index.html
+++ b/_site/projects/e-reader/index.html
@@ -121,7 +121,7 @@ how to build my own.</p>
<p>Files: <a href="source.tar.gz">source.tar.gz</a></p>
</div>
- <p class="post-author right">by Wickramage Don Sadeep Madurange</p>
+ <p class="post-author right">by W. D. Sadeep Madurange</p>
</div>
</div>
</main>
diff --git a/_site/projects/etlas/index.html b/_site/projects/etlas/index.html
index dc2bcf3..897e162 100644
--- a/_site/projects/etlas/index.html
+++ b/_site/projects/etlas/index.html
@@ -96,7 +96,7 @@ over a year.</p>
<p>Files: <a href="source.tar.gz">source.tar.gz</a></p>
</div>
- <p class="post-author right">by Wickramage Don Sadeep Madurange</p>
+ <p class="post-author right">by W. D. Sadeep Madurange</p>
</div>
</div>
</main>
diff --git a/_site/projects/fpm-door-lock/index.html b/_site/projects/fpm-door-lock/index.html
index 8557376..aa05298 100644
--- a/_site/projects/fpm-door-lock/index.html
+++ b/_site/projects/fpm-door-lock/index.html
@@ -150,7 +150,7 @@ rewarding journey from the messy breadboard to the shiny PCB.</p>
<p>Files: <a href="source.tar.gz">source.tar.gz</a>, <a href="gerber.zip">gerber.zip</a></p>
</div>
- <p class="post-author right">by Wickramage Don Sadeep Madurange</p>
+ <p class="post-author right">by W. D. Sadeep Madurange</p>
</div>
</div>
</main>
diff --git a/_site/projects/matrix-digital-rain/index.html b/_site/projects/matrix-digital-rain/index.html
index bf08dce..7f4b037 100644
--- a/_site/projects/matrix-digital-rain/index.html
+++ b/_site/projects/matrix-digital-rain/index.html
@@ -66,7 +66,7 @@ instance, setting them to <code class="language-plaintext highlighter-rouge">0x3
<p>Files: <a href="source.tar.gz">source.tar.gz</a></p>
</div>
- <p class="post-author right">by Wickramage Don Sadeep Madurange</p>
+ <p class="post-author right">by W. D. Sadeep Madurange</p>
</div>
</div>
</main>
diff --git a/_site/projects/my-first-pcb/index.html b/_site/projects/my-first-pcb/index.html
index 1c3a062..75dab1e 100644
--- a/_site/projects/my-first-pcb/index.html
+++ b/_site/projects/my-first-pcb/index.html
@@ -102,7 +102,7 @@ an important milestone in my DIY electronics journey.</p>
<p>Files: <a href="gerber_back.zip">gerber_back.zip</a>, <a href="gerber_front.zip">gerber_front.zip</a>,
<a href="source.tar.gz">source.tar.gz</a></p>
</div>
- <p class="post-author right">by Wickramage Don Sadeep Madurange</p>
+ <p class="post-author right">by W. D. Sadeep Madurange</p>
</div>
</div>
</main>
diff --git a/_site/robots.txt b/_site/robots.txt
index d297064..e087884 100644
--- a/_site/robots.txt
+++ b/_site/robots.txt
@@ -1 +1 @@
-Sitemap: http://localhost:4000/sitemap.xml
+Sitemap: /sitemap.xml
diff --git a/_site/sitemap.xml b/_site/sitemap.xml
index 8edaaea..669f6b7 100644
--- a/_site/sitemap.xml
+++ b/_site/sitemap.xml
@@ -1,59 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
-<loc>http://localhost:4000/archive/arduino-due/</loc>
+<loc>/archive/arduino-due/</loc>
<lastmod>2024-10-05T00:00:00+08:00</lastmod>
</url>
<url>
-<loc>http://localhost:4000/archive/arduino-uno/</loc>
+<loc>/archive/arduino-uno/</loc>
<lastmod>2025-04-10T00:00:00+08:00</lastmod>
</url>
<url>
-<loc>http://localhost:4000/archive/mosfet-switches/</loc>
+<loc>/archive/mosfet-switches/</loc>
<lastmod>2025-06-22T00:00:00+08:00</lastmod>
</url>
<url>
-<loc>http://localhost:4000/archive/neo4j-a-star-search/</loc>
+<loc>/archive/neo4j-a-star-search/</loc>
<lastmod>2025-09-14T00:00:00+08:00</lastmod>
</url>
<url>
-<loc>http://localhost:4000/archive/suckless-software/</loc>
+<loc>/archive/suckless-software/</loc>
<lastmod>2025-11-30T00:00:00+08:00</lastmod>
</url>
<url>
-<loc>http://localhost:4000/projects/e-reader/</loc>
+<loc>/projects/e-reader/</loc>
<lastmod>2023-10-24T00:00:00+08:00</lastmod>
</url>
<url>
-<loc>http://localhost:4000/projects/matrix-digital-rain/</loc>
+<loc>/projects/matrix-digital-rain/</loc>
<lastmod>2024-01-12T00:00:00+08:00</lastmod>
</url>
<url>
-<loc>http://localhost:4000/projects/etlas/</loc>
+<loc>/projects/etlas/</loc>
<lastmod>2024-09-05T00:00:00+08:00</lastmod>
</url>
<url>
-<loc>http://localhost:4000/projects/bumblebee/</loc>
+<loc>/projects/bumblebee/</loc>
<lastmod>2025-04-02T00:00:00+08:00</lastmod>
</url>
<url>
-<loc>http://localhost:4000/projects/my-first-pcb/</loc>
+<loc>/projects/my-first-pcb/</loc>
<lastmod>2025-07-14T00:00:00+08:00</lastmod>
</url>
<url>
-<loc>http://localhost:4000/projects/fpm-door-lock/</loc>
+<loc>/projects/fpm-door-lock/</loc>
<lastmod>2025-10-03T00:00:00+08:00</lastmod>
</url>
<url>
-<loc>http://localhost:4000/about/</loc>
+<loc>/about/</loc>
</url>
<url>
-<loc>http://localhost:4000/archive/</loc>
+<loc>/archive/</loc>
</url>
<url>
-<loc>http://localhost:4000/</loc>
+<loc>/</loc>
</url>
<url>
-<loc>http://localhost:4000/projects/</loc>
+<loc>/projects/</loc>
</url>
</urlset>
diff --git a/about.html b/about.html
index 685c801..efe5b7b 100644
--- a/about.html
+++ b/about.html
@@ -7,13 +7,6 @@ title: About
<h2>{{ page.title }}</h2>
<p>
- Wickramage Don Sadeep Madurange<br>
- sadeep@asciimx.com [<a href="/assets/asciimx.asc" class="external"
- target="_blank" rel="noopener noreferrer">GPG</a>]
- </p>
-
- <h4>About site</h4>
- <p>
This site uses CSS from <a href="http://getskeleton.com/" class="external"
target="_blank" rel="noopener noreferrer">Skeleton</a> (<a
href="/assets/lic/skeleton.txt" target="_blank">license</a>) by Dave Gamache
@@ -21,6 +14,13 @@ title: About
target="_blank" rel="noopener noreferrer">Marat</a> (<a
href="/assets/lic/marat.txt" target="_blank">license</a>) by John Coene.
</p>
+
+ <p>
+ W. D. Sadeep Madurange<br>
+ sadeep@asciimx.com [<a href="/assets/asciimx.asc" class="external"
+ target="_blank" rel="noopener noreferrer">GPG</a>]
+ </p>
+
</div>