diff options
author | mms <michal@sapka.me> | 2024-04-08 19:48:14 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-04-08 19:48:14 +0200 |
commit | 47be93b724133b1edeac15faa46f1198557e33e3 (patch) | |
tree | 8b57592eeacf08b3d676a24dd4780179efdd5ad3 /content/bsd/history | |
parent | b03f4fa221852d6a264ceee3e08c04aeeef93928 (diff) |
feat: bsd hist as section and st 5x20
Diffstat (limited to 'content/bsd/history')
-rw-r--r-- | content/bsd/history/_index.md | 22 | ||||
-rw-r--r-- | content/bsd/history/index.md | 24 |
2 files changed, 46 insertions, 0 deletions
diff --git a/content/bsd/history/_index.md b/content/bsd/history/_index.md index e69de29..41ee1fe 100644 --- a/content/bsd/history/_index.md +++ b/content/bsd/history/_index.md @@ -0,0 +1,22 @@ ++++ +title = "History of BSD and Unix" +author = ["Michał Sapka"] +date = 2024-04-08T09:37:00+02:00 +categories = ["bsd"] +draft = false +weight = 2001 +hasNavSection = "bsd-history abstract BSD history starts with Multics" ++++ + +Does computer history have any real appliance? +Not really. +Does it explain certain, potentially baffling things? Certainly. +But does it make great beer talk? +Absolutely! +Especially when discussing systems with such rich history as BSD. +I will be gentle here, I promise. +No _Hardcore History_ in sight. + +{{< menu "bsd-history" >}} +History of BSD +{{< /menu >}} diff --git a/content/bsd/history/index.md b/content/bsd/history/index.md new file mode 100644 index 0000000..bad4e2d --- /dev/null +++ b/content/bsd/history/index.md @@ -0,0 +1,24 @@ ++++ +title = "History of BSD and Unix" +author = ["Michał Sapka"] +date = 2024-04-08T09:37:00+02:00 +categories = ["bsd"] +draft = false +weight = 2001 +hasNavSection = "bsd-history abstract BSD history starts with Multics" ++++ + +Does computer history have any real appliance? +Not really. +Does it explain certain, potentially baffling things? Certainly. +But does it make great beer talk? +Absolutely! +Especially when discussing systems with such rich history as BSD. +I will be gentle here, I promise. +No _Hardcore History_ in sight. + +<menu> + +History of BSD + +</menu> |