diff options
author | Melody Horn <melody@boringcactus.com> | 2020-10-02 20:11:30 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-10-02 20:11:30 -0600 |
commit | 1d1f0a951d95090aa7849abe56508475b1358119 (patch) | |
tree | 05ba9e9c70d39f051cd967a876e0aa136f9af57f | |
parent | 703536e0c7540c66d32a0e07af3cd7ee5b3ca346 (diff) | |
download | boringcactus.com-1d1f0a951d95090aa7849abe56508475b1358119.tar.gz boringcactus.com-1d1f0a951d95090aa7849abe56508475b1358119.zip |
keep nonsense out of built site
-rw-r--r-- | _config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 59eab86..929180d 100644 --- a/_config.yml +++ b/_config.yml @@ -3,3 +3,7 @@ plugins: title: boringcactus description: boringcactus's blog posts author: boringcactus (Melody Horn) +exclude: + - Dockerfile + - LICENSE + - README.md |