change archive.html to posts.html

master
Dan Lucas 2014-04-21 22:21:24 -04:00
parent 61e601a9db
commit 94c88570c2
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