File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ url: "http://localhost:4000"
23
23
# List files and directories to include. Dot files are excluded by default - so those are good to include here. Most things are added by
24
24
# default. I generally add my .htaccess file and nothing else.
25
25
# ===============
26
- # include:
26
+ include : .htaccess
27
27
28
28
# "A list of directories (including trailing slash) and files to exclude from the conversion"
29
29
# I normally exclude _sass, README*, and .gitignore
30
30
# Directories that start with an underscore _ are not copied over by default. Still like to include _sass anyways.
31
31
# ===============
32
- # exclude:_sass,.gitignore, README.md
32
+ exclude:_sass,.gitignore, README.md
33
33
34
34
# Pagination variable for how many posts to show in a list
35
35
# ===============
You can’t perform that action at this time.
0 commit comments