Skip to content

Commit dc3913d

Browse files
committed
robots.txt?
1 parent 843e9a4 commit dc3913d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

_config.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ footer_scripts:
155155

156156

157157
# Reading Files
158-
include: ["_pages"]
158+
include:
159+
- _pages/
159160
exclude:
160161
- "*.py"
161162
- "*.rb"
@@ -198,7 +199,12 @@ exclude:
198199
- /script
199200
# tmp
200201
- vendor/
201-
keep_files: [".git", ".nojekyll", "README.md", "CNAME", "image"]
202+
keep_files:
203+
- .git
204+
- .nojekyll
205+
- CNAME
206+
- README.md
207+
- image
202208
encoding: "UTF-8"
203209

204210

_pages/robots.txt renamed to robots.txt

-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ layout: none
55
User-Agent: *
66
Allow: /
77
Sitemap: {{ '/sitemap.xml' | absolute_url }}
8-

0 commit comments

Comments
 (0)