treyssatvincent / ReaderPages

📰 Static blog made with middleman focused on lightness and readability.

Home Page:https://treyssatvincent.github.io/ReaderPages/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReaderPages

📰 Blogging focused on lightness and readability.

Live demo

Installation

If you don't have ruby already installed search how to (on macOS and some GNU/Linux it's already installed for you).

Clone this repository and run bundle install in the directory.

You can now run :

  1. middleman server and see the blog at http://localhost:4567/.
  2. middleman build to generate the statics file you'll want to host.

You should take a look into the file data/config.yml and edit it as your conveniance.

Use

Create an article

Run this command in the blog directory :

middleman article "This is my great article"

Create a page

Create a file exemple.html.erb in source/ and only add to it :

---
layout: "page"
title: "I'm a new page"
slug: "a-new-page"
---

After, add a file a-new-page.md in data/ and write the content of your page into it.

The page will be available at whateveryouradressis.com/a-new-page

Credit

Using Middleman (under MIT License).

License

This blog template by Nino Treyssat-Vincent is licensed under MIT License.

About

📰 Static blog made with middleman focused on lightness and readability.

https://treyssatvincent.github.io/ReaderPages/

License:MIT License


Languages

Language:Ruby 58.0%Language:HTML 41.8%Language:JavaScript 0.2%