From 89a93b68e441bde1897b6e479e6c61ebb54a663a Mon Sep 17 00:00:00 2001 From: willGraham01 <1willgraham@gmail.com> Date: Wed, 20 Dec 2023 16:46:21 +0000 Subject: [PATCH] Reinstate readme and exclude from pages --- README.md | 3 +++ _config.yml | 23 ++++++++++++----------- 2 files changed, 15 insertions(+), 11 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..65b5ebf --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# willGraham.github.io + +Source code for my GitHub-pages hosted website, available at . diff --git a/_config.yml b/_config.yml index 154f651..39acec3 100644 --- a/_config.yml +++ b/_config.yml @@ -58,14 +58,15 @@ plugins: # Excluded items can be processed by explicitly listing the directories or # their entries' file path in the `include:` list. # -# exclude: -# - .sass-cache/ -# - .jekyll-cache/ -# - gemfiles/ -# - Gemfile -# - Gemfile.lock -# - node_modules/ -# - vendor/bundle/ -# - vendor/cache/ -# - vendor/gems/ -# - vendor/ruby/ +exclude: + - .sass-cache/ + - .jekyll-cache/ + - gemfiles/ + - Gemfile + - Gemfile.lock + - node_modules/ + - vendor/bundle/ + - vendor/cache/ + - vendor/gems/ + - vendor/ruby/ + - README.md