Skip to content

Commit 80a7aed

Browse files
author
mrmrs
committed
Uncommenting some smart defaults.
1 parent fac55d4 commit 80a7aed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ url: "http://localhost:4000"
2323
# List files and directories to include. Dot files are excluded by default - so those are good to include here. Most things are added by
2424
# default. I generally add my .htaccess file and nothing else.
2525
# ===============
26-
# include:
26+
include: .htaccess
2727

2828
# "A list of directories (including trailing slash) and files to exclude from the conversion"
2929
# I normally exclude _sass, README*, and .gitignore
3030
# Directories that start with an underscore _ are not copied over by default. Still like to include _sass anyways.
3131
# ===============
32-
#exclude:_sass,.gitignore, README.md
32+
exclude:_sass,.gitignore, README.md
3333

3434
# Pagination variable for how many posts to show in a list
3535
# ===============

0 commit comments

Comments
 (0)