We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7a46f commit faa22c9Copy full SHA for faa22c9
.gitignore
@@ -0,0 +1,3 @@
1
+README.md
2
+Gemfile*
3
+_config.yml
README.md
@@ -2,3 +2,12 @@ robnewman.github.io
===================
4
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
@@ -1 +1,5 @@
+---
+title: Welcome to Rob Newman's Github IO Site
+layout: post
Hello Github World
0 commit comments