diff --git a/README.md b/README.md index 5a17ad1a..80d25400 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ General notes and suggestions for customizing Minimal Mistakes. ## 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`, `articles.html`, `index.md`, `feed.xml`, `sitemap.xml` +2. Clone the following files and personalize content as need: `about.md`, `posts.md`, `index.md`, `feed.xml`, `sitemap.xml` 3. Set the following variables in your `config.yml` file: ``` yaml @@ -71,7 +71,7 @@ bing_verify: # For external links add external: true links: - title: Theme Setup - url: /theme-setup + url: /theme-setup/ - title: External Link url: http://mademistakes.com external: true diff --git a/_config.yml b/_config.yml index afb4363e..0eee9491 100644 --- a/_config.yml +++ b/_config.yml @@ -32,8 +32,8 @@ bing_verify: links: - title: About url: /about/ - - title: Articles - url: /articles/ + - title: Posts + url: /posts/ - title: Theme Setup url: /theme-setup/ - title: Made Mistakes diff --git a/_layouts/post.html b/_layouts/post.html index 3e55af86..e258d12e 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -42,7 +42,7 @@