diff --git a/.gitignore b/.gitignore index be6b1d7..2a8ca5c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ _site *.swp +Gemfile.lock diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..053c27d --- /dev/null +++ b/Gemfile @@ -0,0 +1,2 @@ +source 'https://rubygems.org' +gem 'github-pages' diff --git a/README.md b/README.md index 35be164..7b471a8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is the content for the PythonPune website. On pushing any changes to github, the same are automatically processed by jekyll and published. -To run locally, checkout the project and run "jekyll --serve". +To run locally, checkout the project and run "jekyll serve". Note on changing themes ======================== diff --git a/_layouts/default.html b/_layouts/default.html index c851adf..beb6f65 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -22,6 +22,7 @@
+ Fork me on GitHub
@@ -42,7 +43,7 @@

Subscribe to PythonPune Google Group