In Part 1, I showed how to create a new website. In this part, we focus on how we write new articles in the website.
The website made in Jekyll all uses a language called Markdown to compose the articles. You don’t need to understand Markdown though. There is a beautiful software Typora. It is markdown writer, you write as you write in MS Word, and it converts it to Markdown as you write.
Post file name should be in format YEAR-MONTH-DAY-title.md
Every post has header, which is meta-data. Update title and date
Raw Format
---
layout: post
title: "MAF Method - Part1"
date: 2019-03-10 02:46:16 -0400
comments: true
categories: running
---
As seen in Typora
Content
You can add text, image, table. Basically, anything you can do in MS Word, you can do here. Playing around is the best way to learn on this.
Browse to your github repository github.com/
Drag the created file here
Voila, your new post is ready. It will appear in 1-2 minutes on