Skip to content

Files

Latest commit

0c60f68 · Apr 30, 2017

History

History
This branch is 323 commits ahead of, 69 commits behind Gaohaoyang/gaohaoyang.github.io:master.

_posts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 28, 2017
Mar 27, 2017
Mar 28, 2017
Mar 30, 2017
Apr 5, 2017
Apr 24, 2017
Apr 30, 2017
Apr 30, 2017
Mar 28, 2017

This readme is a good place to give tips on how to write a blog post using Jekyll.

To make a blog post, create a new file in this folder and name it something like 2017-03-24-Blog-Post-Name.md

How you name the file determines the Title of the post (dashes are converted to spaces), and including the date in the file name is important too. (It won’t show up as a “post” if it isn’t in this format) The .md extension tells Jekyll that this post is written in Markdown.

You also need to include some metadata at the top of your post, here is an example:

---
layout: post
title:  "An Initial Blog Post"
categories: Blog
tags:
author:
---

This readme isn't done.... it #needswork