From e7e358c99a516e13a01dd64b29e6af5a51026259 Mon Sep 17 00:00:00 2001 From: Radiohotline Date: Sat, 14 Mar 2026 09:58:15 +0000 Subject: first commit --- _werc/config | 11 +++++++++++ _werc/lib/footer.inc | 5 +++++ _werc/lib/top_bar.inc | 9 +++++++++ _werc/pub/style/style.css | 12 ++++++++++++ 4 files changed, 37 insertions(+) create mode 100644 _werc/config create mode 100644 _werc/lib/footer.inc create mode 100644 _werc/lib/top_bar.inc create mode 100644 _werc/pub/style/style.css (limited to '_werc') diff --git a/_werc/config b/_werc/config new file mode 100644 index 0000000..39db279 --- /dev/null +++ b/_werc/config @@ -0,0 +1,11 @@ +#masterSite=default.cat-v.org +siteTitle='Soft Machine' +siteSubTitle='Your computer is alive' + +meta_description='Home of programming and electronics projects and a FOSS blog' +meta_keywords='FOSS, computers, programming, C, electronics, synthesizer, Unix, Plan 9' + +#conf_enable_comments +#conf_enable_wiki + +#ll_add handlers_body_head echo '
' diff --git a/_werc/lib/footer.inc b/_werc/lib/footer.inc new file mode 100644 index 0000000..01f022e --- /dev/null +++ b/_werc/lib/footer.inc @@ -0,0 +1,5 @@ +
+ +
Powered by werc
+ +
diff --git a/_werc/lib/top_bar.inc b/_werc/lib/top_bar.inc new file mode 100644 index 0000000..c2c4d52 --- /dev/null +++ b/_werc/lib/top_bar.inc @@ -0,0 +1,9 @@ +
+ softmachine | + art | + music | + tech | + creatures | + brain | + moloch +
diff --git a/_werc/pub/style/style.css b/_werc/pub/style/style.css new file mode 100644 index 0000000..252cb2a --- /dev/null +++ b/_werc/pub/style/style.css @@ -0,0 +1,12 @@ +body { display: flex; flex-wrap: wrap; font-family: sans; } +header { flex-basis: 100%; flex-shrink: 0; } +article { flex-basis: 60%; padding-left: 1em; } +footer { flex-basis: 100%; flex-shrink: 0; } +header nav { display: flex; justify-content: space-between; } +nav a, header a { text-decoration: none ; color: inherit; } +header h1 span { margin-left: 1em; font-size: 50%; font-style: italic; } +body > nav { flex-basis: content; padding-right: 1vw; min-width: 16em; } +nav ul { display: flex; flex-direction: column; list-style-type: none; list-style-position: outside; padding-left: 0; } +nav li ul { padding-left: 0.6em } +footer { display: flex; justify-content: space-between; } +* { cursor: url(http://softmachine.dev/img/cursor.png), auto; } -- cgit v1.3