Skip to content

Commit faa22c9

Browse files
committed
Add more basic setup
1 parent 1b7a46f commit faa22c9

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
README.md
2+
Gemfile*
3+
_config.yml

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,12 @@ robnewman.github.io
22
===================
33

44
Github Pages Website
5+
6+
Running Jekyll
7+
==============
8+
9+
`bundle exec jekyll serve`
10+
11+
site available at:
12+
13+
http://localhost:4000

index.html

+4
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
---
2+
title: Welcome to Rob Newman's Github IO Site
3+
layout: post
4+
---
15
Hello Github World

0 commit comments

Comments
 (0)