Skip to content

Commit

Permalink
Reinstate readme and exclude from pages
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 committed Dec 20, 2023
1 parent 63f80f1 commit 89a93b6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# willGraham.github.io

Source code for my GitHub-pages hosted website, available at <https://willgraham01.github.io/>.
23 changes: 12 additions & 11 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 89a93b6

Please sign in to comment.