Skip to content

Commit 2974d3a

Browse files
exclude notes, scripts, drafts from build
1 parent 7b4d5fd commit 2974d3a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

_config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description: > # this means to ignore newlines until "baseurl:"
55
here, we are not only numbers
66
baseurl: ""
77
url: "https://nan.nyc"
8-
youtube_username: UC2GGSbxdmmy-X7c5wyzE38w
98

109
# Collections
1110
collections:
@@ -29,4 +28,4 @@ plugins:
2928

3029
#other options
3130
timezone: America/New_York
32-
exclude: [old]
31+
exclude: [old, notes, _scripts, _drafts]

0 commit comments

Comments
 (0)