diff options
| author | Christian Cleberg <[email protected]> | 2026-02-21 20:29:45 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-21 20:29:45 -0600 |
| commit | 280246ed5ae0696a32e83ab2fdc092062ca4b36f (patch) | |
| tree | 316f2a99a4805d6b09bca57abb4299ef919efa00 /content/blog | |
| parent | 7bdc5cd488bfe0de771155264c119a1d76e31bfc (diff) | |
| download | cleberg.net-280246ed5ae0696a32e83ab2fdc092062ca4b36f.tar.gz cleberg.net-280246ed5ae0696a32e83ab2fdc092062ca4b36f.tar.bz2 cleberg.net-280246ed5ae0696a32e83ab2fdc092062ca4b36f.zip | |
fix all posts to use inactive timestamps (#8)
Diffstat (limited to 'content/blog')
151 files changed, 151 insertions, 151 deletions
diff --git a/content/blog/2018-11-28-aes-encryption.org b/content/blog/2018-11-28-aes-encryption.org index d683dcb..5a6c4d2 100644 --- a/content/blog/2018-11-28-aes-encryption.org +++ b/content/blog/2018-11-28-aes-encryption.org @@ -1,4 +1,4 @@ -#+date: <2018-11-28 Wed 00:00:00> +#+date: [2018-11-28 Wed 00:00:00] #+title: How AES Encryption Works #+description: Detailed explanation of AES encryption, including key handling, encryption modes, algorithm structure, and implementation considerations for secure data protection. #+slug: aes-encryption diff --git a/content/blog/2018-11-28-cpp-compiler.org b/content/blog/2018-11-28-cpp-compiler.org index 817b32e..3d30e7f 100644 --- a/content/blog/2018-11-28-cpp-compiler.org +++ b/content/blog/2018-11-28-cpp-compiler.org @@ -1,4 +1,4 @@ -#+date: <2018-11-28 Wed 00:00:00> +#+date: [2018-11-28 Wed 00:00:00] #+title: Inside the C++ Compiler #+description: Systematic presentation of the C++ compilation phases including preprocessing, compilation, assembly, and linking, with technical insights into each stage's function. #+slug: cpp-compiler diff --git a/content/blog/2019-01-07-useful-css.org b/content/blog/2019-01-07-useful-css.org index 59a982f..2527d30 100644 --- a/content/blog/2019-01-07-useful-css.org +++ b/content/blog/2019-01-07-useful-css.org @@ -1,4 +1,4 @@ -#+date: <2019-01-07 Mon 00:00:00> +#+date: [2019-01-07 Mon 00:00:00] #+title: Real‑World CSS Techniques: Flexbox, Shadows, and Variables #+description: Practical guide on applying CSS rules and constructs such as flexbox, box shadows, and variable usage to achieve standard web styling and layout objectives. #+slug: useful-css diff --git a/content/blog/2019-09-09-audit-analytics.org b/content/blog/2019-09-09-audit-analytics.org index 5984b5d..c66c213 100644 --- a/content/blog/2019-09-09-audit-analytics.org +++ b/content/blog/2019-09-09-audit-analytics.org @@ -1,4 +1,4 @@ -#+date: <2019-09-09 Mon 00:00:00> +#+date: [2019-09-09 Mon 00:00:00] #+title: Bringing Data Analytics Into Internal Audit #+description: Examination of data analytical approaches applied within internal audit functions to improve risk evaluation, process efficiency, and decision support. #+slug: audit-analytics diff --git a/content/blog/2019-12-03-the-ansoff-matrix.org b/content/blog/2019-12-03-the-ansoff-matrix.org index 903b6cd..3500504 100644 --- a/content/blog/2019-12-03-the-ansoff-matrix.org +++ b/content/blog/2019-12-03-the-ansoff-matrix.org @@ -1,4 +1,4 @@ -#+date: <2019-12-03 Tue 00:00:00> +#+date: [2019-12-03 Tue 00:00:00] #+title: How the Ansoff Matrix Guides Business Growth #+description: Analytical description of the Ansoff Matrix, detailing market and product development strategies for measured business expansion and competitive positioning. #+slug: the-ansoff-matrix diff --git a/content/blog/2019-12-16-password-security.org b/content/blog/2019-12-16-password-security.org index f44153d..2545953 100644 --- a/content/blog/2019-12-16-password-security.org +++ b/content/blog/2019-12-16-password-security.org @@ -1,4 +1,4 @@ -#+date: <2019-12-16 Mon 00:00:00> +#+date: [2019-12-16 Mon 00:00:00] #+title: How to Secure Passwords: Best Practices and NIST Guidelines #+description: Compilation of guidelines for password generation, storage, protection, and compliance with established standards such as NIST for maintaining digital security. #+slug: password-security diff --git a/content/blog/2020-01-25-linux-software.org b/content/blog/2020-01-25-linux-software.org index 2233995..01a93f2 100644 --- a/content/blog/2020-01-25-linux-software.org +++ b/content/blog/2020-01-25-linux-software.org @@ -1,4 +1,4 @@ -#+date: <2020-01-25 Sat 00:00:00> +#+date: [2020-01-25 Sat 00:00:00] #+title: Linux Essentials: Top Tools and Easy Setup Tips #+description: Inventory and description of key Linux applications including graphical and command-line tools, with installation instructions for various distributions. #+slug: linux-software diff --git a/content/blog/2020-01-26-steam-on-ntfs.org b/content/blog/2020-01-26-steam-on-ntfs.org index 58451b7..73cd1d9 100644 --- a/content/blog/2020-01-26-steam-on-ntfs.org +++ b/content/blog/2020-01-26-steam-on-ntfs.org @@ -1,4 +1,4 @@ -#+date: <2020-01-26 Sun 00:00:00> +#+date: [2020-01-26 Sun 00:00:00] #+title: How to Get Steam Running Smoothly on NTFS Drives in Linux #+description: Procedures for mounting NTFS drives using ntfs-3g to enable reliable execution of Steam gaming software on Linux environments. #+slug: steam-on-ntfs diff --git a/content/blog/2020-02-09-cryptography-basics.org b/content/blog/2020-02-09-cryptography-basics.org index a60ecd3..17d31d4 100644 --- a/content/blog/2020-02-09-cryptography-basics.org +++ b/content/blog/2020-02-09-cryptography-basics.org @@ -1,4 +1,4 @@ -#+date: <2020-02-09 Sunday 00:00:00> +#+date: [2020-02-09 Sunday 00:00:00] #+title: A Practical Guide to Encryption, Keys, and Secure Communication #+description: Systematic overview of encryption methodologies, key categories, algorithmic frameworks, and their applications in data confidentiality and integrity. #+slug: cryptography diff --git a/content/blog/2020-03-25-session-messenger.org b/content/blog/2020-03-25-session-messenger.org index 39dd984..77c4547 100644 --- a/content/blog/2020-03-25-session-messenger.org +++ b/content/blog/2020-03-25-session-messenger.org @@ -1,4 +1,4 @@ -#+date: <2020-03-25 Wed 00:00:00> +#+date: [2020-03-25 Wed 00:00:00] #+title: Session Messenger: Is It Secure? #+description: Technical description of the Session messaging protocol, including end-to-end encryption, metadata minimization, multi-device synchronization, and privacy-centric design. #+slug: session-messenger diff --git a/content/blog/2020-05-03-homelab.org b/content/blog/2020-05-03-homelab.org index 9ed85b1..3b4b68d 100644 --- a/content/blog/2020-05-03-homelab.org +++ b/content/blog/2020-05-03-homelab.org @@ -1,4 +1,4 @@ -#+date: <2020-05-03 Sun 00:00:00> +#+date: [2020-05-03 Sun 00:00:00] #+title: My Homelab Setup: Gear, Network, and Lessons Learned #+description: Comprehensive instructions on assembling and configuring a homelab environment, emphasizing hardware selection, software deployment, and network setup for operational efficiency. #+slug: homelab diff --git a/content/blog/2020-05-19-customizing-ubuntu.org b/content/blog/2020-05-19-customizing-ubuntu.org index 414ba4b..58baf25 100644 --- a/content/blog/2020-05-19-customizing-ubuntu.org +++ b/content/blog/2020-05-19-customizing-ubuntu.org @@ -1,4 +1,4 @@ -#+date: <2020-05-19 Tue 00:00:00> +#+date: [2020-05-19 Tue 00:00:00] #+title: Tweak Your Ubuntu Look: A Beginner’s Guide to GNOME Customization #+description: Detailed instructions for modifying system appearance and interface elements in Ubuntu 20.04, including setting themes, icon packs, font adjustments, terminal configurations, and related customization parameters. #+slug: customizing-ubuntu diff --git a/content/blog/2020-07-20-video-game-sales.org b/content/blog/2020-07-20-video-game-sales.org index e9709cf..db10e98 100644 --- a/content/blog/2020-07-20-video-game-sales.org +++ b/content/blog/2020-07-20-video-game-sales.org @@ -1,4 +1,4 @@ -#+date: <2020-07-20 Mon 00:00:00> +#+date: [2020-07-20 Mon 00:00:00] #+title: A Data-Driven Look at Video Game Sales (1980–2020) #+description: Presentation of analyzed data regarding global video game sales, covering platform distributions, genre classifications, and geographic market performance metrics. #+slug: video-game-sales diff --git a/content/blog/2020-07-26-business-analysis.org b/content/blog/2020-07-26-business-analysis.org index 19823e1..16c52bb 100644 --- a/content/blog/2020-07-26-business-analysis.org +++ b/content/blog/2020-07-26-business-analysis.org @@ -1,4 +1,4 @@ -#+date: <2020-07-26 Sun 00:00:00> +#+date: [2020-07-26 Sun 00:00:00] #+title: A Location Intelligence Framework: Mapping Urban Business Clusters with Python #+description: Methodology for utilizing data science techniques and Foursquare API data to analyze and select promising business sites within urban environments. #+slug: business-analysis diff --git a/content/blog/2020-08-22-redirect-github-pages.org b/content/blog/2020-08-22-redirect-github-pages.org index 2bcee18..657f99f 100644 --- a/content/blog/2020-08-22-redirect-github-pages.org +++ b/content/blog/2020-08-22-redirect-github-pages.org @@ -1,4 +1,4 @@ -#+date: <2020-08-22 Sat 00:00:00> +#+date: [2020-08-22 Sat 00:00:00] #+title: Configure GitHub Pages to Use Your Root Domain Instead of WWW #+description: Stepwise instructions for configuring redirection of GitHub Pages sites from the www subdomain to the apex domain to improve domain resolution and access consistency. #+slug: redirect-github-pages diff --git a/content/blog/2020-08-29-php-auth-flow.org b/content/blog/2020-08-29-php-auth-flow.org index 0276c9f..ede41a9 100644 --- a/content/blog/2020-08-29-php-auth-flow.org +++ b/content/blog/2020-08-29-php-auth-flow.org @@ -1,4 +1,4 @@ -#+date: <2020-08-29 Sat 00:00:00> +#+date: [2020-08-29 Sat 00:00:00] #+title: PHP User Authentication: Create, Validate, and Manage Sessions #+description: Comprehensive guide to developing a secure user login system in PHP, including account creation, session management, and logout procedures. #+slug: php-auth-flow diff --git a/content/blog/2020-09-01-visual-recognition.org b/content/blog/2020-09-01-visual-recognition.org index bfab651..d3d39a0 100644 --- a/content/blog/2020-09-01-visual-recognition.org +++ b/content/blog/2020-09-01-visual-recognition.org @@ -1,4 +1,4 @@ -#+date: <2020-09-01 Tue 00:00:00> +#+date: [2020-09-01 Tue 00:00:00] #+title: How to Use IBM Watson Visual Recognition API for Image Analysis #+description: Technical overview and application instructions for using IBM Watson Visual Recognition service, with focus on API configuration, image input processing, and classification output handling. #+slug: visual-recognition diff --git a/content/blog/2020-09-22-internal-audit.org b/content/blog/2020-09-22-internal-audit.org index f262352..75b64cb 100644 --- a/content/blog/2020-09-22-internal-audit.org +++ b/content/blog/2020-09-22-internal-audit.org @@ -1,4 +1,4 @@ -#+date: <2020-09-22 Tue 00:00:00> +#+date: [2020-09-22 Tue 00:00:00] #+title: The Strategic Role of Internal Audit in Risk, Governance, and Compliance #+description: Analysis of internal audit processes, their contribution to risk management, governance frameworks, and compliance monitoring within corporate structures. #+slug: internal-audit diff --git a/content/blog/2020-09-25-happiness-map.org b/content/blog/2020-09-25-happiness-map.org index a13cd28..e7a1184 100644 --- a/content/blog/2020-09-25-happiness-map.org +++ b/content/blog/2020-09-25-happiness-map.org @@ -1,4 +1,4 @@ -#+date: <2020-09-25 Fri 00:00:00> +#+date: [2020-09-25 Fri 00:00:00] #+title: Visualizing Global Happiness: A Choropleth Map with Python and Folium #+description: Instructions for creating an interactive choropleth map visualizing international happiness data based on metrics such as GDP, social support, health indicators, freedom indices, generosity, and corruption levels. #+slug: happiness-map diff --git a/content/blog/2020-10-12-mediocrity.org b/content/blog/2020-10-12-mediocrity.org index 9106315..88015fd 100644 --- a/content/blog/2020-10-12-mediocrity.org +++ b/content/blog/2020-10-12-mediocrity.org @@ -1,4 +1,4 @@ -#+date: <2020-10-12 Mon 00:00:00> +#+date: [2020-10-12 Mon 00:00:00] #+title: When Good Is Good Enough—And When It Isn't #+description: Examination of decision-making principles relating to achieving sufficient quality levels, including trade-offs between perfection and adequacy in professional and operational contexts. #+slug: mediocrity diff --git a/content/blog/2020-12-27-website-redesign.org b/content/blog/2020-12-27-website-redesign.org index 1d0c1aa..53d12dc 100644 --- a/content/blog/2020-12-27-website-redesign.org +++ b/content/blog/2020-12-27-website-redesign.org @@ -1,4 +1,4 @@ -#+date: <2020-12-27 Sun 00:00:00> +#+date: [2020-12-27 Sun 00:00:00] #+title: Designing for Speed: A 5KB Site That Scores 100s on Lighthouse #+description: Detailed process outlining methods for reducing website page size to approximately 5 kilobytes, enhancing loading speed, search engine indexing efficiency, and user interface responsiveness. #+slug: website-redesign diff --git a/content/blog/2020-12-28-neon-drive.org b/content/blog/2020-12-28-neon-drive.org index 9590896..ef3262f 100644 --- a/content/blog/2020-12-28-neon-drive.org +++ b/content/blog/2020-12-28-neon-drive.org @@ -1,4 +1,4 @@ -#+date: <2020-12-28 Mon 00:00:00> +#+date: [2020-12-28 Mon 00:00:00] #+title: Outrun the Future: A Review of Neon Drive's Gameplay and Style #+description: Description of game mechanics, graphical style, and level design in Neon Drive, an arcade racing game inspired by 1980s synthwave aesthetics. #+slug: neon-drive diff --git a/content/blog/2020-12-29-zork.org b/content/blog/2020-12-29-zork.org index 019038b..e57d5bd 100644 --- a/content/blog/2020-12-29-zork.org +++ b/content/blog/2020-12-29-zork.org @@ -1,4 +1,4 @@ -#+date: <2020-12-29 Tue 00:00:00> +#+date: [2020-12-29 Tue 00:00:00] #+title: Your First Grue: Getting Started with Zork, the Iconic Text Adventure #+description: Detailed operational guide for navigating Zork, a text-based interactive fiction game from the 1980s. Includes instructions for exploration, puzzle resolution, and item collection. #+slug: zork diff --git a/content/blog/2021-01-01-seum.org b/content/blog/2021-01-01-seum.org index 83f871f..9ee3b61 100644 --- a/content/blog/2021-01-01-seum.org +++ b/content/blog/2021-01-01-seum.org @@ -1,4 +1,4 @@ -#+date: <2021-01-01 Fri 00:00:00> +#+date: [2021-01-01 Fri 00:00:00] #+title: SEUM: Speedrunners from Hell #+description: Technical overview for utilizing the game SEUM, focusing on speedrunning techniques, gravity manipulation, teleportation functions, and level completion criteria. #+slug: seum diff --git a/content/blog/2021-01-04-fediverse.org b/content/blog/2021-01-04-fediverse.org index f32ed66..1a6f30d 100644 --- a/content/blog/2021-01-04-fediverse.org +++ b/content/blog/2021-01-04-fediverse.org @@ -1,4 +1,4 @@ -#+date: <2021-01-04 Mon 00:00:00> +#+date: [2021-01-04 Mon 00:00:00] #+title: Navigating the Fediverse: User Manual for Decentralized Social Media #+description: Detailed introduction to the Fediverse network architecture, user registration procedures, platform navigation, and protocols ensuring content decentralization and censorship resistance. #+slug: fediverse diff --git a/content/blog/2021-01-07-ufw.org b/content/blog/2021-01-07-ufw.org index 9c853a6..f0ee202 100644 --- a/content/blog/2021-01-07-ufw.org +++ b/content/blog/2021-01-07-ufw.org @@ -1,4 +1,4 @@ -#+date: <2021-01-07 Thu 00:00:00> +#+date: [2021-01-07 Thu 00:00:00] #+title: Hardening Ubuntu Servers with UFW: A Step-by-Step Firewall Guide #+description: Stepwise instructions for installation, configuration, enabling, and management of the Uncomplicated Firewall utility to secure network interfaces on Ubuntu server environments. #+slug: ufw diff --git a/content/blog/2021-02-19-macos.org b/content/blog/2021-02-19-macos.org index 46ac966..994866e 100644 --- a/content/blog/2021-02-19-macos.org +++ b/content/blog/2021-02-19-macos.org @@ -1,4 +1,4 @@ -#+date: <2021-02-19 Fri 00:00:00> +#+date: [2021-02-19 Fri 00:00:00] #+title: macOS for Linux Users: Initial Setup and CLI Customization #+description: Comprehensive overview for first-time macOS users transitioning from other OS platforms, including system setup, terminal usage, and user interface customization. #+slug: macos diff --git a/content/blog/2021-03-19-clone-github-repos.org b/content/blog/2021-03-19-clone-github-repos.org index 399e4bc..d0f906f 100644 --- a/content/blog/2021-03-19-clone-github-repos.org +++ b/content/blog/2021-03-19-clone-github-repos.org @@ -1,4 +1,4 @@ -#+date: <2021-03-19 Fri 00:00:00> +#+date: [2021-03-19 Fri 00:00:00] #+title: GitHub and Sourcehut: Scripting Mass Clones and Remote Updates #+description: Script-based methodology for cloning multiple repositories from GitHub and Sourcehut accounts. Includes automation techniques to streamline repository management and backups. #+slug: clone-github-repos diff --git a/content/blog/2021-03-28-gemini-capsule.org b/content/blog/2021-03-28-gemini-capsule.org index 2bd98d1..03c09fb 100644 --- a/content/blog/2021-03-28-gemini-capsule.org +++ b/content/blog/2021-03-28-gemini-capsule.org @@ -1,4 +1,4 @@ -#+date: <2021-03-28 Sun 00:00:00> +#+date: [2021-03-28 Sun 00:00:00] #+title: Getting Started with Gemini: Deploy Your First Capsule #+description: Incremental procedural guide to initiate and maintain a Gemini capsule server. Covers installation, deployment, and operational best practices for beginners. #+slug: gemini-capsule diff --git a/content/blog/2021-03-28-vaporwave-vs-outrun.org b/content/blog/2021-03-28-vaporwave-vs-outrun.org index 6701b7a..921973d 100644 --- a/content/blog/2021-03-28-vaporwave-vs-outrun.org +++ b/content/blog/2021-03-28-vaporwave-vs-outrun.org @@ -1,4 +1,4 @@ -#+date: <2021-03-28 Sun 00:00:00> +#+date: [2021-03-28 Sun 00:00:00] #+title: Exploring Vaporwave and Outrun: Color, Culture, and Sound #+description: Systematic examination of Vaporwave and Outrun aesthetic frameworks, focusing on graphical elements, chromatic schemes, musical associations, and period-specific cultural influences. #+slug: vaporwave-vs-outrun diff --git a/content/blog/2021-03-30-vps-web-server.org b/content/blog/2021-03-30-vps-web-server.org index 0b38eaa..fe52559 100644 --- a/content/blog/2021-03-30-vps-web-server.org +++ b/content/blog/2021-03-30-vps-web-server.org @@ -1,4 +1,4 @@ -#+date: <2021-03-30 Tue 00:00:00> +#+date: [2021-03-30 Tue 00:00:00] #+title: From Shared Hosting to VPS: Web Server Setup Made Easy #+description: Instructional outline for setting up and maintaining a VPS environment configured for secure and scalable web hosting applications. #+slug: vps-web-server diff --git a/content/blog/2021-04-17-gemini-server.org b/content/blog/2021-04-17-gemini-server.org index f223822..6aabb0b 100644 --- a/content/blog/2021-04-17-gemini-server.org +++ b/content/blog/2021-04-17-gemini-server.org @@ -1,4 +1,4 @@ -#+date: <2021-04-17 Sat 00:00:00> +#+date: [2021-04-17 Sat 00:00:00] #+title: Agate Gemini Server Installation and Firewall Configuration #+description: Detailed directives for installation and configuration of a Gemini protocol server on Ubuntu, including network security and firewall setup. #+slug: gemini-server diff --git a/content/blog/2021-04-23-php-comment-system.org b/content/blog/2021-04-23-php-comment-system.org index 33ba763..43c15dd 100644 --- a/content/blog/2021-04-23-php-comment-system.org +++ b/content/blog/2021-04-23-php-comment-system.org @@ -1,4 +1,4 @@ -#+date: <2021-04-23 Fri 00:00:00> +#+date: [2021-04-23 Fri 00:00:00] #+title: Building a Lightweight PHP Static Commenting System Without JavaScript #+description: Technical walkthrough for constructing a lightweight, privacy-oriented static comment system using PHP, with no client-side scripting or external dependencies. #+slug: php-comment-system diff --git a/content/blog/2021-04-28-photography.org b/content/blog/2021-04-28-photography.org index a044a7d..9caa0d4 100644 --- a/content/blog/2021-04-28-photography.org +++ b/content/blog/2021-04-28-photography.org @@ -1,4 +1,4 @@ -#+date: <2021-04-28 Wed 00:00:00> +#+date: [2021-04-28 Wed 00:00:00] #+title: Getting Started with Photography: Gear and Best Practices #+description: Instructional document covering basic techniques in photography, including equipment selection, operational best practices, and methods for capturing high-quality images. #+slug: photography diff --git a/content/blog/2021-05-30-changing-git-authors.org b/content/blog/2021-05-30-changing-git-authors.org index 86dd84c..7ec55dd 100644 --- a/content/blog/2021-05-30-changing-git-authors.org +++ b/content/blog/2021-05-30-changing-git-authors.org @@ -1,4 +1,4 @@ -#+date: <2021-05-30 Sun 00:00:00> +#+date: [2021-05-30 Sun 00:00:00] #+title: Automated Script for Correcting Git Author Details in Multiple Projects #+description: Detailed instructions for systematically updating the Git author name and email information in multiple repositories using command-line tools and scripts. #+slug: changing-git-authors diff --git a/content/blog/2021-07-15-delete-gitlab-repos.org b/content/blog/2021-07-15-delete-gitlab-repos.org index 84b08ad..9fcd5b6 100644 --- a/content/blog/2021-07-15-delete-gitlab-repos.org +++ b/content/blog/2021-07-15-delete-gitlab-repos.org @@ -1,4 +1,4 @@ -#+date: <2021-07-15 Thu 00:00:00> +#+date: [2021-07-15 Thu 00:00:00] #+title: Automated Deletion of All GitLab Repositories Using Python #+description: Stepwise instructions for executing a Python script to delete all repositories associated with a GitLab account. Includes authentication and error handling procedures. #+slug: delete-gitlab-repos diff --git a/content/blog/2021-08-25-audit-sampling.org b/content/blog/2021-08-25-audit-sampling.org index a2cc1d4..7054acd 100644 --- a/content/blog/2021-08-25-audit-sampling.org +++ b/content/blog/2021-08-25-audit-sampling.org @@ -1,4 +1,4 @@ -#+date: <2021-08-25 Wed 00:00:00> +#+date: [2021-08-25 Wed 00:00:00] #+title: Audit Sampling Made Easy: Using Pandas for Random and Stratified Samples #+description: Presentation of methods for implementing audit sampling techniques including simple random, stratified, and systematic sampling using Python's Pandas library for precise audit outcomes. #+slug: audit-sampling diff --git a/content/blog/2021-10-09-apache-redirect.org b/content/blog/2021-10-09-apache-redirect.org index 6160882..d65de79 100644 --- a/content/blog/2021-10-09-apache-redirect.org +++ b/content/blog/2021-10-09-apache-redirect.org @@ -1,4 +1,4 @@ -#+date: <2021-10-09 Sat 00:00:00> +#+date: [2021-10-09 Sat 00:00:00] #+title: Setting Up Apache Rewrite Rules for Extensionless URLs #+description: Technical guide to applying Apache mod_rewrite directives for transforming .html file requests into clean directory-style URL structures to enhance website navigation and indexing. #+slug: apache-redirect diff --git a/content/blog/2021-12-04-cisa.org b/content/blog/2021-12-04-cisa.org index 623e3ab..2025d49 100644 --- a/content/blog/2021-12-04-cisa.org +++ b/content/blog/2021-12-04-cisa.org @@ -1,4 +1,4 @@ -#+date: <2021-12-04 Sat 00:00:00> +#+date: [2021-12-04 Sat 00:00:00] #+title: How I Prepared for and Passed the CISA Exam: A Practical Study Guide #+description: Comprehensive outline of study materials, preparation strategies, and procedural advice for passing the CISA examination on the initial attempt. #+slug: cisa diff --git a/content/blog/2022-02-10-leaving-the-office.org b/content/blog/2022-02-10-leaving-the-office.org index 720d04d..519d744 100644 --- a/content/blog/2022-02-10-leaving-the-office.org +++ b/content/blog/2022-02-10-leaving-the-office.org @@ -1,4 +1,4 @@ -#+date: <2022-02-10 Thu 00:00:00> +#+date: [2022-02-10 Thu 00:00:00] #+title: From Cubicles to Home Offices: My Journey Through Changing Workspaces #+description: Examination of factors influencing the shift from traditional office environments to remote work, including benefits, constraints, and implementation recommendations. #+slug: leaving-the-office diff --git a/content/blog/2022-02-10-njalla-dns-api.org b/content/blog/2022-02-10-njalla-dns-api.org index ab233c9..0b30cca 100644 --- a/content/blog/2022-02-10-njalla-dns-api.org +++ b/content/blog/2022-02-10-njalla-dns-api.org @@ -1,4 +1,4 @@ -#+date: <2022-02-10 Thu 00:00:00> +#+date: [2022-02-10 Thu 00:00:00] #+title: Automating Dynamic DNS Record Updates via Njalla API Using Python #+description: Instructional material detailing automation of DNS record updates by interfacing with Njalla's API, suitable for environments with frequently changing IP addresses. #+slug: njalla-dns-api diff --git a/content/blog/2022-02-16-debian-and-nginx.org b/content/blog/2022-02-16-debian-and-nginx.org index bec0712..fcafa3d 100644 --- a/content/blog/2022-02-16-debian-and-nginx.org +++ b/content/blog/2022-02-16-debian-and-nginx.org @@ -1,4 +1,4 @@ -#+date: <2022-02-16 Wed 00:00:00> +#+date: [2022-02-16 Wed 00:00:00] #+title: Switching to Debian and Nginx: A Modern Web and Gemini Server Migration Walkthrough #+description: Step-by-step protocol for transitioning web server infrastructure to Debian operating system, including installation, configuration, and security hardening of Nginx and Agate services. #+slug: debian-and-nginx diff --git a/content/blog/2022-02-17-exiftool.org b/content/blog/2022-02-17-exiftool.org index 45308ef..5534818 100644 --- a/content/blog/2022-02-17-exiftool.org +++ b/content/blog/2022-02-17-exiftool.org @@ -1,4 +1,4 @@ -#+date: <2022-02-17 Thu 00:00:00> +#+date: [2022-02-17 Thu 00:00:00] #+title: Protect Your Privacy: Automating Image Metadata Removal Using Exiftool #+description: Technical instructions for utilizing Exiftool to systematically strip metadata from image files to ensure privacy and reduce file size. #+slug: exiftool diff --git a/content/blog/2022-02-20-nginx-caching.org b/content/blog/2022-02-20-nginx-caching.org index d74aed9..e6eb0ad 100644 --- a/content/blog/2022-02-20-nginx-caching.org +++ b/content/blog/2022-02-20-nginx-caching.org @@ -1,4 +1,4 @@ -#+date: <2022-02-20 Sun 00:00:00> +#+date: [2022-02-20 Sun 00:00:00] #+title: How to Configure Nginx for Efficient Static Content Caching #+description: Detailed methods for configuring Nginx to cache static resources such as CSS, JavaScript, and images to improve website loading times and resource efficiency. #+slug: nginx-caching diff --git a/content/blog/2022-02-22-tuesday.org b/content/blog/2022-02-22-tuesday.org index 9c1fc52..eb385f4 100644 --- a/content/blog/2022-02-22-tuesday.org +++ b/content/blog/2022-02-22-tuesday.org @@ -1,4 +1,4 @@ -#+date: <2022-02-22 Tue 00:00:00> +#+date: [2022-02-22 Tue 00:00:00] #+title: Twosday: Exploring the Unique Palindromic Date of 2-22-22 #+description: Examination of the date Tuesday, February 22, 2022, highlighting the palindromic properties and expected observations on this specific calendar occurrence. #+slug: tuesday diff --git a/content/blog/2022-03-02-reliable-notes.org b/content/blog/2022-03-02-reliable-notes.org index 4cf7a0a..f9b8483 100644 --- a/content/blog/2022-03-02-reliable-notes.org +++ b/content/blog/2022-03-02-reliable-notes.org @@ -1,4 +1,4 @@ -#+date: <2022-03-02 Wed 00:00:00> +#+date: [2022-03-02 Wed 00:00:00] #+title: Reliable Note-Taking with Markdown: Methods for Efficient and Portable Notes #+description: Instructions on applying standardized note-taking procedures with Markdown format, including synchronization and cross-platform compatibility considerations. #+slug: reliable-notes diff --git a/content/blog/2022-03-03-financial-database.org b/content/blog/2022-03-03-financial-database.org index b82fccf..c82ebf5 100644 --- a/content/blog/2022-03-03-financial-database.org +++ b/content/blog/2022-03-03-financial-database.org @@ -1,4 +1,4 @@ -#+date: <2022-03-03 Thu 00:00:00> +#+date: [2022-03-03 Thu 00:00:00] #+title: From Spreadsheets to Databases: Creating a Custom Financial Tracker with Python #+description: Procedures for creating and maintaining a personal financial database utilizing SQLite, Python programming language, and Jupyter Notebook interface. #+slug: financial-database diff --git a/content/blog/2022-03-08-plex-migration.org b/content/blog/2022-03-08-plex-migration.org index f6da160..3926698 100644 --- a/content/blog/2022-03-08-plex-migration.org +++ b/content/blog/2022-03-08-plex-migration.org @@ -1,4 +1,4 @@ -#+date: <2022-03-08 Tue 00:00:00> +#+date: [2022-03-08 Tue 00:00:00] #+title: Migrating Plex Media Server to New Hardware with Nvidia GPU Setup #+description: Stepwise instructions for transferring Plex Media Server to new hardware and enabling Nvidia GPU transcoding to optimize media processing performance. #+slug: plex-migration diff --git a/content/blog/2022-03-23-cloudflare-dns-api.org b/content/blog/2022-03-23-cloudflare-dns-api.org index cc722aa..9b205c7 100644 --- a/content/blog/2022-03-23-cloudflare-dns-api.org +++ b/content/blog/2022-03-23-cloudflare-dns-api.org @@ -1,4 +1,4 @@ -#+date: <2022-03-23 Wed 00:00:00> +#+date: [2022-03-23 Wed 00:00:00] #+title: Dynamic DNS Record Updates via Cloudflare API #+description: Command-line procedures to automate updating of DNS A and AAAA records by interfacing with the Cloudflare API, suitable for environments with variable IP addresses. #+slug: cloudflare-dns-api diff --git a/content/blog/2022-03-23-nextcloud-on-ubuntu.org b/content/blog/2022-03-23-nextcloud-on-ubuntu.org index 0409f12..ba80dd8 100644 --- a/content/blog/2022-03-23-nextcloud-on-ubuntu.org +++ b/content/blog/2022-03-23-nextcloud-on-ubuntu.org @@ -1,4 +1,4 @@ -#+date: <2022-03-23 Wed 00:00:00> +#+date: [2022-03-23 Wed 00:00:00] #+title: Self-Hosting Guide: Nextcloud #+description: Comprehensive guide for implementing Nextcloud as a self-hosted solution on an Ubuntu server, including installation steps, configuration parameters, and basic security measures. #+slug: nextcloud-on-ubuntu diff --git a/content/blog/2022-03-24-server-hardening.org b/content/blog/2022-03-24-server-hardening.org index c79cf44..1295d31 100644 --- a/content/blog/2022-03-24-server-hardening.org +++ b/content/blog/2022-03-24-server-hardening.org @@ -1,4 +1,4 @@ -#+date: <2022-03-24 Thu 00:00:00> +#+date: [2022-03-24 Thu 00:00:00] #+title: Step-by-Step Guide to Securing Your Home Server with Firewalls, SSH, and VLANs #+description: Detailed instructions to enhance the security posture of home servers exposed to public networks, including firewall setup, secure SSH configuration, fail2ban deployment, and network segmentation. #+slug: server-hardening diff --git a/content/blog/2022-03-26-ssh-mfa.org b/content/blog/2022-03-26-ssh-mfa.org index 0236aa4..9d58e08 100644 --- a/content/blog/2022-03-26-ssh-mfa.org +++ b/content/blog/2022-03-26-ssh-mfa.org @@ -1,4 +1,4 @@ -#+date: <2022-03-26 Sat 00:00:00> +#+date: [2022-03-26 Sat 00:00:00] #+title: Secure Your SSH Access: Deploying Time-Based One-Time Password Authentication #+description: Step-by-step deployment guide for enabling TOTP multi-factor authentication on SSH services using Google Authenticator and Pluggable Authentication Module (PAM) integration. #+slug: ssh-mfa diff --git a/content/blog/2022-04-02-nginx-reverse-proxy.org b/content/blog/2022-04-02-nginx-reverse-proxy.org index c7d2602..95e035e 100644 --- a/content/blog/2022-04-02-nginx-reverse-proxy.org +++ b/content/blog/2022-04-02-nginx-reverse-proxy.org @@ -1,4 +1,4 @@ -#+date: <2022-04-02 Sat 00:00:00> +#+date: [2022-04-02 Sat 00:00:00] #+title: How to Configure Nginx as a Reverse Proxy on Ubuntu Server #+description: Technical guide for setting up Nginx server to operate as a reverse proxy on Ubuntu systems, including configuration files setup and operational parameters. #+slug: nginx-reverse-proxy diff --git a/content/blog/2022-04-09-pinetime.org b/content/blog/2022-04-09-pinetime.org index 24301b9..cb91d42 100644 --- a/content/blog/2022-04-09-pinetime.org +++ b/content/blog/2022-04-09-pinetime.org @@ -1,4 +1,4 @@ -#+date: <2022-04-09 Sat 00:00:00> +#+date: [2022-04-09 Sat 00:00:00] #+title: PineTime Smartwatch: An Open-Source Hardware & Software Overview #+description: Technical description of PineTime smartwatch capabilities, including heart rate measurement, step counting, sleep monitoring, and smartphone connectivity functions. #+slug: pinetime diff --git a/content/blog/2022-06-01-ditching-cloudflare.org b/content/blog/2022-06-01-ditching-cloudflare.org index 8b02e29..8004108 100644 --- a/content/blog/2022-06-01-ditching-cloudflare.org +++ b/content/blog/2022-06-01-ditching-cloudflare.org @@ -1,4 +1,4 @@ -#+date: <2022-06-01 Wed 00:00:00> +#+date: [2022-06-01 Wed 00:00:00] #+title: Migrating from Cloudflare to Njalla: A Privacy-Focused DNS and Domain Management Transition #+description: Evaluation and procedural explanation for migrating DNS management services from Cloudflare to Njalla, with emphasis on privacy controls and domain registration mechanics. #+slug: ditching-cloudflare diff --git a/content/blog/2022-06-07-self-hosting-freshrss.org b/content/blog/2022-06-07-self-hosting-freshrss.org index b356f44..62b1dee 100644 --- a/content/blog/2022-06-07-self-hosting-freshrss.org +++ b/content/blog/2022-06-07-self-hosting-freshrss.org @@ -1,4 +1,4 @@ -#+date: <2022-06-07 Tue 00:00:00> +#+date: [2022-06-07 Tue 00:00:00] #+title: Self-Hosting Guide: FreshRSS #+description: Stepwise instructions for installing FreshRSS using Docker and configuring Nginx as a reverse proxy to enable secure and synchronized RSS feed access. #+slug: self-hosting-freshrss diff --git a/content/blog/2022-06-16-terminal-lifestyle.org b/content/blog/2022-06-16-terminal-lifestyle.org index b602875..3c59e42 100644 --- a/content/blog/2022-06-16-terminal-lifestyle.org +++ b/content/blog/2022-06-16-terminal-lifestyle.org @@ -1,4 +1,4 @@ -#+date: <2022-06-16 Thu 00:00:00> +#+date: [2022-06-16 Thu 00:00:00] #+title: Living the Terminal Lifestyle: Efficient Workflows for Focused Computing #+description: Detailed procedures for reducing digital interruptions and increasing efficiency through terminal-based utilities for web browsing, communication, electronic mail, RSS feeds, and programming tasks. #+slug: terminal-lifestyle diff --git a/content/blog/2022-06-22-daily-poetry.org b/content/blog/2022-06-22-daily-poetry.org index d326024..18292f3 100644 --- a/content/blog/2022-06-22-daily-poetry.org +++ b/content/blog/2022-06-22-daily-poetry.org @@ -1,4 +1,4 @@ -#+date: <2022-06-22 Wed 00:00:00> +#+date: [2022-06-22 Wed 00:00:00] #+title: How to Receive a Daily Dose of Poetry via Automated Email #+description: Instructional guide for scheduling and automating the distribution of classic and contemporary poetry in plaintext format to an electronic mail inbox using Python scripting and SMTP protocol. #+slug: daily-poetry diff --git a/content/blog/2022-06-24-fedora-i3.org b/content/blog/2022-06-24-fedora-i3.org index 12c93c7..4bf5384 100644 --- a/content/blog/2022-06-24-fedora-i3.org +++ b/content/blog/2022-06-24-fedora-i3.org @@ -1,4 +1,4 @@ -#+date: <2022-06-24 Fri 00:00:00> +#+date: [2022-06-24 Fri 00:00:00] #+title: My Journey Back to Linux: Setting Up Fedora with i3 Window Manager #+description: Examination of the transition from macOS to Linux, including a detailed description of Fedora operating system installation and i3 window manager configuration. #+slug: fedora-i3 diff --git a/content/blog/2022-07-01-git-server.org b/content/blog/2022-07-01-git-server.org index bde0d0b..d5d5159 100644 --- a/content/blog/2022-07-01-git-server.org +++ b/content/blog/2022-07-01-git-server.org @@ -1,4 +1,4 @@ -#+date: <2022-07-01 Fri 00:00:00> +#+date: [2022-07-01 Fri 00:00:00] #+title: Self-Hosting Guide: Git & cGit #+description: Comprehensive instructions for secure and efficient setup, hosting, and management of personal Git repositories to facilitate collaborative development and remote access. #+slug: git-server diff --git a/content/blog/2022-07-14-gnupg.org b/content/blog/2022-07-14-gnupg.org index eda63b7..6a9d114 100644 --- a/content/blog/2022-07-14-gnupg.org +++ b/content/blog/2022-07-14-gnupg.org @@ -1,4 +1,4 @@ -#+date: <2022-07-14 Thu 00:00:00> +#+date: [2022-07-14 Thu 00:00:00] #+title: Getting Started with GPG: Secure Encryption, Signing, and Key Usage #+description: Technical manual covering the architecture, cryptographic algorithms, vulnerability considerations, key management, and typical applications of GNU Privacy Guard for secure data and email encryption. #+slug: gnupg diff --git a/content/blog/2022-07-25-curseradio.org b/content/blog/2022-07-25-curseradio.org index 686ccba..811a1f6 100644 --- a/content/blog/2022-07-25-curseradio.org +++ b/content/blog/2022-07-25-curseradio.org @@ -1,4 +1,4 @@ -#+date: <2022-07-25 Mon 00:00:00> +#+date: [2022-07-25 Mon 00:00:00] #+title: Curseradio: A Lightweight Command-Line Internet Radio Player for Linux #+description: Stepwise instructions for installing and utilizing Curseradio, a lightweight command-line program for streaming radio stations within Linux environments. #+slug: curseradio diff --git a/content/blog/2022-07-30-flac-to-opus.org b/content/blog/2022-07-30-flac-to-opus.org index 0c1910e..9457001 100644 --- a/content/blog/2022-07-30-flac-to-opus.org +++ b/content/blog/2022-07-30-flac-to-opus.org @@ -1,4 +1,4 @@ -#+date: <2022-07-30 Sat 00:00:00> +#+date: [2022-07-30 Sat 00:00:00] #+title: Automating Recursive FLAC to Opus Conversion with a Bash Script #+description: Instructions for automating the conversion of audio files from FLAC to Opus format recursively within directory structures, including performance considerations and script usage. #+slug: flac-to-opus diff --git a/content/blog/2022-07-31-bash-it.org b/content/blog/2022-07-31-bash-it.org index 2d04d7b..1fbc9d5 100644 --- a/content/blog/2022-07-31-bash-it.org +++ b/content/blog/2022-07-31-bash-it.org @@ -1,4 +1,4 @@ -#+date: <2022-07-31 Sun 00:00:00> +#+date: [2022-07-31 Sun 00:00:00] #+title: Boosting Bash Productivity: Using Bash-it and ble.sh for Plugins and Autosuggestions #+description: Guide to augmenting Bash shell features by integrating Bash-It framework along with ble.sh for input autosuggestions, improving command-line efficiency on Linux systems. #+slug: bash-it diff --git a/content/blog/2022-08-31-privacy-com-changes.org b/content/blog/2022-08-31-privacy-com-changes.org index e030b35..ff5814d 100644 --- a/content/blog/2022-08-31-privacy-com-changes.org +++ b/content/blog/2022-08-31-privacy-com-changes.org @@ -1,4 +1,4 @@ -#+date: <2022-08-31 Wed 00:00:00> +#+date: [2022-08-31 Wed 00:00:00] #+title: Privacy.com Shifts From Prepaid Debit to Charge Card: What Users Need to Know #+description: Detailed examination of modifications to Privacy.com service terms and their implications on user privacy and payment security protocols. #+slug: privacy-com-changes diff --git a/content/blog/2022-09-17-serenity-os.org b/content/blog/2022-09-17-serenity-os.org index 58c9551..3b01c54 100644 --- a/content/blog/2022-09-17-serenity-os.org +++ b/content/blog/2022-09-17-serenity-os.org @@ -1,4 +1,4 @@ -#+date: <2022-09-17 Sat 00:00:00> +#+date: [2022-09-17 Sat 00:00:00] #+title: Building and Exploring SerenityOS: A Retro-Inspired Unix-Like Desktop #+description: Technical overview of Serenity OS including system architecture, building procedures, and operational instructions for this Unix-like operating system with a 1990s user interface style. #+slug: serenity-os diff --git a/content/blog/2022-09-21-graphene-os.org b/content/blog/2022-09-21-graphene-os.org index 5e2663c..9b84843 100644 --- a/content/blog/2022-09-21-graphene-os.org +++ b/content/blog/2022-09-21-graphene-os.org @@ -1,4 +1,4 @@ -#+date: <2022-09-21 Wed 00:00:00> +#+date: [2022-09-21 Wed 00:00:00] #+title: Installing GrapheneOS on Pixel 6 Pro #+description: Step-by-step instructions to perform secure installation of the GrapheneOS operating system on Google Pixel 6 Pro hardware platform. #+slug: graphene-os diff --git a/content/blog/2022-10-04-mtp-linux.org b/content/blog/2022-10-04-mtp-linux.org index 673d54d..24afc76 100644 --- a/content/blog/2022-10-04-mtp-linux.org +++ b/content/blog/2022-10-04-mtp-linux.org @@ -1,4 +1,4 @@ -#+date: <2022-10-04 Tue 00:00:00> +#+date: [2022-10-04 Tue 00:00:00] #+title: How to Mount MTP Mobile Devices on Fedora Linux Using jmtpfs #+description: Instructions for mounting and accessing Media Transfer Protocol (MTP) compatible mobile devices on Fedora Linux using jmtpfs for file transfer and management. #+slug: mtp-linux diff --git a/content/blog/2022-10-04-syncthing.org b/content/blog/2022-10-04-syncthing.org index 499b342..fa38546 100644 --- a/content/blog/2022-10-04-syncthing.org +++ b/content/blog/2022-10-04-syncthing.org @@ -1,4 +1,4 @@ -#+date: <2022-10-04 Tue 00:00:00> +#+date: [2022-10-04 Tue 00:00:00] #+title: Self-Hosting Guide: Syncthing #+description: Technical instructions for setting up Syncthing as a peer-to-peer self-hosted file synchronization system that preserves data privacy by eliminating third-party intermediaries. #+slug: syncthing diff --git a/content/blog/2022-10-22-alpine-linux.org b/content/blog/2022-10-22-alpine-linux.org index 88b0427..977985d 100644 --- a/content/blog/2022-10-22-alpine-linux.org +++ b/content/blog/2022-10-22-alpine-linux.org @@ -1,4 +1,4 @@ -#+date: <2022-10-22 Sat 00:00:00> +#+date: [2022-10-22 Sat 00:00:00] #+title: Alpine Linux Essentials: Installing and Setting Up a Secure Minimal Server #+description: Detailed procedure for deploying Alpine Linux to achieve a secure, lightweight server environment optimized for web hosting and containerization. #+slug: alpine-linux diff --git a/content/blog/2022-10-30-linux-display-manager.org b/content/blog/2022-10-30-linux-display-manager.org index 4dd9b22..7a99ce4 100644 --- a/content/blog/2022-10-30-linux-display-manager.org +++ b/content/blog/2022-10-30-linux-display-manager.org @@ -1,4 +1,4 @@ -#+date: <2022-10-30 Sun 00:00:00> +#+date: [2022-10-30 Sun 00:00:00] #+title: Managing Display Managers in Void Linux: Disable, Enable, and Configure #+description: Stepwise instructions to manage and replace the display manager on a Void Linux installation, including service control and configuration editing. #+slug: linux-display-manager diff --git a/content/blog/2022-11-07-self-hosting-matrix.org b/content/blog/2022-11-07-self-hosting-matrix.org index 20e5de1..a8df0e2 100644 --- a/content/blog/2022-11-07-self-hosting-matrix.org +++ b/content/blog/2022-11-07-self-hosting-matrix.org @@ -1,4 +1,4 @@ -#+date: <2022-11-07 Mon 00:00:00> +#+date: [2022-11-07 Mon 00:00:00] #+title: Self-Hosting Guide: Matrix Synapse #+description: Systematic guide for deploying Matrix Synapse on Alpine Linux, covering dependency installation, reverse proxy setup, TLS certificate application, and user account management. #+slug: self-hosting-matrix diff --git a/content/blog/2022-11-11-nginx-tmp-errors.org b/content/blog/2022-11-11-nginx-tmp-errors.org index dd5d654..420696a 100644 --- a/content/blog/2022-11-11-nginx-tmp-errors.org +++ b/content/blog/2022-11-11-nginx-tmp-errors.org @@ -1,4 +1,4 @@ -#+date: <2022-11-11 Fri 00:00:00> +#+date: [2022-11-11 Fri 00:00:00] #+title: Troubleshooting and Fixing Nginx Permission Denied Errors on /var/lib/nginx #+description: Step-by-step remediation for addressing permission denied errors encountered by Nginx in the /var/lib/nginx directory to restore temporary file caching functionality. #+slug: nginx-tmp-errors diff --git a/content/blog/2022-11-27-server-build.org b/content/blog/2022-11-27-server-build.org index 0383c7f..df6b6df 100644 --- a/content/blog/2022-11-27-server-build.org +++ b/content/blog/2022-11-27-server-build.org @@ -1,4 +1,4 @@ -#+date: <2022-11-27 Sun 00:00:00> +#+date: [2022-11-27 Sun 00:00:00] #+title: Building a High-Performance Rack-Mounted Server with Consumer PC Components #+description: Detailed instructions on selecting components, assembling, and configuring a rack-mounted server suitable for advanced computing tasks in a professional or laboratory setting. #+slug: server-build diff --git a/content/blog/2022-11-29-nginx-referrer-ban-list.org b/content/blog/2022-11-29-nginx-referrer-ban-list.org index 59fbe29..06689f7 100644 --- a/content/blog/2022-11-29-nginx-referrer-ban-list.org +++ b/content/blog/2022-11-29-nginx-referrer-ban-list.org @@ -1,4 +1,4 @@ -#+date: <2022-11-29 Tue 00:00:00> +#+date: [2022-11-29 Tue 00:00:00] #+title: How to Block Unwanted HTTP Referrers in Nginx Using a Ban List #+description: Technical guide to implementing a referrer ban list in Nginx configurations to prevent access from undesired domains and improve web server security. #+slug: nginx-referrer-ban-list diff --git a/content/blog/2022-12-01-nginx-compression.org b/content/blog/2022-12-01-nginx-compression.org index c85c49b..31a1742 100644 --- a/content/blog/2022-12-01-nginx-compression.org +++ b/content/blog/2022-12-01-nginx-compression.org @@ -1,4 +1,4 @@ -#+date: <2022-12-01 Thu 00:00:00> +#+date: [2022-12-01 Thu 00:00:00] #+title: Optimizing Nginx with GZIP: A Step-by-Step Guide to Text Compression #+description: Procedures for activating and configuring GZIP compression in Nginx to decrease data transmission size, reduce bandwidth consumption, and accelerate page load times. #+slug: nginx-compression diff --git a/content/blog/2022-12-07-nginx-wildcard-redirect.org b/content/blog/2022-12-07-nginx-wildcard-redirect.org index cc15887..823966e 100644 --- a/content/blog/2022-12-07-nginx-wildcard-redirect.org +++ b/content/blog/2022-12-07-nginx-wildcard-redirect.org @@ -1,4 +1,4 @@ -#+date: <2022-12-07 Wed 00:00:00> +#+date: [2022-12-07 Wed 00:00:00] #+title: Nginx Wildcard Redirects: Seamlessly Redirecting Domains and Subdomains with Trailing Paths #+description: Instructional steps for applying regex-based redirects in Nginx to manage subdomain routing and trailing path modifications effectively. #+slug: nginx-wildcard-redirect diff --git a/content/blog/2022-12-17-st.org b/content/blog/2022-12-17-st.org index 8a4a164..8413187 100644 --- a/content/blog/2022-12-17-st.org +++ b/content/blog/2022-12-17-st.org @@ -1,4 +1,4 @@ -#+date: <2022-12-17 Sat 00:00:00> +#+date: [2022-12-17 Sat 00:00:00] #+title: Installing and Customizing the suckless Simple Terminal (st) on Fedora Linux #+description: Comprehensive instructions to obtain source code, compile, apply patches, and install the Simple Terminal application on Fedora Linux systems. #+slug: st diff --git a/content/blog/2022-12-23-alpine-desktop.org b/content/blog/2022-12-23-alpine-desktop.org index 98c5523..8533cb7 100644 --- a/content/blog/2022-12-23-alpine-desktop.org +++ b/content/blog/2022-12-23-alpine-desktop.org @@ -1,4 +1,4 @@ -#+date: <2022-12-23 Fri 00:00:00> +#+date: [2022-12-23 Fri 00:00:00] #+title: How to Set Up Alpine Linux as a Desktop OS with Sway #+description: Stepwise procedures for installing and setting up Alpine Linux as a desktop operating system, including window manager setup and relevant system adjustments. #+slug: alpine-desktop diff --git a/content/blog/2023-01-03-recent-website-changes.org b/content/blog/2023-01-03-recent-website-changes.org index 4fe030b..cc55e90 100644 --- a/content/blog/2023-01-03-recent-website-changes.org +++ b/content/blog/2023-01-03-recent-website-changes.org @@ -1,4 +1,4 @@ -#+date: <2023-01-03 Tue 00:00:00> +#+date: [2023-01-03 Tue 00:00:00] #+title: 2023 Website Updates: Minimalist Style, Accessibility Improvements, and Content Prioritization #+description: Documentation of significant changes applied to site design, layout, and accessibility features to enhance navigability and content clarity. #+slug: recent-website-changes diff --git a/content/blog/2023-01-05-mass-unlike-tumblr-posts.org b/content/blog/2023-01-05-mass-unlike-tumblr-posts.org index a3cd687..7489909 100644 --- a/content/blog/2023-01-05-mass-unlike-tumblr-posts.org +++ b/content/blog/2023-01-05-mass-unlike-tumblr-posts.org @@ -1,4 +1,4 @@ -#+date: <2023-01-05 Thu 00:00:00> +#+date: [2023-01-05 Thu 00:00:00] #+title: How to Quickly Remove All Likes on Tumblr Desktop #+description: Instructions for executing a JavaScript script to automate the mass unlike operation for Tumblr posts without requiring additional software. #+slug: mass-unlike-tumblr-posts diff --git a/content/blog/2023-01-08-fedora-login-manager.org b/content/blog/2023-01-08-fedora-login-manager.org index 335f36d..5435a01 100644 --- a/content/blog/2023-01-08-fedora-login-manager.org +++ b/content/blog/2023-01-08-fedora-login-manager.org @@ -1,4 +1,4 @@ -#+date: <2023-01-08 Sun 00:00:00> +#+date: [2023-01-08 Sun 00:00:00] #+title: How to Remove Fedora i3's Login Manager and Start i3 Manually #+description: Step-by-step guide for uninstalling the default Fedora i3 login manager and configuring system to launch i3 window manager manually. #+slug: fedora-login-manager diff --git a/content/blog/2023-01-21-flatpak-symlinks.org b/content/blog/2023-01-21-flatpak-symlinks.org index 940c31f..08deff5 100644 --- a/content/blog/2023-01-21-flatpak-symlinks.org +++ b/content/blog/2023-01-21-flatpak-symlinks.org @@ -1,4 +1,4 @@ -#+date: <2023-01-21 Sat 00:00:00> +#+date: [2023-01-21 Sat 00:00:00] #+title: Simplify Flatpak Commands: Making Symlinks for Easier App Launching #+description: Detailed instructions for establishing symbolic links for Flatpak applications to facilitate faster execution from terminal or application launcher environments. #+slug: flatpak-symlinks diff --git a/content/blog/2023-01-23-random-wireguard.org b/content/blog/2023-01-23-random-wireguard.org index f7e24de..0bc5d84 100644 --- a/content/blog/2023-01-23-random-wireguard.org +++ b/content/blog/2023-01-23-random-wireguard.org @@ -1,4 +1,4 @@ -#+date: <2023-01-23 Mon 00:00:00> +#+date: [2023-01-23 Mon 00:00:00] #+title: Automate Random Mullvad Wireguard VPN Connection on Startup #+description: Stepwise method to configure system startup scripts for automatic connection to a randomly chosen Mullvad Wireguard VPN server to maintain privacy. #+slug: random-wireguard diff --git a/content/blog/2023-01-28-self-hosting-wger.org b/content/blog/2023-01-28-self-hosting-wger.org index 529d6b4..8c399d5 100644 --- a/content/blog/2023-01-28-self-hosting-wger.org +++ b/content/blog/2023-01-28-self-hosting-wger.org @@ -1,4 +1,4 @@ -#+date: <2023-01-28 Sat 00:00:00> +#+date: [2023-01-28 Sat 00:00:00] #+title: Self-Hosting Guide: Wger #+description: Comprehensive steps for installing, configuring, and operating the Wger workout management application on a dedicated server platform. #+slug: self-hosting-wger diff --git a/content/blog/2023-02-02-exploring-hare.org b/content/blog/2023-02-02-exploring-hare.org index 124b6d4..9173af7 100644 --- a/content/blog/2023-02-02-exploring-hare.org +++ b/content/blog/2023-02-02-exploring-hare.org @@ -1,4 +1,4 @@ -#+date: <2023-02-02 Thu 00:00:00> +#+date: [2023-02-02 Thu 00:00:00] #+title: Getting Started with the Hare Language #+description: Overview of the Hare programming language features, installation procedure, and elementary programming examples targeting system-level development. #+slug: exploring-hare diff --git a/content/blog/2023-05-22-burnout.org b/content/blog/2023-05-22-burnout.org index 718fd60..e8b25fc 100644 --- a/content/blog/2023-05-22-burnout.org +++ b/content/blog/2023-05-22-burnout.org @@ -1,4 +1,4 @@ -#+date: <2023-05-22 Mon 00:00:00> +#+date: [2023-05-22 Mon 00:00:00] #+title: Navigating Burnout in Audit and Consulting: A Season Without Rest #+description: Examination of burnout phenomena accompanied by strategies and practical approaches for workload management and restoration of optimal functioning. #+slug: burnout diff --git a/content/blog/2023-06-08-goaccess-geoip.org b/content/blog/2023-06-08-goaccess-geoip.org index 519f15d..6cc41e3 100644 --- a/content/blog/2023-06-08-goaccess-geoip.org +++ b/content/blog/2023-06-08-goaccess-geoip.org @@ -1,4 +1,4 @@ -#+date: <2023-06-08 Thu 00:00:00> +#+date: [2023-06-08 Thu 00:00:00] #+title: Real-Time Traffic Insights from Nginx Logs Using GoAccess + GeoIP #+description: Step-by-step instructions to utilize GoAccess tool incorporating MaxMind GeoIP integration for real-time geographic and traffic analysis of Nginx log files. #+slug: goaccess-geoip diff --git a/content/blog/2023-06-08-self-hosting-baikal.org b/content/blog/2023-06-08-self-hosting-baikal.org index 8658d93..24578f5 100644 --- a/content/blog/2023-06-08-self-hosting-baikal.org +++ b/content/blog/2023-06-08-self-hosting-baikal.org @@ -1,4 +1,4 @@ -#+date: <2023-06-08 Thu 00:00:00> +#+date: [2023-06-08 Thu 00:00:00] #+title: Self-Hosting Guide: Baikal #+description: Detailed procedure for deploying the Baikal server software to provide CalDAV and CardDAV services, including security considerations and Docker deployment. #+slug: self-hosting-baikal diff --git a/content/blog/2023-06-18-unifi-ip-blocklist.org b/content/blog/2023-06-18-unifi-ip-blocklist.org index 3d5f0bf..7d114a5 100644 --- a/content/blog/2023-06-18-unifi-ip-blocklist.org +++ b/content/blog/2023-06-18-unifi-ip-blocklist.org @@ -1,4 +1,4 @@ -#+date: <2023-06-18 Sun 00:00:00> +#+date: [2023-06-18 Sun 00:00:00] #+title: Blocking Malicious IPs on Unifi: Manual Firewall Rule Setup #+description: Instructions to identify and block harmful IP addresses and subnets through Unifi firewall settings to improve network security posture. #+slug: unifi-ip-blocklist diff --git a/content/blog/2023-06-20-audit-review-template.org b/content/blog/2023-06-20-audit-review-template.org index c39337e..28eaaa5 100644 --- a/content/blog/2023-06-20-audit-review-template.org +++ b/content/blog/2023-06-20-audit-review-template.org @@ -1,4 +1,4 @@ -#+date: <2023-06-20 Tue 00:00:00> +#+date: [2023-06-20 Tue 00:00:00] #+title: Audit Testing Review Checklist #+description: Practical audit testing review template with detailed steps to support comprehensive evaluation of financial audits and SOC reports. #+slug: audit-review-template diff --git a/content/blog/2023-06-23-byobu.org b/content/blog/2023-06-23-byobu.org index e415ed1..09445a1 100644 --- a/content/blog/2023-06-23-byobu.org +++ b/content/blog/2023-06-23-byobu.org @@ -1,4 +1,4 @@ -#+date: <2023-06-23 Fri 00:00:00> +#+date: [2023-06-23 Fri 00:00:00] #+title: Using Byobu for Efficient Terminal Multiplexing #+description: Detailed overview of Byobu terminal multiplexer features, configuration settings, session management, and keybindings to enhance command-line efficiency. #+slug: byobu diff --git a/content/blog/2023-06-23-self-hosting-convos.org b/content/blog/2023-06-23-self-hosting-convos.org index ae5f051..4969097 100644 --- a/content/blog/2023-06-23-self-hosting-convos.org +++ b/content/blog/2023-06-23-self-hosting-convos.org @@ -1,4 +1,4 @@ -#+date: <2023-06-23 Fri 00:00:00> +#+date: [2023-06-23 Fri 00:00:00] #+title: Self-Hosting Guide: Convos #+description: Stepwise instructions for installation, Docker Compose configuration, Nginx reverse proxy setup, and IRC nickname registration for Convos web client hosting. #+slug: self-hosting-convos diff --git a/content/blog/2023-06-28-backblaze-b2.org b/content/blog/2023-06-28-backblaze-b2.org index 59d26eb..8615b31 100644 --- a/content/blog/2023-06-28-backblaze-b2.org +++ b/content/blog/2023-06-28-backblaze-b2.org @@ -1,4 +1,4 @@ -#+date: <2023-06-28 Wed 00:00:00> +#+date: [2023-06-28 Wed 00:00:00] #+title: Automating Secure Backups with Backblaze B2 and b2 CLI #+description: Methodical guide for configuring and utilizing Backblaze B2 cloud storage services to perform reliable and secure offsite data backups. #+slug: backblaze-b2 diff --git a/content/blog/2023-06-30-self-hosting-voyager.org b/content/blog/2023-06-30-self-hosting-voyager.org index 0585bd5..b40873d 100644 --- a/content/blog/2023-06-30-self-hosting-voyager.org +++ b/content/blog/2023-06-30-self-hosting-voyager.org @@ -1,4 +1,4 @@ -#+date: <2023-06-30 Fri 00:00:00> +#+date: [2023-06-30 Fri 00:00:00] #+title: Self-Hosting Guide: Voyager for Lemmy #+description: Instructions for building, running, and reverse proxying Voyager, a Lemmy web client, on a server environment utilizing Docker and Nginx components. #+slug: self-hosting-voyager diff --git a/content/blog/2023-07-12-wireguard-lan.org b/content/blog/2023-07-12-wireguard-lan.org index 5f1d087..4347963 100644 --- a/content/blog/2023-07-12-wireguard-lan.org +++ b/content/blog/2023-07-12-wireguard-lan.org @@ -1,4 +1,4 @@ -#+date: <2023-07-12 Wed 00:00:00> +#+date: [2023-07-12 Wed 00:00:00] #+title: Enabling Local Network Access with Mullvad WireGuard Configs #+description: Detailed procedure to modify Mullvad Wireguard VPN configuration files and iptables rules to allow Local Area Network access while maintaining VPN connectivity. #+slug: wireguard-lan diff --git a/content/blog/2023-07-19-plex-transcoder-errors.org b/content/blog/2023-07-19-plex-transcoder-errors.org index e85f9e9..feb11b2 100644 --- a/content/blog/2023-07-19-plex-transcoder-errors.org +++ b/content/blog/2023-07-19-plex-transcoder-errors.org @@ -1,4 +1,4 @@ -#+date: <2023-07-19 Wed 00:00:00> +#+date: [2023-07-19 Wed 00:00:00] #+title: Plex Subtitle Error: Transcoder Fails to Start #+description: Technical procedures to identify and correct Plex transcoder failures at startup to maintain uninterrupted media conversion and playback. #+slug: plex-transcoder-errors diff --git a/content/blog/2023-08-18-agile-auditing.org b/content/blog/2023-08-18-agile-auditing.org index de663fd..6885848 100644 --- a/content/blog/2023-08-18-agile-auditing.org +++ b/content/blog/2023-08-18-agile-auditing.org @@ -1,4 +1,4 @@ -#+date: <2023-08-18 Fri 00:00:00> +#+date: [2023-08-18 Fri 00:00:00] #+title: Agile Auditing Framework: Using Scrum and Kanban in Audit Projects #+description: Detailed examination of Agile auditing methodologies, including Scrum and Kanban frameworks, with practical steps for application in audit processes. #+slug: agile-auditing diff --git a/content/blog/2023-09-15-self-hosting-gitweb.org b/content/blog/2023-09-15-self-hosting-gitweb.org index 1b7b873..69589aa 100644 --- a/content/blog/2023-09-15-self-hosting-gitweb.org +++ b/content/blog/2023-09-15-self-hosting-gitweb.org @@ -1,4 +1,4 @@ -#+date: <2023-09-15 Fri 00:00:00> +#+date: [2023-09-15 Fri 00:00:00] #+title: Self-Hosting Guide: GitWeb #+description: Stepwise instructions for deploying GitWeb on Linux servers using Nginx, configuring fastcgi, and managing git repositories effectively. #+slug: self-hosting-gitweb diff --git a/content/blog/2023-09-19-audit-sql-scripts.org b/content/blog/2023-09-19-audit-sql-scripts.org index 6e650f4..8287d78 100644 --- a/content/blog/2023-09-19-audit-sql-scripts.org +++ b/content/blog/2023-09-19-audit-sql-scripts.org @@ -1,4 +1,4 @@ -#+date: <2023-09-19 Tue 00:00:00> +#+date: [2023-09-19 Tue 00:00:00] #+title: Auditing User Privileges in Oracle, SQL Server, and MySQL #+description: Collection of SQL queries designed for auditing user access parameters on Oracle, Microsoft SQL Server, and MySQL database systems. #+slug: audit-sql-scripts diff --git a/content/blog/2023-10-04-digital-minimalism.org b/content/blog/2023-10-04-digital-minimalism.org index dfbb7b6..b376b61 100644 --- a/content/blog/2023-10-04-digital-minimalism.org +++ b/content/blog/2023-10-04-digital-minimalism.org @@ -1,4 +1,4 @@ -#+date: <2023-10-04 Wed 00:00:00> +#+date: [2023-10-04 Wed 00:00:00] #+title: Digital Minimalism: Reducing Distractions #+description: Practical guide for minimizing digital clutter and optimizing work focus by applying digital minimalism tactics. #+slug: digital-minimalism diff --git a/content/blog/2023-10-11-self-hosting-authelia.org b/content/blog/2023-10-11-self-hosting-authelia.org index 794fd03..8e10ea8 100644 --- a/content/blog/2023-10-11-self-hosting-authelia.org +++ b/content/blog/2023-10-11-self-hosting-authelia.org @@ -1,4 +1,4 @@ -#+date: <2023-10-11 Wed 00:00:00> +#+date: [2023-10-11 Wed 00:00:00] #+title: Self-Hosting Guide: Authelia #+description: Instructional guide for setting up Authelia to provide secure two-factor authentication and access control in self-hosted environments. #+slug: self-hosting-authelia diff --git a/content/blog/2023-10-15-alpine-ssh-hardening.org b/content/blog/2023-10-15-alpine-ssh-hardening.org index fadd454..04a83cd 100644 --- a/content/blog/2023-10-15-alpine-ssh-hardening.org +++ b/content/blog/2023-10-15-alpine-ssh-hardening.org @@ -1,4 +1,4 @@ -#+date: <2023-10-15 Sun 00:00:00> +#+date: [2023-10-15 Sun 00:00:00] #+title: Alpine Linux SSH Hardening Guide #+description: Detailed guide to enhance Alpine Linux SSH server security through configuration adjustments and vulnerability mitigation. #+slug: alpine-ssh-hardening diff --git a/content/blog/2023-10-17-self-hosting-anonymousoverflow.org b/content/blog/2023-10-17-self-hosting-anonymousoverflow.org index 404acb6..d2dc72e 100644 --- a/content/blog/2023-10-17-self-hosting-anonymousoverflow.org +++ b/content/blog/2023-10-17-self-hosting-anonymousoverflow.org @@ -1,4 +1,4 @@ -#+date: <2023-10-17 Tue 00:00:00> +#+date: [2023-10-17 Tue 00:00:00] #+title: Self-Hosting Guide: AnonymousOverflow #+description: Detailed installation and setup instructions for the AnonymousOverflow application using Docker Compose and Nginx reverse proxy. #+slug: self-hosting-anonymousoverflow diff --git a/content/blog/2023-11-08-scli.org b/content/blog/2023-11-08-scli.org index 005f00e..245ff89 100644 --- a/content/blog/2023-11-08-scli.org +++ b/content/blog/2023-11-08-scli.org @@ -1,4 +1,4 @@ -#+date: <2023-11-08 Wed 00:00:00> +#+date: [2023-11-08 Wed 00:00:00] #+title: Signal CLI (scli) Installation on Alpine #+description: Step-by-step instructions for installing the Signal messenger command-line client scli on Alpine Linux with musl libc, including dependencies and configuration. #+slug: scli diff --git a/content/blog/2023-12-03-unifi-nextdns.org b/content/blog/2023-12-03-unifi-nextdns.org index 0dcb4ae..310b97b 100644 --- a/content/blog/2023-12-03-unifi-nextdns.org +++ b/content/blog/2023-12-03-unifi-nextdns.org @@ -1,4 +1,4 @@ -#+date: <2023-12-03 Sun 00:00:00> +#+date: [2023-12-03 Sun 00:00:00] #+title: Installing and Configuring NextDNS on Unifi Dream Machine Routers #+description: Procedural guide for installation and configuration of NextDNS on Unifi Dream Machine devices for network DNS filtering. #+slug: unifi-nextdns diff --git a/content/blog/2024-01-08-dont-say-hello.org b/content/blog/2024-01-08-dont-say-hello.org index f69413c..df5fd48 100644 --- a/content/blog/2024-01-08-dont-say-hello.org +++ b/content/blog/2024-01-08-dont-say-hello.org @@ -1,4 +1,4 @@ -#+date: <2024-01-08 Mon 00:00:00> +#+date: [2024-01-08 Mon 00:00:00] #+title: Don't Say Hello #+description: Technical recommendations for improving professional communication by eliminating non-essential introductory phrases to enhance message clarity. #+slug: dont-say-hello diff --git a/content/blog/2024-01-09-macos-customization.org b/content/blog/2024-01-09-macos-customization.org index e2590a2..d2d4b2c 100644 --- a/content/blog/2024-01-09-macos-customization.org +++ b/content/blog/2024-01-09-macos-customization.org @@ -1,4 +1,4 @@ -#+date: <2024-01-09 Tue 00:00:00> +#+date: [2024-01-09 Tue 00:00:00] #+title: A Guide to Customizing macOS with Terminal, Window Managers, and Widgets #+description: Detailed overview of methods and tools for modifying macOS system settings, including terminal usage, window management, and interface customization. #+slug: macos-customization diff --git a/content/blog/2024-01-13-local-llm.org b/content/blog/2024-01-13-local-llm.org index 7875b09..14e71ed 100644 --- a/content/blog/2024-01-13-local-llm.org +++ b/content/blog/2024-01-13-local-llm.org @@ -1,4 +1,4 @@ -#+date: <2024-01-13 Sat 00:00:00> +#+date: [2024-01-13 Sat 00:00:00] #+title: Running Local Large Language Models on macOS and iOS: A Practical Guide #+description: Technical guide to deploying and running local large language models on macOS and iOS devices focusing on open-source implementations and privacy considerations. #+slug: local-llm diff --git a/content/blog/2024-01-26-audit-dashboard.org b/content/blog/2024-01-26-audit-dashboard.org index b440f57..3a2f324 100644 --- a/content/blog/2024-01-26-audit-dashboard.org +++ b/content/blog/2024-01-26-audit-dashboard.org @@ -1,4 +1,4 @@ -#+date: <2024-01-26 Fri 00:00:00> +#+date: [2024-01-26 Fri 00:00:00] #+title: Building an Interactive Audit Dashboard with Alteryx and Power BI #+description: Instructions for transforming audit data into dynamic dashboards via data preparation with Alteryx and visualization using Microsoft Power BI. #+slug: audit-dashboard diff --git a/content/blog/2024-01-27-tableau-dashboard.org b/content/blog/2024-01-27-tableau-dashboard.org index 994c7b3..3915a3b 100644 --- a/content/blog/2024-01-27-tableau-dashboard.org +++ b/content/blog/2024-01-27-tableau-dashboard.org @@ -1,4 +1,4 @@ -#+date: <2024-01-27 Sat 00:00:00> +#+date: [2024-01-27 Sat 00:00:00] #+title: Preparing and Visualizing Omaha Crime Data (2015-2023) in Tableau #+description: Detailed procedure for data preparation and interactive visualization of crime trends in Omaha, using Tableau software from 2015 through 2023 data. #+slug: tableau-dashboard diff --git a/content/blog/2024-02-06-zfs.org b/content/blog/2024-02-06-zfs.org index 3df25ed..b1a2591 100644 --- a/content/blog/2024-02-06-zfs.org +++ b/content/blog/2024-02-06-zfs.org @@ -1,4 +1,4 @@ -#+date: <2024-02-06 Tue 00:00:00> +#+date: [2024-02-06 Tue 00:00:00] #+title: Creating and Managing ZFS Storage Pools on Ubuntu Linux #+description: Stepwise guide to setting up ZFS storage pools on Ubuntu, including initial installation, pool creation, expansion, and maintenance. #+slug: zfs diff --git a/content/blog/2024-02-13-ubuntu-emergency-mode.org b/content/blog/2024-02-13-ubuntu-emergency-mode.org index a210e05..76f5d7f 100644 --- a/content/blog/2024-02-13-ubuntu-emergency-mode.org +++ b/content/blog/2024-02-13-ubuntu-emergency-mode.org @@ -1,4 +1,4 @@ -#+date: <2024-02-13 Tue 00:00:00> +#+date: [2024-02-13 Tue 00:00:00] #+title: Resolving Ubuntu Boot Issues Caused by Invalid /etc/fstab Mounts #+description: Detailed instructions to identify errors in the /etc/fstab file causing Ubuntu to enter emergency mode and steps to edit and restore normal boot operations. #+slug: ubuntu-emergency-mode diff --git a/content/blog/2024-02-21-self-hosting-otter-wiki.org b/content/blog/2024-02-21-self-hosting-otter-wiki.org index 166e914..abd6ac9 100644 --- a/content/blog/2024-02-21-self-hosting-otter-wiki.org +++ b/content/blog/2024-02-21-self-hosting-otter-wiki.org @@ -1,4 +1,4 @@ -#+date: <2024-02-21 Wed 00:00:00> +#+date: [2024-02-21 Wed 00:00:00] #+title: Self-Hosting Guide: An Otter Wiki #+description: Stepwise directions for installing Otter Wiki, configuring Docker Compose environment, and setting up Nginx reverse proxy for secure access. #+slug: self-hosting-otter-wiki diff --git a/content/blog/2024-03-13-doom-emacs.org b/content/blog/2024-03-13-doom-emacs.org index 041159a..720bb37 100644 --- a/content/blog/2024-03-13-doom-emacs.org +++ b/content/blog/2024-03-13-doom-emacs.org @@ -1,4 +1,4 @@ -#+date: <2024-03-13 Wed 00:00:00> +#+date: [2024-03-13 Wed 00:00:00] #+title: Doom Emacs & Org-Mode Setup #+description: Technical manual covering installation, configuration files, and usage procedures for Doom Emacs and Org-Mode targeting note management and task organization. #+slug: doom-emacs diff --git a/content/blog/2024-03-15-self-hosting-ddns-updater.org b/content/blog/2024-03-15-self-hosting-ddns-updater.org index b0807eb..c8de166 100644 --- a/content/blog/2024-03-15-self-hosting-ddns-updater.org +++ b/content/blog/2024-03-15-self-hosting-ddns-updater.org @@ -1,4 +1,4 @@ -#+date: <2024-03-15 Fri 00:00:00> +#+date: [2024-03-15 Fri 00:00:00] #+title: Self-Hosting Guide: DDNS Updater #+description: Step-by-step configuration guide for deploying a Dynamic DNS updater using Docker Compose, integrating with Cloudflare API, and securing with Nginx reverse proxy. #+slug: self-hosting-ddns-updater diff --git a/content/blog/2024-03-29-org-blog.org b/content/blog/2024-03-29-org-blog.org index 860e355..2f5a328 100644 --- a/content/blog/2024-03-29-org-blog.org +++ b/content/blog/2024-03-29-org-blog.org @@ -1,4 +1,4 @@ -#+date: <2024-03-29 Fri 00:00:00> +#+date: [2024-03-29 Fri 00:00:00] #+title: Blogging with Emacs Org-Mode and Weblorg #+description: Instructional content for preparing and publishing blogs using Emacs Org-Mode, including setup of static site generators and content management workflows. #+slug: org-blog diff --git a/content/blog/2024-04-06-convert-onenote-to-markdown.org b/content/blog/2024-04-06-convert-onenote-to-markdown.org index e42ec74..4e1db0f 100644 --- a/content/blog/2024-04-06-convert-onenote-to-markdown.org +++ b/content/blog/2024-04-06-convert-onenote-to-markdown.org @@ -1,4 +1,4 @@ -#+date: <2024-04-06 Sat 00:00:00> +#+date: [2024-04-06 Sat 00:00:00] #+title: Converting OneNote Exports to Markdown and Org-Mode #+description: Detailed conversion instructions to transform OneNote document files into Markdown or Org-Mode formats using Pandoc command-line utility on Windows systems. #+slug: convert-onenote-to-markdown diff --git a/content/blog/2024-04-08-docker-local-web-server.org b/content/blog/2024-04-08-docker-local-web-server.org index f21be19..005add9 100644 --- a/content/blog/2024-04-08-docker-local-web-server.org +++ b/content/blog/2024-04-08-docker-local-web-server.org @@ -1,4 +1,4 @@ -#+date: <2024-04-08 Mon 00:00:00> +#+date: [2024-04-08 Mon 00:00:00] #+title: Local Web Dev Server Setup with Docker & Nginx #+description: Instructions for setting up a local web development environment employing Docker Desktop and Nginx web server to facilitate development and testing workflows. #+slug: docker-local-web-server diff --git a/content/blog/2024-04-18-mu4e.org b/content/blog/2024-04-18-mu4e.org index 8297ec3..677fb1a 100644 --- a/content/blog/2024-04-18-mu4e.org +++ b/content/blog/2024-04-18-mu4e.org @@ -1,4 +1,4 @@ -#+date: <2024-04-18 Thu 00:00:00> +#+date: [2024-04-18 Thu 00:00:00] #+title: Configuring Mu4e with Doom Emacs on macOS #+description: Stepwise procedure for installing, configuring, and using Mu4e email client within Doom Emacs on macOS for organized email management. #+slug: mu4e diff --git a/content/blog/2024-05-03-ubuntu-on-macos.org b/content/blog/2024-05-03-ubuntu-on-macos.org index 178fbc3..1b49bd0 100644 --- a/content/blog/2024-05-03-ubuntu-on-macos.org +++ b/content/blog/2024-05-03-ubuntu-on-macos.org @@ -1,4 +1,4 @@ -#+date: <2024-05-03 Fri 00:00:00> +#+date: [2024-05-03 Fri 00:00:00] #+title: OrbStack on macOS: Running a Full Ubuntu Linux Environment #+description: Technical guide outlining the installation and operation of OrbStack to run Ubuntu Linux containers natively on macOS systems with performance considerations. #+slug: ubuntu-on-macos diff --git a/content/blog/2024-06-19-deprecated-trusted-gpg-fix.org b/content/blog/2024-06-19-deprecated-trusted-gpg-fix.org index db308f4..e3bea4f 100644 --- a/content/blog/2024-06-19-deprecated-trusted-gpg-fix.org +++ b/content/blog/2024-06-19-deprecated-trusted-gpg-fix.org @@ -1,4 +1,4 @@ -#+date: <2024-06-19 Wednesday 08:00:00> +#+date: [2024-06-19 Wednesday 08:00:00] #+title: Migrating Ubuntu GPG Keys to trusted.gpg.d #+description: Technical instructions to relocate GPG keys from the deprecated trusted.gpg keyring to the supported trusted.gpg.d directory for system security maintenance. #+slug: deprecated-trusted-gpg-fix diff --git a/content/blog/2024-07-11-emacs-on-ipad.org b/content/blog/2024-07-11-emacs-on-ipad.org index 283d6ab..5feb0d8 100644 --- a/content/blog/2024-07-11-emacs-on-ipad.org +++ b/content/blog/2024-07-11-emacs-on-ipad.org @@ -1,4 +1,4 @@ -#+date: <2024-07-11 Thursday 20:24:02> +#+date: [2024-07-11 Thursday 20:24:02] #+title: Running Emacs Natively on Apple Silicon iPad #+description: Procedural instructions for installing Emacs on iPadOS devices with Apple Silicon architecture, including configuration and operational guidance. #+slug: emacs-on-ipad diff --git a/content/blog/2024-08-11-org-mode-features.org b/content/blog/2024-08-11-org-mode-features.org index 5167d00..fb297be 100644 --- a/content/blog/2024-08-11-org-mode-features.org +++ b/content/blog/2024-08-11-org-mode-features.org @@ -1,4 +1,4 @@ -#+date: <2024-08-11 Sun 12:48:00> +#+date: [2024-08-11 Sun 12:48:00] #+title: Essential Org-Mode Features for Productivity #+description: Detailed overview of essential Org-Mode functionalities focusing on task organization, note-taking, and workflow optimization. #+slug: org-mode-features diff --git a/content/blog/2024-08-25-n8n-sentiment-analysis.org b/content/blog/2024-08-25-n8n-sentiment-analysis.org index a14abc9..8df98d1 100644 --- a/content/blog/2024-08-25-n8n-sentiment-analysis.org +++ b/content/blog/2024-08-25-n8n-sentiment-analysis.org @@ -1,4 +1,4 @@ -#+date: <2024-08-25 Sunday 09:45:30> +#+date: [2024-08-25 Sunday 09:45:30] #+title: Automate Email Sentiment Analysis with n8n #+description: Detailed procedural steps for configuring an n8n workflow to perform sentiment analysis on incoming email messages, enabling automated classification based on sentiment. #+slug: n8n-sentiment-analysis diff --git a/content/blog/2024-09-20-prometheus-grafana-cloud.org b/content/blog/2024-09-20-prometheus-grafana-cloud.org index a00a9f3..0f460ac 100644 --- a/content/blog/2024-09-20-prometheus-grafana-cloud.org +++ b/content/blog/2024-09-20-prometheus-grafana-cloud.org @@ -1,4 +1,4 @@ -#+date: <2024-09-20 Friday 13:38:52> +#+date: [2024-09-20 Friday 13:38:52] #+title: Linux Server Monitoring with Prometheus & Grafana Cloud #+description: Stepwise method for deploying Prometheus with Docker to monitor Linux servers and integrating Grafana Cloud for visualization and analysis of collected metrics. #+slug: prometheus-grafana-cloud diff --git a/content/blog/2024-09-23-self-hosting-transmission.org b/content/blog/2024-09-23-self-hosting-transmission.org index aad43fd..92ae2d4 100644 --- a/content/blog/2024-09-23-self-hosting-transmission.org +++ b/content/blog/2024-09-23-self-hosting-transmission.org @@ -1,4 +1,4 @@ -#+date: <2024-09-23 Monday 19:52:20> +#+date: [2024-09-23 Monday 19:52:20] #+title: Self-Hosting Guide: Transmission BitTorrent Client #+description: Comprehensive setup instructions for installing and configuring the Transmission BitTorrent client on a Linux server, including securing remote access through Nginx reverse proxy. #+slug: self-hosting-transmission diff --git a/content/blog/2024-10-31-continue-ollama-code-assistant.org b/content/blog/2024-10-31-continue-ollama-code-assistant.org index c6a8fca..eeeaa5d 100644 --- a/content/blog/2024-10-31-continue-ollama-code-assistant.org +++ b/content/blog/2024-10-31-continue-ollama-code-assistant.org @@ -1,4 +1,4 @@ -#+date: <2024-10-31 Thursday 11:01:05> +#+date: [2024-10-31 Thursday 11:01:05] #+title: Ollama Code Assistant Setup in VS Codium #+description: Technical overview and configuration guide for incorporating Ollama as a code assistance tool within VS Codium and VS Code editors to enhance development workflows. #+slug: continue-ollama-code-assistant diff --git a/content/blog/2024-12-27-self-hosting-the-lounge.org b/content/blog/2024-12-27-self-hosting-the-lounge.org index 58c465d..7737746 100644 --- a/content/blog/2024-12-27-self-hosting-the-lounge.org +++ b/content/blog/2024-12-27-self-hosting-the-lounge.org @@ -1,4 +1,4 @@ -#+date: <2024-12-29 Sun 17:45:00> +#+date: [2024-12-29 Sun 17:45:00] #+title: Self-Hosting Guide: The Lounge (IRC) #+description: Step-by-step instructions for installing and configuring The Lounge IRC web client on Linux systems utilizing Docker Compose to provide persistent and secure chat access. #+slug: self-hosting-the-lounge diff --git a/content/blog/2025-01-23-self-hosting-tandoor.org b/content/blog/2025-01-23-self-hosting-tandoor.org index 69cb3fb..b1ac923 100644 --- a/content/blog/2025-01-23-self-hosting-tandoor.org +++ b/content/blog/2025-01-23-self-hosting-tandoor.org @@ -1,4 +1,4 @@ -#+date: <2025-01-23 Thursday 20:44:45> +#+date: [2025-01-23 Thursday 20:44:45] #+title: Self-Hosting Guide: Tandoor Recipe Manager #+description: Detailed tutorial on deploying Tandoor, an open-source recipe management application, including installation steps and configuration for self-hosted operation. #+slug: self-hosting-tandoor diff --git a/content/blog/2025-02-11-obscura-vpn.org b/content/blog/2025-02-11-obscura-vpn.org index 33ff0b7..18c3d47 100644 --- a/content/blog/2025-02-11-obscura-vpn.org +++ b/content/blog/2025-02-11-obscura-vpn.org @@ -1,4 +1,4 @@ -#+date: <2025-02-11 Tuesday 11:40:00> +#+date: [2025-02-11 Tuesday 11:40:00] #+title: Obscura VPN: A Two-Party Protocol Review #+description: Analytical review outlining the features, implementation, and security aspects of Obscura VPN's two-party protocol in conjunction with Mullvad VPN. #+slug: obscura-vpn diff --git a/content/blog/2025-02-24-email-migration.org b/content/blog/2025-02-24-email-migration.org index c5f5569..2b674b4 100644 --- a/content/blog/2025-02-24-email-migration.org +++ b/content/blog/2025-02-24-email-migration.org @@ -1,4 +1,4 @@ -#+date: <2025-02-25 Mon 19:20:05> +#+date: [2025-02-25 Mon 19:20:05] #+title: How I Transferred 5000+ Emails from Proton Mail to Migadu #+description: Detailed instructions describing the process and considerations involved in transferring email data securely from Proton Mail to Migadu email hosting. #+slug: email-migration diff --git a/content/blog/2025-04-05-git-mirror.org b/content/blog/2025-04-05-git-mirror.org index 15379ad..889527d 100644 --- a/content/blog/2025-04-05-git-mirror.org +++ b/content/blog/2025-04-05-git-mirror.org @@ -1,4 +1,4 @@ -#+date: <2025-04-05 Saturday 23:04:54> +#+date: [2025-04-05 Saturday 23:04:54] #+title: Automating GitHub to GitLab Repository Sync #+description: Technical steps for setting up automated synchronization and mirroring of source code repositories from GitHub to GitLab for redundancy and repository management. #+slug: git-mirror diff --git a/content/blog/2025-05-02-asahi-linux.org b/content/blog/2025-05-02-asahi-linux.org index 23cf830..42f2c71 100644 --- a/content/blog/2025-05-02-asahi-linux.org +++ b/content/blog/2025-05-02-asahi-linux.org @@ -1,4 +1,4 @@ -#+date: <2025-05-02 Friday 21:10:00> +#+date: [2025-05-02 Friday 21:10:00] #+title: Running Asahi Linux on Apple M2 MacBook Pro: My Experience #+description: Documented analysis of installation procedure, system performance, and software compatibility for running Asahi Linux on the Apple M2 MacBook Pro 16-inch model. #+slug: asahi-linux diff --git a/content/blog/2025-05-30-it-audit-career.org b/content/blog/2025-05-30-it-audit-career.org index 6565cd9..d02aeda 100644 --- a/content/blog/2025-05-30-it-audit-career.org +++ b/content/blog/2025-05-30-it-audit-career.org @@ -1,4 +1,4 @@ -#+date: <2025-05-30 Friday 10:53:28> +#+date: [2025-05-30 Friday 10:53:28] #+title: Mastering Emerging Tech for IT Audit Career Growth #+description: Instructional content detailing actionable knowledge areas including artificial intelligence, blockchain, cloud computing, DevOps, and automation relevant for audit professionals. #+slug: it-audit-career diff --git a/content/blog/2025-06-02-private-ios-apps.org b/content/blog/2025-06-02-private-ios-apps.org index 0af90a5..6aca618 100644 --- a/content/blog/2025-06-02-private-ios-apps.org +++ b/content/blog/2025-06-02-private-ios-apps.org @@ -1,4 +1,4 @@ -#+date: <2025-06-03 Tue 11:38:40> +#+date: [2025-06-03 Tue 11:38:40] #+title: Privacy-First iOS Apps for Minimalists #+description: Curated listing of iOS applications prioritized for privacy preservation and data security, targeted at users requiring minimal data exposure. #+slug: private-ios-apps diff --git a/content/blog/2025-09-04-website-redesign.org b/content/blog/2025-09-04-website-redesign.org index 2511c8c..3cecfe6 100644 --- a/content/blog/2025-09-04-website-redesign.org +++ b/content/blog/2025-09-04-website-redesign.org @@ -1,4 +1,4 @@ -#+date: <2025-09-05 Fri 10:21:00> +#+date: [2025-09-05 Fri 10:21:00] #+title: Crafting a More Human-Centric Design for My Website #+description: Read this post to understand my latest website redesign and the context for the refresh. #+slug: human-website-design diff --git a/content/blog/2025-09-25-minimalist-website-redesign.org b/content/blog/2025-09-25-minimalist-website-redesign.org index 733d3b9..4e61502 100644 --- a/content/blog/2025-09-25-minimalist-website-redesign.org +++ b/content/blog/2025-09-25-minimalist-website-redesign.org @@ -1,4 +1,4 @@ -#+date: <2025-09-25 Thu 21:08:00> +#+date: [2025-09-25 Thu 21:08:00] #+title: Simplifying the Site: A Minimalist Approach #+description: This post details a complete redesign of a blog post, stripping away extraneous CSS and HTML elements to prioritize readability and user experience. #+slug: minimalist-website-redesign diff --git a/content/blog/2025-10-03-privacy-toolkit.org b/content/blog/2025-10-03-privacy-toolkit.org index 2966680..d178847 100644 --- a/content/blog/2025-10-03-privacy-toolkit.org +++ b/content/blog/2025-10-03-privacy-toolkit.org @@ -1,4 +1,4 @@ -#+date: <2025-10-03 Fri 4:23:00> +#+date: [2025-10-03 Fri 4:23:00] #+title: My Privacy Toolkit #+description: Learn about the tools I use to keep my life private and data secure. #+slug: privacy-toolkit diff --git a/content/blog/2025-10-06-rocket-league-macos.org b/content/blog/2025-10-06-rocket-league-macos.org index 9aa2450..52f94f9 100644 --- a/content/blog/2025-10-06-rocket-league-macos.org +++ b/content/blog/2025-10-06-rocket-league-macos.org @@ -1,4 +1,4 @@ -#+date: <2025-10-06 Mon 13:11:00> +#+date: [2025-10-06 Mon 13:11:00] #+title: Playing Rocket League on macOS via CrossOver #+description: Learn how to play Rocket League on macOS via CrossOver. #+slug: rocket-league-macos diff --git a/content/blog/2025-10-24-digital-garden.org b/content/blog/2025-10-24-digital-garden.org index a175987..7f68cc3 100644 --- a/content/blog/2025-10-24-digital-garden.org +++ b/content/blog/2025-10-24-digital-garden.org @@ -1,4 +1,4 @@ -#+date: <2025-10-24 Fri 19:41:41> +#+date: [2025-10-24 Fri 19:41:41] #+title: Digital Garden #+description: A post dedicated to digital gardens, an online space for personal knowledge management, creative exploration, and reflection. #+slug: digital-garden diff --git a/content/blog/2025-11-02-aerc-macos.org b/content/blog/2025-11-02-aerc-macos.org index 30ec6a7..b73bc10 100644 --- a/content/blog/2025-11-02-aerc-macos.org +++ b/content/blog/2025-11-02-aerc-macos.org @@ -1,4 +1,4 @@ -#+date: <2025-11-02 Sun 10:07:14> +#+date: [2025-11-02 Sun 10:07:14] #+title: Using aerc on macOS #+description: Learn how I use aerc, a TUI email client, on macOS. #+slug: aerc-macos diff --git a/content/blog/2025-11-13-wcag.org b/content/blog/2025-11-13-wcag.org index 958a478..a40109b 100644 --- a/content/blog/2025-11-13-wcag.org +++ b/content/blog/2025-11-13-wcag.org @@ -1,4 +1,4 @@ -#+date: <2025-11-14 Fri 19:46:30> +#+date: [2025-11-14 Fri 19:46:30] #+title: Striving for 100% WCAG 2 Compliance #+description: Read on to learn more about how I've ensured my humble site is compliant with WCAG 2. #+slug: wcag diff --git a/content/blog/2025-11-23-it-audit-ai.org b/content/blog/2025-11-23-it-audit-ai.org index 6a704d9..6029ff2 100644 --- a/content/blog/2025-11-23-it-audit-ai.org +++ b/content/blog/2025-11-23-it-audit-ai.org @@ -1,4 +1,4 @@ -#+date: <2025-11-23 17:43:57> +#+date: [2025-11-23 17:43:57] #+title: Practical Uses for AI in IT Audit #+description: Learn how I'm currently using AI in my role in Technology Assurance (i.e., IT Audit) at KPMG. #+slug: it-audit-ai diff --git a/content/blog/2025-12-06-self-hosting-tor.org b/content/blog/2025-12-06-self-hosting-tor.org index 48157f4..100bb02 100644 --- a/content/blog/2025-12-06-self-hosting-tor.org +++ b/content/blog/2025-12-06-self-hosting-tor.org @@ -1,4 +1,4 @@ -#+date: <2025-12-06 Sat 14:13:00> +#+date: [2025-12-06 Sat 14:13:00] #+title: Self-Hosting Guide: Tor Websites #+description: Learn how to host your own website on Tor with an Onion Address in a few short steps! #+slug: self-hosting-tor diff --git a/content/blog/2025-12-20-self-hosting-home-assistant.org b/content/blog/2025-12-20-self-hosting-home-assistant.org index 63bc341..4dcbcae 100644 --- a/content/blog/2025-12-20-self-hosting-home-assistant.org +++ b/content/blog/2025-12-20-self-hosting-home-assistant.org @@ -1,4 +1,4 @@ -#+date: <2025-12-20 Sat 20:27:08> +#+date: [2025-12-20 Sat 20:27:08] #+title: Self-Hosting Guide: Home Assistant #+description: A guide to configuring and customizing Home Assistant. #+slug: self-hosting-home-assistant diff --git a/content/blog/2026-01-31-emacs-carnival-2026-01-this-year-i-will.org b/content/blog/2026-01-31-emacs-carnival-2026-01-this-year-i-will.org index f1b4565..0cc1438 100644 --- a/content/blog/2026-01-31-emacs-carnival-2026-01-this-year-i-will.org +++ b/content/blog/2026-01-31-emacs-carnival-2026-01-this-year-i-will.org @@ -1,4 +1,4 @@ -#+date: <2026-01-31 Sat 20:32:11> +#+date: [2026-01-31 Sat 20:32:11] #+title: Emacs Carnival: “This Year, I Will...” #+description: My response to the Emacs Carnival post for January 2026. #+slug: emacs-carnival-2026-01-this-year-i-will diff --git a/content/blog/2026-02-02-emacs-carnival-2026-02-completion.org b/content/blog/2026-02-02-emacs-carnival-2026-02-completion.org index 5738926..52f4bef 100644 --- a/content/blog/2026-02-02-emacs-carnival-2026-02-completion.org +++ b/content/blog/2026-02-02-emacs-carnival-2026-02-completion.org @@ -1,4 +1,4 @@ -#+date: <2026-02-02 18:40:21> +#+date: [2026-02-02 18:40:21] #+title: Emacs Carnival: "Completion" #+description: My response to the Emacs Carnival post for February 2026. #+slug: emacs-carnival-2026-02-completion diff --git a/content/blog/2026-02-07-indieweb-carnival-2026-02-intersecting-interests.org b/content/blog/2026-02-07-indieweb-carnival-2026-02-intersecting-interests.org index 5ce436f..f891507 100644 --- a/content/blog/2026-02-07-indieweb-carnival-2026-02-intersecting-interests.org +++ b/content/blog/2026-02-07-indieweb-carnival-2026-02-intersecting-interests.org @@ -1,4 +1,4 @@ -#+date: <2026-02-07 Sat 17:46:00> +#+date: [2026-02-07 Sat 17:46:00] #+title: IndieWeb Carnival: "Intersecting Interests" #+description: Contrasting my passions with technology vs. natural hobbies. #+slug: indiweb-carnival-2026-02-intersecting-interests diff --git a/content/blog/2026-02-08-gnu-stow.org b/content/blog/2026-02-08-gnu-stow.org index 5370f87..142a140 100644 --- a/content/blog/2026-02-08-gnu-stow.org +++ b/content/blog/2026-02-08-gnu-stow.org @@ -1,4 +1,4 @@ -#+date: <2026-02-08 Sun 12:17:42> +#+date: [2026-02-08 Sun 12:17:42] #+title: Managing My Dotfiles with GNU Stow and Git #+description: Learn how I use GNU Stow to manage my user dotfiles and configurations. #+slug: gnu-stow diff --git a/content/blog/2026-02-12-automating-weblorg-deployments.org b/content/blog/2026-02-12-automating-weblorg-deployments.org index 9c00297..db6c99a 100644 --- a/content/blog/2026-02-12-automating-weblorg-deployments.org +++ b/content/blog/2026-02-12-automating-weblorg-deployments.org @@ -1,4 +1,4 @@ -#+date: <2026-02-12 Thu 20:26:32> +#+date: [2026-02-12 Thu 20:26:32] #+title: Automating Weblorg Deployments with GitHub Actions #+description: Learn how I've automated all deployment for my org-mode blog with GitHub Actions and a custom Docker image. #+slug: automating-weblorg-deployments |
