diff options
| -rw-r--r-- | _posts/2014-3-3-Hello-World.md | 10 | ||||
| -rw-r--r-- | _posts/2018-4-3-Welcome to the blog!.md | 6 |
2 files changed, 6 insertions, 10 deletions
diff --git a/_posts/2014-3-3-Hello-World.md b/_posts/2014-3-3-Hello-World.md deleted file mode 100644 index d4665b6..0000000 --- a/_posts/2014-3-3-Hello-World.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -layout: post -title: You're up and running! ---- - -Next you can update your site name, avatar and other options using the _config.yml file in the root of your repository (shown below). - - - -The easiest way to make your first post is to edit this one. Go into /_posts/ and update the Hello World markdown file. For more instructions head over to the [Jekyll Now repository](https://github.com/barryclark/jekyll-now) on GitHub.
\ No newline at end of file diff --git a/_posts/2018-4-3-Welcome to the blog!.md b/_posts/2018-4-3-Welcome to the blog!.md new file mode 100644 index 0000000..dc7719f --- /dev/null +++ b/_posts/2018-4-3-Welcome to the blog!.md @@ -0,0 +1,6 @@ +--- +layout: post +title: Welcome to the blog! +--- + +Yes, we have a blog now! This can be used for updates and other things that you might be interested in. If you are interested, be sure to check here every now and again. |
