From eea8e10cab8a5eb4a5213ebb99442050578744da Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Thu, 29 May 2025 12:30:09 +1000 Subject: [PATCH] use suggested project layout from: https://plainvanillaweb.com/pages/sites.html --- ...8-leveraging-nixos-dufs-cloud-storage.html | 12 +++++------ {blog => public/blog}/index.html | 10 ++++----- public/index.css | 2 ++ index.html => public/index.html | 6 +++--- about.html => public/pages/about.html | 8 +++---- contact.html => public/pages/contact.html | 8 +++---- {projects => public/projects}/index.html | 10 ++++----- style.css => public/styles/global.css | 21 +++++++------------ public/styles/variables.css | 7 +++++++ .../blog-template.html | 10 ++++----- 10 files changed, 49 insertions(+), 45 deletions(-) rename {blog => public/blog}/2025/01/28-leveraging-nixos-dufs-cloud-storage.html (94%) rename {blog => public/blog}/index.html (72%) create mode 100644 public/index.css rename index.html => public/index.html (80%) rename about.html => public/pages/about.html (76%) rename contact.html => public/pages/contact.html (82%) rename {projects => public/projects}/index.html (67%) rename style.css => public/styles/global.css (56%) create mode 100644 public/styles/variables.css rename blog/template.html => templates/blog-template.html (65%) diff --git a/blog/2025/01/28-leveraging-nixos-dufs-cloud-storage.html b/public/blog/2025/01/28-leveraging-nixos-dufs-cloud-storage.html similarity index 94% rename from blog/2025/01/28-leveraging-nixos-dufs-cloud-storage.html rename to public/blog/2025/01/28-leveraging-nixos-dufs-cloud-storage.html index 1559524..c065168 100644 --- a/blog/2025/01/28-leveraging-nixos-dufs-cloud-storage.html +++ b/public/blog/2025/01/28-leveraging-nixos-dufs-cloud-storage.html @@ -4,7 +4,7 @@ - + Document @@ -13,19 +13,19 @@

Will Holdsworth



- « Return to posts + « Return to posts

Quick & easy cloud storage with dufs and NixOS

dufs1 (the distinctive file diff --git a/blog/index.html b/public/blog/index.html similarity index 72% rename from blog/index.html rename to public/blog/index.html index 725ecba..01cc31f 100644 --- a/blog/index.html +++ b/public/blog/index.html @@ -4,7 +4,7 @@ - + Document @@ -13,13 +13,13 @@

Will Holdsworth



diff --git a/public/index.css b/public/index.css new file mode 100644 index 0000000..658d49f --- /dev/null +++ b/public/index.css @@ -0,0 +1,2 @@ +@import "./styles/variables.css"; +@import "./styles/global.css"; \ No newline at end of file diff --git a/index.html b/public/index.html similarity index 80% rename from index.html rename to public/index.html index d1eed37..8604336 100644 --- a/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ - + Document @@ -18,9 +18,9 @@ | Blog | - About + About | - Contact + Contact
diff --git a/about.html b/public/pages/about.html similarity index 76% rename from about.html rename to public/pages/about.html index b73daa6..b34d235 100644 --- a/about.html +++ b/public/pages/about.html @@ -4,7 +4,7 @@ - + Document @@ -13,11 +13,11 @@

Will Holdsworth


diff --git a/contact.html b/public/pages/contact.html similarity index 82% rename from contact.html rename to public/pages/contact.html index 7763526..9e7761d 100644 --- a/contact.html +++ b/public/pages/contact.html @@ -4,7 +4,7 @@ - + Document @@ -13,11 +13,11 @@

Will Holdsworth