aboutsummaryrefslogtreecommitdiff
path: root/build/Switching_Things_Over_to_ikiwiki
diff options
context:
space:
mode:
authorbt <bt@btxx.org>2024-06-08 13:22:19 -0400
committerbt <bt@btxx.org>2024-06-08 13:22:19 -0400
commitdcfb172704f3afb68a30425029ec834be2883274 (patch)
tree02ac480745db802d7af03f3213a0c568322170e3 /build/Switching_Things_Over_to_ikiwiki
parente146f8a64c793c337999ce316b16ebe5fe6f2dab (diff)
More content porting, on-going markdown changes for lowdown support
Diffstat (limited to 'build/Switching_Things_Over_to_ikiwiki')
-rw-r--r--build/Switching_Things_Over_to_ikiwiki/index.html49
1 files changed, 32 insertions, 17 deletions
diff --git a/build/Switching_Things_Over_to_ikiwiki/index.html b/build/Switching_Things_Over_to_ikiwiki/index.html
index d56a603..771beeb 100644
--- a/build/Switching_Things_Over_to_ikiwiki/index.html
+++ b/build/Switching_Things_Over_to_ikiwiki/index.html
@@ -1,34 +1,49 @@
<!doctype html>
-<html lang="en" id="top">
+<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="data:,">
<title>Switching Things Over to ikiwiki</title>
- <link href="https://bt.ht/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
- <style>*{box-sizing:border-box;}body{font-family:sans-serif;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{overflow:auto;}table{text-align:left;width:100%;}</style>
+ <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
+ <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" />
+<style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}table{text-align:left;width:100%;}.footnotes{font-size:90%;}</style>
</head>
<nav>
- <a href="#menu">Menu &darr;</a>
+ <a href="#menu">Menu &darr;</a>
</nav>
<main>
-<h1>Switching Things Over to ikiwiki</h1>
+<h1 id="switching-things-over-to-ikiwiki">Switching Things Over to ikiwiki</h1>
+
<p>2023-12-17</p>
-<p>I've done it again. My personal website is no longer generated with <a href="https://barf.btxx.org">barf</a> but is instead built on top of ikiwiki. The old RSS feed (<a href="https://btxx.org/atom.xml">btxx.org/atom.xml</a>) still exists but will no longer receive updates. The new feed can be found on the bottom of the homepage (<a href="/index.rss">index.rss</a>)</p>
-<h2>Why a Wiki?</h2>
-<p>I love the simplicity of a minimal blog, which is why I always gravitated towards purely "static" site builders. Over time though, I found two minor issues that slowly chipped away at me: ease-of-use and flexibility.</p>
-<p>I had a vision, back when I began tinkering with my own place on the web, of building out my own personal "resource center" or wiki. Often times through work or personal projects I stumble into little problems that I need to solve. Most times I find a solution and move on with my life. The problem with this approach is <em>lack of documentation</em>.</p>
-<p>What if I come across that issue at a later point in time? Will I even remember my old solution? Probably not. So, I've made the switch to a more flexible, personal wiki (which also happens to be a blog!)</p>
-<h2>Text Editors, Terminals, and Web UI - Oh My!</h2>
+
+<p>I&#8217;ve done it again. My personal website is no longer generated with <a href="https://barf.btxx.org">barf</a> but is instead built on top of ikiwiki. The old RSS feed (<a href="https://btxx.org/atom.xml">btxx.org&#47;atom.xml</a>) still exists but will no longer receive updates. The new feed can be found on the bottom of the homepage (<a href="/index.rss">index.rss</a>)</p>
+
+<h2 id="why-a-wiki">Why a Wiki?</h2>
+
+<p>I love the simplicity of a minimal blog, which is why I always gravitated towards purely &#8220;static&#8221; site builders. Over time though, I found two minor issues that slowly chipped away at me: ease-of-use and flexibility.</p>
+
+<p>I had a vision, back when I began tinkering with my own place on the web, of building out my own personal &#8220;resource center&#8221; or wiki. Often times through work or personal projects I stumble into little problems that I need to solve. Most times I find a solution and move on with my life. The problem with this approach is <em>lack of documentation</em>.</p>
+
+<p>What if I come across that issue at a later point in time? Will I even remember my old solution? Probably not. So, I&#8217;ve made the switch to a more flexible, personal wiki (which also happens to be a blog!)</p>
+
+<h2 id="text-editors-terminals-and-web-ui---oh-my">Text Editors, Terminals, and Web UI - Oh My!</h2>
+
<p>ikiwiki comes packed with multiple ways to publish pages and posts. Since it is built with ikiwiki and git version control in mind, you have the ability to push out changes directly to your server similar to that of pre-existing static site generators. It also gives you the choice to <code>ssh</code> directly into your server and publish content from your terminal if you so desire.</p>
-<p>Best of all, ikiwiki offers a web UI interface. This is something I have long missed since leaving "dynamic" websites behind.</p>
-<h2>But Wait, There's More!</h2>
-<p>Did I mention that this site now supports a built-in search form <em>and</em> a comment system? I've been wanting comments or discussions directly on my personal web space for the longest time and now I do! The search function is really an added bonus, mostly for my own personal use to find something I documented quickly.</p>
-<h2>Broken Links and Bugs</h2>
-<p>I've done my best to properly forward all original posts and pages to their new URLs - but I'm sure some things will be overlooked. So please feel free to reach out and let me know if anything seems broken.</p>
-<p>I look forward to growing out this "platform" and seeing how it impacts my workflow writing documentation / blog posts. I hope you'll come along for the ride!</p>
+
+<p>Best of all, ikiwiki offers a web UI interface. This is something I have long missed since leaving &#8220;dynamic&#8221; websites behind.</p>
+
+<h2 id="but-wait-theres-more">But Wait, There&#8217;s More!</h2>
+
+<p>Did I mention that this site now supports a built-in search form <em>and</em> a comment system? I&#8217;ve been wanting comments or discussions directly on my personal web space for the longest time and now I do! The search function is really an added bonus, mostly for my own personal use to find something I documented quickly.</p>
+
+<h2 id="broken-links-and-bugs">Broken Links and Bugs</h2>
+
+<p>I&#8217;ve done my best to properly forward all original posts and pages to their new URLs - but I&#8217;m sure some things will be overlooked. So please feel free to reach out and let me know if anything seems broken.</p>
+
+<p>I look forward to growing out this &#8220;platform&#8221; and seeing how it impacts my workflow writing documentation &#47; blog posts. I hope you&#8217;ll come along for the ride!</p>
<footer role="contentinfo">
<h2>Menu Navigation</h2>
<ul id="menu">