Merge pull request #23 from danlucas/master

change archive.html to posts.html
master
Michael Rose 2014-04-23 07:58:45 -04:00
commit e2f62f8762
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ General notes and suggestions for customizing **HPSTR**.
## Setup for an Existing Jekyll site
1. Clone the following folders: `_includes`, `_layouts`, `assets`, and `images`.
2. Clone the following files and personalize content as need: `about.md`, `archive.html`, `index.html`, `tags.html`, and `feed.xml`.
2. Clone the following files and personalize content as need: `about.md`, `posts.html`, `index.html`, `tags.html`, and `feed.xml`.
3. Set the following variables in your `config.yml` file:
``` yaml