From b42de7befc83fc17313ee5402c6568fa7825dce0 Mon Sep 17 00:00:00 2001 From: mms Date: Sun, 17 Mar 2024 21:38:03 +0100 Subject: feat: stv bliss --- content/bsd/history/01_multics.md | 3 ++- content/bsd/history/02_unix.md | 4 +++- content/bsd/history/_index.md | 0 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 content/bsd/history/_index.md (limited to 'content/bsd/history') diff --git a/content/bsd/history/01_multics.md b/content/bsd/history/01_multics.md index 3e18afef..169db3b3 100644 --- a/content/bsd/history/01_multics.md +++ b/content/bsd/history/01_multics.md @@ -5,7 +5,8 @@ date = 2024-03-09T21:03:00+01:00 categories = ["bsd"] draft = false weight = 2001 -abstract = "BSD history starts with Multics" +hasNavSection = "bsd-history abstract BSD history starts with Multics" +shortname = "Part I: Multics" [menu] [menu.bsd-history] weight = 2001 diff --git a/content/bsd/history/02_unix.md b/content/bsd/history/02_unix.md index ca598c78..3f1abc9c 100644 --- a/content/bsd/history/02_unix.md +++ b/content/bsd/history/02_unix.md @@ -5,7 +5,9 @@ date = 2024-03-16T21:00:00+01:00 categories = ["bsd"] draft = false weight = 2002 -abstract = "BSD history starts with Multics" +hasNavSection = "bsd-history" +abstract = "How Unix came to be?" +shortname = "Part II: Unix" [menu] [menu.bsd-history] weight = 2002 diff --git a/content/bsd/history/_index.md b/content/bsd/history/_index.md new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3