diff --git a/_includes/navigation.html b/_includes/navigation.html index 6930e1f..a22cee9 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -46,7 +46,7 @@
  • Posts
  • diff --git a/archive.html b/posts.html similarity index 95% rename from archive.html rename to posts.html index 8791f5b..bbb1606 100644 --- a/archive.html +++ b/posts.html @@ -1,8 +1,7 @@ --- layout: post-index -permalink: /articles/ +permalink: /posts/ title: All Posts -permalink: /archive/index.html description: "An archive of posts." --- diff --git a/theme-setup.md b/theme-setup.md index 52ff841..7affd86 100644 --- a/theme-setup.md +++ b/theme-setup.md @@ -32,7 +32,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: {% highlight yaml %} @@ -115,8 +115,8 @@ hpstr-jekyll-theme/ ├── images # images for posts and pages ├── _config.yml # Jekyll options ├── about.md # about page -├── archive.html # all posts ├── index.html # home page +├── posts.html # all posts └── tags.html # all posts grouped by tag {% endhighlight %}