From c7f29a1d56fca977e0c1aec78f7035a43c9ccee5 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 15 Jan 2014 15:32:48 -0500 Subject: [PATCH] Rename Articles to Posts to stay consistent with Jekyll naming conventions --- README.md | 4 ++-- _config.yml | 4 ++-- _layouts/post.html | 2 +- about.md | 2 +- articles.md | 7 ------- posts.md | 7 +++++++ theme-setup.md | 31 ++++++++++++++++++++++--------- 7 files changed, 35 insertions(+), 22 deletions(-) delete mode 100644 articles.md create mode 100644 posts.md diff --git a/README.md b/README.md index 5a17ad1..80d2540 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 afb4363..0eee949 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 3e55af8..e258d12 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -42,7 +42,7 @@