#utPLSQL Website
The utPLSQL website is powered by Jekyll. Which generated HTML when you push a commit to the master repository.
GitHub hosts the site and stores the source code of the web site
Create a File in the _posts
directory with the file name of YYYY-MM-DD-Blog-Post-Name.md
This file will be a standard Markdown file which can be editing with any text editor although there are many offline and online editors for Markdown.
The file will also need a YAML Front Matter section at the top of the file.
---
layout: post
title: "Title of Blog Post"
date: 2016-06-20 15:00:00 -0600
categories: moving
---
Look at an existing post if you want an example.