Update
This commit is contained in:
parent
2bd80d115f
commit
f3a4dcad4c
@ -34,7 +34,7 @@ General notes and suggestions for customizing Minimal Mistakes.
|
|||||||
## Setup for an Existing Jekyll site
|
## Setup for an Existing Jekyll site
|
||||||
|
|
||||||
1. Clone the following folders: `_includes`, `_layouts`, `assets`, and `images`.
|
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:
|
3. Set the following variables in your `config.yml` file:
|
||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
@ -71,7 +71,7 @@ bing_verify:
|
|||||||
# For external links add external: true
|
# For external links add external: true
|
||||||
links:
|
links:
|
||||||
- title: Theme Setup
|
- title: Theme Setup
|
||||||
url: /theme-setup
|
url: /theme-setup/
|
||||||
- title: External Link
|
- title: External Link
|
||||||
url: http://mademistakes.com
|
url: http://mademistakes.com
|
||||||
external: true
|
external: true
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
<div class="footer-wrap">
|
<div class="footer-wrap">
|
||||||
{% if site.related_posts.size > 0 %}<div class="related-articles">
|
{% if site.related_posts.size > 0 %}<div class="related-articles">
|
||||||
<h4>You might also enjoy <small class="pull-right">(<a href="{{ site.url }}/articles">View all articles</a>)</small></h4>
|
<h4>You might also enjoy <small class="pull-right">(<a href="{{ site.url }}/posts/">View all posts</a>)</small></h4>
|
||||||
<ul>
|
<ul>
|
||||||
{% for post in site.related_posts limit:3 %}
|
{% for post in site.related_posts limit:3 %}
|
||||||
{% assign match = false %}
|
{% assign match = false %}
|
||||||
|
Loading…
Reference in New Issue
Block a user