From 979a10c2a68746565f330e871da2a0a112fa1604 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 6 Apr 2020 12:06:20 +0300 Subject: initial commit --- docs/blog/20200128.html | 43 +++++++++++++++++++++++++++++++++++++++++++ docs/blog/20200128.txt | 22 ++++++++++++++++++++++ docs/blog/index.html | 32 ++++++++++++++++++++++++++++++++ docs/blog/index.txt | 9 +++++++++ 4 files changed, 106 insertions(+) create mode 100644 docs/blog/20200128.html create mode 100644 docs/blog/20200128.txt create mode 100644 docs/blog/index.html create mode 100644 docs/blog/index.txt (limited to 'docs/blog') diff --git a/docs/blog/20200128.html b/docs/blog/20200128.html new file mode 100644 index 0000000..5b6b0d0 --- /dev/null +++ b/docs/blog/20200128.html @@ -0,0 +1,43 @@ + + + +Switching to New Website | Carbs Linux + + + + + +

Carbs Linux - a simple busybox linux distribution

+
+

Switching to New Website

+ +

Date: Jan 28 2020

+ +

In case you haven’t seen it before, this website +was powered by werc. And +even though I liked it really much, it was too +powerful for a small website like this.

+ +

So I have decided to reimplement this website with +my own static generation scripts. The source will +probably be on https://carbslinux.org/git/website/log.html +when I decide to publish the website.

+ +

The generation requires Plan9 programs, although +I have used them just for my enthusiasm. I have built +the site with a combination of mk (instead of make), rc, +and POSIX sh. I am not yet exactly familiar with rc, +but I will replace the shell scripts when I feel like +I can.

+View Page Source
+ + + + diff --git a/docs/blog/20200128.txt b/docs/blog/20200128.txt new file mode 100644 index 0000000..486278a --- /dev/null +++ b/docs/blog/20200128.txt @@ -0,0 +1,22 @@ + +Switching to New Website +------------------------ + +**Date:** Jan 28 2020 + +In case you haven't seen it before, this website +was powered by [werc](http://werc.cat-v.org). And +even though I liked it really much, it was too +powerful for a small website like this. + +So I have decided to reimplement this website with +my own static generation scripts. The source will +probably be on +when I decide to publish the website. + +The generation requires Plan9 programs, although +I have used them just for my enthusiasm. I have built +the site with a combination of mk (instead of make), rc, +and POSIX sh. I am not yet exactly familiar with rc, +but I will replace the shell scripts when I feel like +I can. diff --git a/docs/blog/index.html b/docs/blog/index.html new file mode 100644 index 0000000..724cb88 --- /dev/null +++ b/docs/blog/index.html @@ -0,0 +1,32 @@ + + + +index | Carbs Linux + + + + + +

Carbs Linux - a simple busybox linux distribution

+
+

Blog Index

+ +

This is the Carbs Linux Blog Index. You can find every post +here. RSS Feed

+ + + +View Page Source
+ + + + diff --git a/docs/blog/index.txt b/docs/blog/index.txt new file mode 100644 index 0000000..9d9a9aa --- /dev/null +++ b/docs/blog/index.txt @@ -0,0 +1,9 @@ +Blog Index +========== + +This is the Carbs Linux Blog Index. You can find every post +here. [RSS Feed] + +[RSS Feed]: /rss.xml + +* Jan 28 2020 - [Switching to New Website](20200128.html) -- cgit v1.2.3