From 11a10268867875fefaa00270cb67b8e3e2eadd7a Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Mon, 30 Sep 2024 08:10:23 -0400 Subject: Use external stylesheet instead of inline, cleanup structure slightly, README update --- README.md | 1 + footer.html | 2 -- header.html | 6 ++-- public/style.css | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 97 insertions(+), 6 deletions(-) create mode 100644 public/style.css diff --git a/README.md b/README.md index 46ad23f..d9db637 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ etc.). * Posts need to be structured with an `h1` on the first line, a space on the second, and the date on the third line (ie. 2024-07-20) * Pages go under the `pages` directory as markdown files * Media (images, videos etc) go in the root `public` directory +* Main styling is found in `public/style.css` (feel free to get creative!) ## Defaults diff --git a/footer.html b/footer.html index 6a2001c..94a640f 100644 --- a/footer.html +++ b/footer.html @@ -1,7 +1,5 @@ -