From ffe42b8e07daafed64a7671f69ed75843cac73fd Mon Sep 17 00:00:00 2001 From: Benjamin Ory Date: Wed, 20 Nov 2024 15:41:20 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 61cbe47..b5fb421 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Files/directories: - CNAME == gives the website URL hosted on Github - Gemfile == needed for local website display - Gemfile.lock == maybe needed for local website display +- LICENSE == license for website - Makefile == makefile for running scripts locally - README.md == this file - _config.yml == configuration file with site-wide settings From 03b1a66905f463f34335914d662d64e23ddb475b Mon Sep 17 00:00:00 2001 From: Benjamin Ory Date: Thu, 21 Nov 2024 12:08:44 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5fb421..01ae4e1 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,4 @@ Files/directories: - index.markdown == the home page (compiled into index.html) - scripts-listeners.html == JavaScript listeners for the home page - scripts-local.html == JavaScript scripts for the home page -- style-local.css == CSS styles for the home page +- style-local.html == CSS styles for the home page