mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-14 09:27:57 -05:00
The test uses a simple ".htaccess" file that needs to be rendered as any other page, like the sitemap.xml, …
8 lines
136 B
ApacheConf
8 lines
136 B
ApacheConf
---
|
|
layout: nil
|
|
---
|
|
ErrorDocument 404 /404.html
|
|
ErrorDocument 500 /500.html
|
|
{% for post in site.posts %}
|
|
# {{ post.url }}
|
|
{% endfor %} |