Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Medium #188

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ GEM
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
ffi (1.10.0)
ffi (1.10.0-x64-mingw32)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
Expand Down Expand Up @@ -61,9 +63,9 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
wdm (0.1.1)

PLATFORMS
ruby
x64-mingw32

DEPENDENCIES
Expand All @@ -74,7 +76,6 @@ DEPENDENCIES
jekyll-sitemap
kramdown
rouge
wdm (>= 0.1.0)

BUNDLED WITH
1.16.4
1.17.3
2 changes: 1 addition & 1 deletion _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ comments: true
<div class="row justify-content-between">
<div class="col-md-8 pr-5">

<p>This website is built with Jekyll and Mediumish template for Jekyll. It's for demonstration purposes, no real content can be found. Mediumish template for Jekyll is compatible with Github pages, in fact even this demo is created with Github Pages and hosted with Github.</p>
<p>This my ..... website is built with Jekyll and Mediumish template for Jekyll. It's for demonstration purposes, no real content can be found. Mediumish template for Jekyll is compatible with Github pages, in fact even this demo is created with Github Pages and hosted with Github.</p>

<p class="mb-5"><img class="shadow-lg" src="{{site.baseurl}}/assets/images/mediumish-jekyll-template.png" alt="jekyll template mediumish" /></p>
<h4>Documentation</h4>
Expand Down
15 changes: 9 additions & 6 deletions _posts/2018-01-11-customer-service.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
---
layout: post
title: "Inception Movie"
title: Inception Moviefffffffffffffff
author: john
categories: [ Jekyll, tutorial ]
categories:
- Jekyll
- tutorial
image: assets/images/11.jpg
description: "My review of Inception movie. Acting, plot and something else in this short description."
description: >-
My review of Inception movie. Acting, plot and something else in this short
description.
featured: true
hidden: true
rating: 4.5
---

Review products, books, movies, restaurant and anything you like on your Jekyll blog with Mediumish! JSON-LD ready for review property.
Review products, books, movies, restaurant and anything you like on your Jekyll blog with Mediumish\! JSON-LD ready for review property.

#### How to use?

It's actually really simple! Add the rating in your YAML front matter. It also supports halfs:
It's actually really simple\! Add the rating in your YAML front matter. It also supports halfs:

```html
---
Expand Down