Skip to content

Commit

Permalink
[SKIP] Skip scripts and readmes when building site
Browse files Browse the repository at this point in the history
  • Loading branch information
themkat committed Jul 29, 2024
1 parent 0b4c847 commit 2bc6931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ baseurl: ""
title: "TheMKat's blog"
paginate: 10
include: [".well-known"]
exclude: ["org"]
exclude: ["org", "*.sh", "*.org"]
plugins:
- jekyll-sitemap
- jekyll-paginate
Expand Down

0 comments on commit 2bc6931

Please sign in to comment.