diff --git a/.travis.yml b/.travis.yml
index 4694b854..9aaae0be 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ deploy:
env:
global:
- - GH_REF: github.com/pythonindia/bangalore.python.org.in
+ - GH_REF: github.com/pythonindia/bangalore.pythonindia.org
- secure: OOGn56dL/THfwy3y0desI7VsaaXL7TH8NcYiqcSB6Ew7P6jEc7Qu6fboP4IMBPBvyTUoIw1XYb/GS8rq4hEcB1vNqTEHZQuyx/+llUwG7+EuYCqU7RaS8n3DICTcuon2BL2czv0+gzMzeVRkc6uAcpsxcbGt+L2/+y4V9uoXtZA=
# if required to whitelist only master and disable builds on all other branch pushes
diff --git a/CNAME b/CNAME
index b4b87ebd..f4fdbe34 100755
--- a/CNAME
+++ b/CNAME
@@ -1 +1 @@
-bangalore.python.org.in
+bangalore.pythonindia.org
diff --git a/README.md b/README.md
index 8fb4fe36..547215b5 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,15 @@
-# bangalore.python.org.in
-Source code for Bangalore Python user group. Read blog at http://bangalore.python.org.in
+# BangPypers
+
+Source code for Bangalore Python user group. Read blog at https://bangalore.pythonindia.org
+
+## Setup Locally:
+
+TBD
+
+### Setup Upstream and Maintain your forked repo.
+
+1. Setup Upstream repo: `git remote add upstream git@github.com:pythonindia/bangalore.pythonindia.org.git`
+2. Fetch upstream content: `git fetch upstream`
+3. Checkout to master branch: `git checkout master`
+4. Rebase with upstream master: `git rebase upstream/master`
+5. Push (forcefully if needed): `git push -f origin master`
diff --git a/_authors/bangpypers.md b/_authors/bangpypers.md
index 08f94ae7..46121ecd 100644
--- a/_authors/bangpypers.md
+++ b/_authors/bangpypers.md
@@ -3,7 +3,7 @@ username: bangpypers
name: BangPypers
logo: /assets/images/authors/bangpypers.jpg
email:
-web: https://bangalore.python.org.in
+web: https://bangalore.pythonindia.org
twitter: https://www.meetup.com/BangPypers/
description: "The Bangalore Python User Group"
----
\ No newline at end of file
+---
diff --git a/_config.yml b/_config.yml
index eb1044e7..871edd53 100644
--- a/_config.yml
+++ b/_config.yml
@@ -8,7 +8,7 @@ og_img: '/assets/images/logo_og.jpg'
footer_img: '/assets/images/logo_footer.jpg'
post_default_img: '/assets/images/posts/bangpyperscover.jpg'
baseurl: ""
-url: "https://bangalore.python.org.in"
+url: "https://bangalore.pythonindia.org"
google_analytics: 'G-2KWW473BLG'
# disqus: ''
# mailchimp-list: ''
diff --git a/_includes/structuredata.html b/_includes/structuredata.html
index 9bb3757d..401c7d33 100644
--- a/_includes/structuredata.html
+++ b/_includes/structuredata.html
@@ -17,8 +17,8 @@
"@context" : "http://schema.org",
"@type" : "Organization",
"name" : "BangPypers",
- "url" : "https://bangalore.python.org.in/",
- "logo" : "https://bangalore.python.org.in/hassets/images/logo.jpg",
+ "url" : "https://bangalore.pythonindia.org/",
+ "logo" : "https://bangalore.pythonindia.org/hassets/images/logo.jpg",
"sameAs" : [
"https://www.facebook.com/bangpypers",
"https://twitter.com/__bangpypers__",
diff --git a/_layouts/default.html b/_layouts/default.html
index a0ec8b86..21137350 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -62,8 +62,8 @@
-
-
+
+
diff --git a/_posts/2012-12-13-december-bangpypers-meetup.md b/_posts/2012-12-13-december-bangpypers-meetup.md
index 05984941..1319718b 100755
--- a/_posts/2012-12-13-december-bangpypers-meetup.md
+++ b/_posts/2012-12-13-december-bangpypers-meetup.md
@@ -42,7 +42,7 @@ Attended by roughly 15 people.
At 17:30, Anand completed his presentation on his interpreter.
-Started a discussion on the bangalore.python.org.in website. The points that came up are.
+Started a discussion on the bangalore.pythonindia.org website. The points that came up are.
General
=======
@@ -52,7 +52,7 @@ General
Site suggestions
================
-1. Root the blog at `bangalore.python.org.in/blog` and then by date e.g. This entry would be `bangalore.python.org.in/blog/2012/12/15/december_metup.html`.
+1. Root the blog at `bangalore.pythonindia.org/blog` and then by date e.g. This entry would be `bangalore.pythonindia.org/blog/2012/12/15/december_metup.html`.
2. We need a subscribe link on the website.
3. We need an embedded "recent Bangpypers mail threads" widget on the site.
4. Design love. The site needs a lot of of design love. There were some suggestions from the audience. The plan is for the interested parties (Sidharth) to send mockups to the mailing list.
diff --git a/_posts/2014-12-31-thank-you-2014.md b/_posts/2014-12-31-thank-you-2014.md
index 95e378c5..d0e8dd3f 100755
--- a/_posts/2014-12-31-thank-you-2014.md
+++ b/_posts/2014-12-31-thank-you-2014.md
@@ -33,6 +33,6 @@ Thanks for all our speakers and mentors
- [Elvis](https://twitter.com/elvisds),
- [Kracekumar](http://twitter.com/kracetheking).
-Complete list of 2014 event details can be found in the [blog](http://bangalore.python.org.in/archives/2014/).
+Complete list of 2014 event details can be found in the [blog](http://bangalore.pythonindia.org/archives/2014/).
Finally, a big thanks for all participants :-). See you all in 2015!
diff --git a/_posts/2017-06-03-how-bangpypers-is-run.md b/_posts/2017-06-03-how-bangpypers-is-run.md
index 49bff18c..45aa04e8 100755
--- a/_posts/2017-06-03-how-bangpypers-is-run.md
+++ b/_posts/2017-06-03-how-bangpypers-is-run.md
@@ -70,7 +70,7 @@ A volunteer reaches the venue half an hour before the start time and oversees th
#### Blog
-From the beginning, BangPypers event reports are available on the [blog](http://bangalore.python.org.in/). Every event has a separate blog post about attendees count, how was the event, photos, and other details. The blog post goes on to social networks, meetup group, and mailing list.
+From the beginning, BangPypers event reports are available on the [blog](http://bangalore.pythonindia.org/). Every event has a separate blog post about attendees count, how was the event, photos, and other details. The blog post goes on to social networks, meetup group, and mailing list.
#### Feedback form