diff options
author | User Mms <mms@voyager.local> | 2024-10-15 23:16:59 +0200 |
---|---|---|
committer | User Mms <mms@voyager.local> | 2024-10-15 23:16:59 +0200 |
commit | 749e2567b4745184425ca2234e1b820ba457eb32 (patch) | |
tree | 368f956bcef378c8fa8e0ddf008c97275a7c38b7 /content-org | |
parent | 9a0b35a9f63efbe77042f638f4538060e7545212 (diff) |
feat: reunification unix hist
Diffstat (limited to 'content-org')
-rw-r--r-- | content-org/retired-2024-unix-history/baseof.html | 13 | ||||
-rw-r--r-- | content-org/retired-2024-unix-history/list.html | 2 | ||||
-rw-r--r-- | content-org/retired-2024-unix-history/redirect.html | 9 | ||||
-rw-r--r-- | content-org/retired-2024-unix-history/single.html | 2 | ||||
-rw-r--r-- | content-org/unix-history.org | 7 |
5 files changed, 30 insertions, 3 deletions
diff --git a/content-org/retired-2024-unix-history/baseof.html b/content-org/retired-2024-unix-history/baseof.html new file mode 100644 index 0000000..54db2d9 --- /dev/null +++ b/content-org/retired-2024-unix-history/baseof.html @@ -0,0 +1,13 @@ +{{ block "main" . }} +{{ end }} + +<!DOCTYPE html> +<html> + <head> + <title>{{ .Title }}</title> + <link rel="canonical" href="/unix-history/"/> + <meta http-equiv="content-type" content="text/html; charset=utf-8"/> + <meta http-equiv="refresh" content="0; url=https://unixhist.crys.site/{{ replace .RelPermalink "/unix-history/" ""}}"/> + </head> + +</html> diff --git a/content-org/retired-2024-unix-history/list.html b/content-org/retired-2024-unix-history/list.html new file mode 100644 index 0000000..e4e4a83 --- /dev/null +++ b/content-org/retired-2024-unix-history/list.html @@ -0,0 +1,2 @@ +{{ define "main" }} +{{ end }} diff --git a/content-org/retired-2024-unix-history/redirect.html b/content-org/retired-2024-unix-history/redirect.html new file mode 100644 index 0000000..599d57b --- /dev/null +++ b/content-org/retired-2024-unix-history/redirect.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <head> + <title>{{ .Title }}</title> + <link rel="canonical" href="/unix-history/"/> + <meta http-equiv="content-type" content="text/html; charset=utf-8"/> + <meta http-equiv="refresh" content="0; url=/unix-history/#{{ .Page.Params.link }}"/> + </head> +</html> diff --git a/content-org/retired-2024-unix-history/single.html b/content-org/retired-2024-unix-history/single.html new file mode 100644 index 0000000..e4e4a83 --- /dev/null +++ b/content-org/retired-2024-unix-history/single.html @@ -0,0 +1,2 @@ +{{ define "main" }} +{{ end }} diff --git a/content-org/unix-history.org b/content-org/unix-history.org index 6af9f4a..581ddbb 100644 --- a/content-org/unix-history.org +++ b/content-org/unix-history.org @@ -2,11 +2,11 @@ #+URL: https://michal.sapka.me/unix-history/ #+STARTUP: show2levels indent logdone -#+HUGO_BASE_DIR: ~/sites/site-crys-unixhist/ +#+HUGO_BASE_DIR: ~/ghq/michal.sapka.me/mms/site #+HUGO_WEIGHT: auto -#+HUGO_SECTION: +#+HUGO_SECTION: unix-history -* UH +* UH :@unix_history: :PROPERTIES: :EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :image_dir "unix-history" :image_max_width 480 :EXPORT_HUGO_PAIRED_SHORTCODES: image @@ -24,6 +24,7 @@ CLOSED: [2024-05-30 Sat 21:03] :EXPORT_HUGO_LASTMOD: 2024-09-13 :END: + To say that the history of Unix is long and convoluted would be a huge understatement. It started its life as a gaming OS dressed as a typesetting one in a forgotten alley in a research center but soon became the most important idea in modern computing history. No other OS had such a broad impact on how we work with computers. And despite that, it's mostly a forgotten name. |