This commit is contained in:
sharadcodes 2019-11-25 18:25:41 +05:30
parent e6d6c8f8a8
commit afd312376e
8 changed files with 11 additions and 22 deletions

View File

@ -1,8 +1,14 @@
title: "Dark Reader"
title: Dark Reader
markdown: kramdown
url: ""
baseurl: "/jekyll-theme-dark-reader"
# for atom feed
author:
name: Sharad Raj Singh Maurya
email: dev_sharad@outlook.com
plugins:
- jekyll-paginate
- jemoji

View File

@ -1,14 +1,9 @@
---
layout: post
cover: 'assets/images/cover5.jpg'
navigation: True
title: The Purpose of Education
date: 1948-12-12 10:18:00
tags: speeches fiction
subclass: 'post tag-speeches'
logo: 'assets/images/ghost.png'
author: martin
categories: martin
---
As I engage in the so-called "bull sessions" around and about the school, I too often find that most college men have a misconception of the purpose of education. Most of the "brethren" think that education should equip them with the proper instruments of exploitation so that they can forever trample over the masses. Still others think that education should furnish them with noble ends rather than means to an end.

View File

@ -1,14 +1,9 @@
---
layout: post
cover: 'assets/images/cover4.jpg'
navigation: True
title: I Have a Dream
date: 1963-08-28 10:18:00
tags: speeches
subclass: 'post tag-speeches'
logo: 'assets/images/ghost.png'
author: martin
categories: martin
---
I am happy to join with you today in what will go down in history as the greatest demonstration for freedom in the history of our nation.

View File

@ -1,14 +1,9 @@
---
layout: post
cover: 'assets/images/cover7.jpg'
navigation: True
title: The Businessman & the fisherman
date: 2014-08-12 10:18:00
tags: fables fiction
subclass: 'post tag-test tag-content'
logo: 'assets/images/ghost.png'
author: casper
categories: casper
---
An American businessman took a vacation to a small coastal Mexican village on doctors orders. Unable to sleep after an urgent phone call from the office the first morning, he walked out to the pier to clear his head. A small boat with just one fisherman had docked, and inside the boat were several large yellowfin tuna. The American complimented the Mexican on the quality of his fish.

View File

@ -1,11 +1,9 @@
---
title: Hello Jekyll
layout: post
author: Alexa Crisis
title: Hello Jekyll
date: 2018-10-09
description: A complete post.
image: 3.jpg
categories: ["c"]
tag: Jekyll
author: Alexa Crisis
---
Text can be **bold**, _italic_, ~~strikethrough~~ or `keyword`

View File

@ -20,7 +20,7 @@ layout: null
<title>{{ post.title | xml_escape }}</title>
<link href="{{ site.url }}{{ site.baseurl }}{{ post.url }}"/>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>{{ site.url }}{{ post.id }}</id>
<id>{{ site.url }}{{ site.baseurl }}{{ post.url }}</id>
<content type="html">{{ post.content | xml_escape }}</content>
</entry>
{% endfor %}

BIN
screenshots/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
screenshots/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB