Skip to content

Minimalistic blog using Middleman for myself. Occasionally writing posts with fun projects.

License

Notifications You must be signed in to change notification settings

martijncasteel/marked-paper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marked-paper

Marked-paper is a minimalistic markdown blog using middleman. My blog has no obstructing or ugly buttons and pagers, therefore some javascript is implemented to load more posts once scrolling down to the end of the page.

The back-end is made using middleman build on ruby and the idea behind it was to create a simple blogging platform for one user familiar with markdown. A typical blog file is formatted using frontmatter with some required parameters; title and date.

---
title: This is a sample Post
date: 14 April 2016
additional: Utrecht, the Netherlands
---

Writing this is strange. I've started [...]