anotherminh / blog

Subpar writing and meandering musings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Blog

A collection of writings between two friends.

Prerequisites

To run this site locally, you need to have Ruby and Jekyll installed. More up-to-date instructions can be found here.

Setting up

git clone git@github.com:anotherminh/blog.git
cd blog
bundle

Create a new post

This project is installed with jekyll-compose, which means there are handy commands for managing the blog.

You can create a new post as a draft by running the following command:

bundle exec jekyll draft "My New Post"

To publish your draft when ready:

bundle exec jekyll publish _drafts/my-new-post.md

About

Subpar writing and meandering musings


Languages

Language:CSS 58.5%Language:Ruby 31.6%Language:HTML 9.8%