Live Demo | Download | Buy me a coffe
_config.yml
. If your site is in root, for baseurl
, make sure this is set to baseurl: ''
Also, change your Google Analytics code, disqus username, authors, Mailchimp list etc.$ gem install jekyll-paginate
$ gem install jekyll-archives
.default.html
_posts
. Mediumish already has a few as an example. featured:true
hidden:true
image: assets/images/mypic.jpg
comments:true
description: "this is my meta description"
YAML Post Example:
---
layout: post
title: "We all wait for summer"
author: john
categories: [ Jekyll, tutorial ]
image: assets/images/5.jpg
featured: true
---
comments: false
- disable comments in posts
image: "https://www.myexternal.com/image.jpg"
- set external featured image
YAML Page Example:
---
layout: page
title: Mediumish Template for Jekyll
comments: true
---
Copyright (C) 2018 WowThemes.net.
Mediumish for Jekyll is designed and developed by Sal and it is free under MIT license.
Thank you so much for your contribution!