diff --git a/.gitignore b/.gitignore index ca35be0..2a8ca5c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ _site +*.swp +Gemfile.lock diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..a04dce1 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +pune.python.org.in \ No newline at end of file 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 f48aa78..7b471a8 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,19 @@ pythonpune.github.com Pune Pythonistas and their discussions and events. -This is the content for the pythonpune website. +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". \ No newline at end of file +To run locally, checkout the project and run "jekyll serve". + +Note on changing themes +======================== + +If you're playing with the themes, then we request you to please take care of following points + +- Work off a git branch +- Generate the site on your desktop, publish it somewhere else and submit URL for feedback. +- If the group feels the new look is better we'll merge the branch onto the master + +With UI its just too easy to be flip-flopping and have n opinions with no sound basis to actually discuss them. So lets set the above as a base rule for making changes to UI. diff --git a/_layouts/company.html b/_layouts/company.html new file mode 100644 index 0000000..cde09f5 --- /dev/null +++ b/_layouts/company.html @@ -0,0 +1,11 @@ +--- +layout: default +--- +
| Name | {{page.name}} |
| URL | {{page.company_url}} |