Skip to content

Commit 041a4ff

Browse files
committed
Added how to preview locally, and changed date on post.
1 parent a7fd607 commit 041a4ff

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ The file will also need a YAML Front Matter section at the top of the file.
2222

2323
Look at an existing post if you want an example.
2424

25+
## How to preview site locally
26+
27+
Jekyll will allow you to preview the site locally doing the following:
28+
29+
1. [Install Jekyll 3](https://jekyllrb.com/docs/installation/)
30+
2. [Use Jekyll Serve](https://jekyllrb.com/docs/usage/)
31+
32+
33+
34+
2535

2636

2737

_posts/2016-06-24-documentation-now-hosted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "Documentation is now hosted."
4-
date: 2016-06-20 15:00:00 -0600
4+
date: 2016-06-24 10:00:00 -0600
55
categories: moving
66
---
77

0 commit comments

Comments
 (0)