Exclude NOTES.md from jekyll build

This commit is contained in:
Michael Smith 2023-05-05 11:23:17 +02:00
parent 0edf71238c
commit 7bba0839a6

View File

@ -87,7 +87,7 @@ styles:
]
# Handling Reading
exclude: ["README.md", "flake.nix", "flake.lock", ".direnv"]
exclude: ["README.md", "flake.nix", "flake.lock", ".direnv", "NOTES.md"]
# Build settings
highlighter: null