diff options
Diffstat (limited to '_site')
| -rw-r--r-- | _site/404.html | 2 | ||||
| -rw-r--r-- | _site/about/index.html | 20 | ||||
| -rw-r--r-- | _site/assets/css/main.css | 11 | ||||
| -rw-r--r-- | _site/assets/css/skeleton.css | 7 | ||||
| -rw-r--r-- | _site/blog/arduino-due/connections.jpeg (renamed from _site/archive/arduino-due/connections.jpeg) | bin | 29090 -> 29090 bytes | |||
| -rw-r--r-- | _site/blog/arduino-due/index.html (renamed from _site/archive/arduino-due/index.html) | 2 | ||||
| -rw-r--r-- | _site/blog/arduino-due/schematic.png (renamed from _site/archive/arduino-due/schematic.png) | bin | 68688 -> 68688 bytes | |||
| -rw-r--r-- | _site/blog/arduino-due/source.tar.gz (renamed from _site/archive/arduino-due/source.tar.gz) | bin | 1174 -> 1174 bytes | |||
| -rw-r--r-- | _site/blog/arduino-uno/3v3.Makefile (renamed from _site/archive/arduino-uno/3v3.Makefile) | 0 | ||||
| -rw-r--r-- | _site/blog/arduino-uno/Makefile (renamed from _site/archive/arduino-uno/Makefile) | 0 | ||||
| -rw-r--r-- | _site/blog/arduino-uno/breadboard.jpeg (renamed from _site/archive/arduino-uno/breadboard.jpeg) | bin | 54319 -> 54319 bytes | |||
| -rw-r--r-- | _site/blog/arduino-uno/index.html (renamed from _site/archive/arduino-uno/index.html) | 2 | ||||
| -rw-r--r-- | _site/blog/arduino-uno/pinout.png (renamed from _site/archive/arduino-uno/pinout.png) | bin | 247197 -> 247197 bytes | |||
| -rw-r--r-- | _site/blog/index.html (renamed from _site/archive/index.html) | 16 | ||||
| -rw-r--r-- | _site/blog/mosfet-switches/bjt.png (renamed from _site/archive/mosfet-switches/bjt.png) | bin | 12838 -> 12838 bytes | |||
| -rw-r--r-- | _site/blog/mosfet-switches/index.html (renamed from _site/archive/mosfet-switches/index.html) | 2 | ||||
| -rw-r--r-- | _site/blog/mosfet-switches/n_high_side.png (renamed from _site/archive/mosfet-switches/n_high_side.png) | bin | 10825 -> 10825 bytes | |||
| -rw-r--r-- | _site/blog/mosfet-switches/p_high_side.png (renamed from _site/archive/mosfet-switches/p_high_side.png) | bin | 10724 -> 10724 bytes | |||
| -rw-r--r-- | _site/blog/neo4j-a-star-search/index.html (renamed from _site/archive/neo4j-a-star-search/index.html) | 2 | ||||
| -rw-r--r-- | _site/blog/suckless-software/index.html (renamed from _site/archive/suckless-software/index.html) | 2 | ||||
| -rw-r--r-- | _site/feed.xml | 2 | ||||
| -rw-r--r-- | _site/index.html | 12 | ||||
| -rw-r--r-- | _site/posts.xml | 2 | ||||
| -rw-r--r-- | _site/projects/bumblebee/index.html | 2 | ||||
| -rw-r--r-- | _site/projects/e-reader/index.html | 2 | ||||
| -rw-r--r-- | _site/projects/etlas/index.html | 2 | ||||
| -rw-r--r-- | _site/projects/fpm-door-lock/index.html | 2 | ||||
| -rw-r--r-- | _site/projects/index.html | 2 | ||||
| -rw-r--r-- | _site/projects/matrix-digital-rain/index.html | 2 | ||||
| -rw-r--r-- | _site/projects/my-first-pcb/index.html | 2 | ||||
| -rw-r--r-- | _site/sitemap.xml | 12 |
31 files changed, 57 insertions, 51 deletions
diff --git a/_site/404.html b/_site/404.html index c3a9e02..272c760 100644 --- a/_site/404.html +++ b/_site/404.html @@ -20,7 +20,7 @@ <a href="/" class="link-decor-none">hme</a> </li> <li > - <a href="/archive/" class="link-decor-none">blg</a> + <a href="/blog/" class="link-decor-none">blg</a> </li> <li > <a href="/projects/" class="link-decor-none">poc</a> diff --git a/_site/about/index.html b/_site/about/index.html index 15a648e..060f09d 100644 --- a/_site/about/index.html +++ b/_site/about/index.html @@ -20,7 +20,7 @@ <a href="/" class="link-decor-none">hme</a> </li> <li > - <a href="/archive/" class="link-decor-none">blg</a> + <a href="/blog/" class="link-decor-none">blg</a> </li> <li > <a href="/projects/" class="link-decor-none">poc</a> @@ -42,18 +42,20 @@ </p> <p> - Site structure:<br> - <ul> - <li>hme: Home page, listing latest articles.</li> - <li>blg: Notes and tutorials about software and embedded systems.</li> - <li>poc: Projects, prototypes, and experiments.</li> - <li>abt: Site information.</li> - <li>rss: RSS (Atom) feed.</li> - </ul> Email: sadeep@asciimx.com [<a href="/assets/asciimx.asc" class="external" target="_blank" rel="noopener noreferrer">GPG</a>] </p> + <h4>Navigation</h4> + + <ul> + <li>hme: Home page, listing latest articles.</li> + <li>blg: Notes and tutorials about software and embedded systems.</li> + <li>poc: Projects, prototypes, and experiments.</li> + <li>abt: Site information.</li> + <li>rss: RSS (atom) feed.</li> + </ul> + <h4>About site</h4> <p> diff --git a/_site/assets/css/main.css b/_site/assets/css/main.css index ef53733..5a777c0 100644 --- a/_site/assets/css/main.css +++ b/_site/assets/css/main.css @@ -72,10 +72,16 @@ td { width: 50%; } +#navlist +{ + list-style-type: none; + margin-left: 0 !important; +} + #navlist li { display: inline; - list-style-type: none; + list-style-type: none inside; padding-right: 20px; } @@ -94,9 +100,6 @@ td { } @media (min-width: 550px) { - #nav-container { - padding: 0; - } .post-container { padding: 0; } diff --git a/_site/assets/css/skeleton.css b/_site/assets/css/skeleton.css index 40c9bdc..90239a6 100644 --- a/_site/assets/css/skeleton.css +++ b/_site/assets/css/skeleton.css @@ -275,12 +275,13 @@ label > .label-body { /* Lists –––––––––––––––––––––––––––––––––––––––––––––––––– */ ul { - list-style: circle inside; } + list-style: circle outside; } ol { - list-style: decimal inside; } + list-style: decimal outside; } ol, ul { padding-left: 0; - margin-top: 0; } + margin-top: 0; + margin-left: 1em; } ul ul, ul ol, ol ol, diff --git a/_site/archive/arduino-due/connections.jpeg b/_site/blog/arduino-due/connections.jpeg Binary files differindex 081e6d4..081e6d4 100644 --- a/_site/archive/arduino-due/connections.jpeg +++ b/_site/blog/arduino-due/connections.jpeg diff --git a/_site/archive/arduino-due/index.html b/_site/blog/arduino-due/index.html index e146957..fee442f 100644 --- a/_site/archive/arduino-due/index.html +++ b/_site/blog/arduino-due/index.html @@ -24,7 +24,7 @@ <a href="/" class="link-decor-none">hme</a> </li> <li class="active"> - <a href="/archive/" class="link-decor-none">blg</a> + <a href="/blog/" class="link-decor-none">blg</a> </li> <li > <a href="/projects/" class="link-decor-none">poc</a> diff --git a/_site/archive/arduino-due/schematic.png b/_site/blog/arduino-due/schematic.png Binary files differindex 62ddadd..62ddadd 100644 --- a/_site/archive/arduino-due/schematic.png +++ b/_site/blog/arduino-due/schematic.png diff --git a/_site/archive/arduino-due/source.tar.gz b/_site/blog/arduino-due/source.tar.gz Binary files differindex 496567b..496567b 100644 --- a/_site/archive/arduino-due/source.tar.gz +++ b/_site/blog/arduino-due/source.tar.gz diff --git a/_site/archive/arduino-uno/3v3.Makefile b/_site/blog/arduino-uno/3v3.Makefile index 4ca89d4..4ca89d4 100644 --- a/_site/archive/arduino-uno/3v3.Makefile +++ b/_site/blog/arduino-uno/3v3.Makefile diff --git a/_site/archive/arduino-uno/Makefile b/_site/blog/arduino-uno/Makefile index 9db7b09..9db7b09 100644 --- a/_site/archive/arduino-uno/Makefile +++ b/_site/blog/arduino-uno/Makefile diff --git a/_site/archive/arduino-uno/breadboard.jpeg b/_site/blog/arduino-uno/breadboard.jpeg Binary files differindex bd74907..bd74907 100644 --- a/_site/archive/arduino-uno/breadboard.jpeg +++ b/_site/blog/arduino-uno/breadboard.jpeg diff --git a/_site/archive/arduino-uno/index.html b/_site/blog/arduino-uno/index.html index 2b4f64d..7c4a71b 100644 --- a/_site/archive/arduino-uno/index.html +++ b/_site/blog/arduino-uno/index.html @@ -24,7 +24,7 @@ <a href="/" class="link-decor-none">hme</a> </li> <li class="active"> - <a href="/archive/" class="link-decor-none">blg</a> + <a href="/blog/" class="link-decor-none">blg</a> </li> <li > <a href="/projects/" class="link-decor-none">poc</a> diff --git a/_site/archive/arduino-uno/pinout.png b/_site/blog/arduino-uno/pinout.png Binary files differindex 59acfbc..59acfbc 100644 --- a/_site/archive/arduino-uno/pinout.png +++ b/_site/blog/arduino-uno/pinout.png diff --git a/_site/archive/index.html b/_site/blog/index.html index e739320..c213ee5 100644 --- a/_site/archive/index.html +++ b/_site/blog/index.html @@ -4,7 +4,7 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>Archive</title> + <title>Blog</title> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/skeleton.css"> </head> @@ -20,7 +20,7 @@ <a href="/" class="link-decor-none">hme</a> </li> <li class="active"> - <a href="/archive/" class="link-decor-none">blg</a> + <a href="/blog/" class="link-decor-none">blg</a> </li> <li > <a href="/projects/" class="link-decor-none">poc</a> @@ -36,7 +36,7 @@ <main class="container" id="main"><div class="container"> - <h2>Archive</h2> + <h2>Blog</h2> <div class="articles"> <table class="posts-table"> @@ -46,7 +46,7 @@ <tr> <td class="posts-td posts-td-link"> - <a href="/archive/suckless-software/" class="link-decor-none">How I manage Suckless software packages</a> + <a href="/blog/suckless-software/" class="link-decor-none">How I manage Suckless software packages</a> </td> <td class="posts-td posts-td-time"> <span class="post-meta"> @@ -59,7 +59,7 @@ <tr> <td class="posts-td posts-td-link"> - <a href="/archive/neo4j-a-star-search/" class="link-decor-none">Neo4J A* search</a> + <a href="/blog/neo4j-a-star-search/" class="link-decor-none">Neo4J A* search</a> </td> <td class="posts-td posts-td-time"> <span class="post-meta"> @@ -72,7 +72,7 @@ <tr> <td class="posts-td posts-td-link"> - <a href="/archive/mosfet-switches/" class="link-decor-none">MOSFETs as electronic switches</a> + <a href="/blog/mosfet-switches/" class="link-decor-none">MOSFETs as electronic switches</a> </td> <td class="posts-td posts-td-time"> <span class="post-meta"> @@ -85,7 +85,7 @@ <tr> <td class="posts-td posts-td-link"> - <a href="/archive/arduino-uno/" class="link-decor-none">How to configure ATmega328P microcontrollers to run at 3.3V and 5V</a> + <a href="/blog/arduino-uno/" class="link-decor-none">How to configure ATmega328P microcontrollers to run at 3.3V and 5V</a> </td> <td class="posts-td posts-td-time"> <span class="post-meta"> @@ -98,7 +98,7 @@ <tr> <td class="posts-td posts-td-link"> - <a href="/archive/arduino-due/" class="link-decor-none">How to set up ATSAM3X8E microcontrollers for bare-metal programming in C</a> + <a href="/blog/arduino-due/" class="link-decor-none">How to set up ATSAM3X8E microcontrollers for bare-metal programming in C</a> </td> <td class="posts-td posts-td-time"> <span class="post-meta"> diff --git a/_site/archive/mosfet-switches/bjt.png b/_site/blog/mosfet-switches/bjt.png Binary files differindex 9858fa7..9858fa7 100644 --- a/_site/archive/mosfet-switches/bjt.png +++ b/_site/blog/mosfet-switches/bjt.png diff --git a/_site/archive/mosfet-switches/index.html b/_site/blog/mosfet-switches/index.html index 902d813..ed63e0a 100644 --- a/_site/archive/mosfet-switches/index.html +++ b/_site/blog/mosfet-switches/index.html @@ -24,7 +24,7 @@ <a href="/" class="link-decor-none">hme</a> </li> <li class="active"> - <a href="/archive/" class="link-decor-none">blg</a> + <a href="/blog/" class="link-decor-none">blg</a> </li> <li > <a href="/projects/" class="link-decor-none">poc</a> diff --git a/_site/archive/mosfet-switches/n_high_side.png b/_site/blog/mosfet-switches/n_high_side.png Binary files differindex c851768..c851768 100644 --- a/_site/archive/mosfet-switches/n_high_side.png +++ b/_site/blog/mosfet-switches/n_high_side.png diff --git a/_site/archive/mosfet-switches/p_high_side.png b/_site/blog/mosfet-switches/p_high_side.png Binary files differindex 9f5397a..9f5397a 100644 --- a/_site/archive/mosfet-switches/p_high_side.png +++ b/_site/blog/mosfet-switches/p_high_side.png diff --git a/_site/archive/neo4j-a-star-search/index.html b/_site/blog/neo4j-a-star-search/index.html index e0696aa..0d918c7 100644 --- a/_site/archive/neo4j-a-star-search/index.html +++ b/_site/blog/neo4j-a-star-search/index.html @@ -24,7 +24,7 @@ <a href="/" class="link-decor-none">hme</a> </li> <li class="active"> - <a href="/archive/" class="link-decor-none">blg</a> + <a href="/blog/" class="link-decor-none">blg</a> </li> <li > <a href="/projects/" class="link-decor-none">poc</a> diff --git a/_site/archive/suckless-software/index.html b/_site/blog/suckless-software/index.html index 418f8ce..ea91072 100644 --- a/_site/archive/suckless-software/index.html +++ b/_site/blog/suckless-software/index.html @@ -24,7 +24,7 @@ <a href="/" class="link-decor-none">hme</a> </li> <li class="active"> - <a href="/archive/" class="link-decor-none">blg</a> + <a href="/blog/" class="link-decor-none">blg</a> </li> <li > <a href="/projects/" class="link-decor-none">poc</a> diff --git a/_site/feed.xml b/_site/feed.xml index 450f186..8574cb7 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="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2025-12-08T17:12:03+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 +<?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-08T21:04:23+08:00</updated><id>/feed.xml</id><title type="html">ASCIIMX | Blog</title><author><name>W. D. Sadeep Madurange</name></author><entry><title type="html">How I manage Suckless software packages</title><link href="/blog/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>/blog/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="/blog/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>/blog/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="/blog/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>/blog/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="/blog/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>/blog/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="/blog/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>/blog/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/index.html b/_site/index.html index 45e440f..6d65535 100644 --- a/_site/index.html +++ b/_site/index.html @@ -20,7 +20,7 @@ <a href="/" class="link-decor-none">hme</a> </li> <li > - <a href="/archive/" class="link-decor-none">blg</a> + <a href="/blog/" class="link-decor-none">blg</a> </li> <li > <a href="/projects/" class="link-decor-none">poc</a> @@ -56,7 +56,7 @@ <tr> <td class="posts-td posts-td-link"> - <a href="/archive/suckless-software/" class="link-decor-none">How I manage Suckless software packages</a> + <a href="/blog/suckless-software/" class="link-decor-none">How I manage Suckless software packages</a> </td> <td class="posts-td posts-td-time"> <span class="post-meta"> @@ -69,7 +69,7 @@ <tr> <td class="posts-td posts-td-link"> - <a href="/archive/neo4j-a-star-search/" class="link-decor-none">Neo4J A* search</a> + <a href="/blog/neo4j-a-star-search/" class="link-decor-none">Neo4J A* search</a> </td> <td class="posts-td posts-td-time"> <span class="post-meta"> @@ -82,7 +82,7 @@ <tr> <td class="posts-td posts-td-link"> - <a href="/archive/mosfet-switches/" class="link-decor-none">MOSFETs as electronic switches</a> + <a href="/blog/mosfet-switches/" class="link-decor-none">MOSFETs as electronic switches</a> </td> <td class="posts-td posts-td-time"> <span class="post-meta"> @@ -95,7 +95,7 @@ <tr> <td class="posts-td posts-td-link"> - <a href="/archive/arduino-uno/" class="link-decor-none">How to configure ATmega328P microcontrollers to run at 3.3V and 5V</a> + <a href="/blog/arduino-uno/" class="link-decor-none">How to configure ATmega328P microcontrollers to run at 3.3V and 5V</a> </td> <td class="posts-td posts-td-time"> <span class="post-meta"> @@ -108,7 +108,7 @@ <tr> <td class="posts-td posts-td-link"> - <a href="/archive/arduino-due/" class="link-decor-none">How to set up ATSAM3X8E microcontrollers for bare-metal programming in C</a> + <a href="/blog/arduino-due/" class="link-decor-none">How to set up ATSAM3X8E microcontrollers for bare-metal programming in C</a> </td> <td class="posts-td posts-td-time"> <span class="post-meta"> diff --git a/_site/posts.xml b/_site/posts.xml index 04b0a19..6a3103c 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="/posts.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2025-12-08T17:12:03+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 +<?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-08T21:04:23+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 d5c573d..7004f2e 100644 --- a/_site/projects/bumblebee/index.html +++ b/_site/projects/bumblebee/index.html @@ -24,7 +24,7 @@ <a href="/" class="link-decor-none">hme</a> </li> <li > - <a href="/archive/" class="link-decor-none">blg</a> + <a href="/blog/" class="link-decor-none">blg</a> </li> <li class="active"> <a href="/projects/" class="link-decor-none">poc</a> diff --git a/_site/projects/e-reader/index.html b/_site/projects/e-reader/index.html index 47edd81..5a81e2b 100644 --- a/_site/projects/e-reader/index.html +++ b/_site/projects/e-reader/index.html @@ -24,7 +24,7 @@ <a href="/" class="link-decor-none">hme</a> </li> <li > - <a href="/archive/" class="link-decor-none">blg</a> + <a href="/blog/" class="link-decor-none">blg</a> </li> <li class="active"> <a href="/projects/" class="link-decor-none">poc</a> diff --git a/_site/projects/etlas/index.html b/_site/projects/etlas/index.html index 897e162..f8f539f 100644 --- a/_site/projects/etlas/index.html +++ b/_site/projects/etlas/index.html @@ -24,7 +24,7 @@ <a href="/" class="link-decor-none">hme</a> </li> <li > - <a href="/archive/" class="link-decor-none">blg</a> + <a href="/blog/" class="link-decor-none">blg</a> </li> <li class="active"> <a href="/projects/" class="link-decor-none">poc</a> diff --git a/_site/projects/fpm-door-lock/index.html b/_site/projects/fpm-door-lock/index.html index aa05298..5170201 100644 --- a/_site/projects/fpm-door-lock/index.html +++ b/_site/projects/fpm-door-lock/index.html @@ -24,7 +24,7 @@ <a href="/" class="link-decor-none">hme</a> </li> <li > - <a href="/archive/" class="link-decor-none">blg</a> + <a href="/blog/" class="link-decor-none">blg</a> </li> <li class="active"> <a href="/projects/" class="link-decor-none">poc</a> diff --git a/_site/projects/index.html b/_site/projects/index.html index f23333a..924dbad 100644 --- a/_site/projects/index.html +++ b/_site/projects/index.html @@ -20,7 +20,7 @@ <a href="/" class="link-decor-none">hme</a> </li> <li > - <a href="/archive/" class="link-decor-none">blg</a> + <a href="/blog/" class="link-decor-none">blg</a> </li> <li class="active"> <a href="/projects/" class="link-decor-none">poc</a> diff --git a/_site/projects/matrix-digital-rain/index.html b/_site/projects/matrix-digital-rain/index.html index 7f4b037..666456b 100644 --- a/_site/projects/matrix-digital-rain/index.html +++ b/_site/projects/matrix-digital-rain/index.html @@ -24,7 +24,7 @@ <a href="/" class="link-decor-none">hme</a> </li> <li > - <a href="/archive/" class="link-decor-none">blg</a> + <a href="/blog/" class="link-decor-none">blg</a> </li> <li class="active"> <a href="/projects/" class="link-decor-none">poc</a> diff --git a/_site/projects/my-first-pcb/index.html b/_site/projects/my-first-pcb/index.html index 75dab1e..412bfcf 100644 --- a/_site/projects/my-first-pcb/index.html +++ b/_site/projects/my-first-pcb/index.html @@ -24,7 +24,7 @@ <a href="/" class="link-decor-none">hme</a> </li> <li > - <a href="/archive/" class="link-decor-none">blg</a> + <a href="/blog/" class="link-decor-none">blg</a> </li> <li class="active"> <a href="/projects/" class="link-decor-none">poc</a> diff --git a/_site/sitemap.xml b/_site/sitemap.xml index 669f6b7..1b23cd3 100644 --- a/_site/sitemap.xml +++ b/_site/sitemap.xml @@ -1,23 +1,23 @@ <?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>/archive/arduino-due/</loc> +<loc>/blog/arduino-due/</loc> <lastmod>2024-10-05T00:00:00+08:00</lastmod> </url> <url> -<loc>/archive/arduino-uno/</loc> +<loc>/blog/arduino-uno/</loc> <lastmod>2025-04-10T00:00:00+08:00</lastmod> </url> <url> -<loc>/archive/mosfet-switches/</loc> +<loc>/blog/mosfet-switches/</loc> <lastmod>2025-06-22T00:00:00+08:00</lastmod> </url> <url> -<loc>/archive/neo4j-a-star-search/</loc> +<loc>/blog/neo4j-a-star-search/</loc> <lastmod>2025-09-14T00:00:00+08:00</lastmod> </url> <url> -<loc>/archive/suckless-software/</loc> +<loc>/blog/suckless-software/</loc> <lastmod>2025-11-30T00:00:00+08:00</lastmod> </url> <url> @@ -48,7 +48,7 @@ <loc>/about/</loc> </url> <url> -<loc>/archive/</loc> +<loc>/blog/</loc> </url> <url> <loc>/</loc> |
