We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a3af5 commit 1dd2aa8Copy full SHA for 1dd2aa8
1 file changed
_config.yml
@@ -166,9 +166,6 @@ defaults:
166
# Use tags index page and make tags on each post clickable
167
link-tags: true
168
169
-# dotfiles are excluded by default so explicitly include finger for mastodon discoverability
170
-include: ["/.well-known" ]
171
-
172
# Exclude these files from production site
173
exclude:
174
- CHANGELOG.md
@@ -180,6 +177,9 @@ exclude:
180
177
- README.md
181
178
- Vagrantfile
182
179
+# dotfiles are excluded by default so explicitly include finger for mastodon discoverability
+include: ["/.well-known/" ]
+
183
# prose.io config
184
prose:
185
rooturl: '_posts'
0 commit comments