Skip to content

Commit 90f76a4

Browse files
authored
moving to new domain (#56)
1 parent 482fcd9 commit 90f76a4

10 files changed

Lines changed: 28 additions & 15 deletions

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ deploy:
1616

1717
env:
1818
global:
19-
- GH_REF: github.com/pythonindia/bangalore.python.org.in
19+
- GH_REF: github.com/pythonindia/bangalore.pythonindia.org
2020
- secure: OOGn56dL/THfwy3y0desI7VsaaXL7TH8NcYiqcSB6Ew7P6jEc7Qu6fboP4IMBPBvyTUoIw1XYb/GS8rq4hEcB1vNqTEHZQuyx/+llUwG7+EuYCqU7RaS8n3DICTcuon2BL2czv0+gzMzeVRkc6uAcpsxcbGt+L2/+y4V9uoXtZA=
2121

2222
# if required to whitelist only master and disable builds on all other branch pushes

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bangalore.python.org.in
1+
bangalore.pythonindia.org

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
1-
# bangalore.python.org.in
2-
Source code for Bangalore Python user group. Read blog at http://bangalore.python.org.in
1+
# BangPypers
2+
3+
Source code for Bangalore Python user group. Read blog at https://bangalore.pythonindia.org
4+
5+
## Setup Locally:
6+
7+
TBD
8+
9+
### Setup Upstream and Maintain your forked repo.
10+
11+
1. Setup Upstream repo: `git remote add upstream git@github.com:pythonindia/bangalore.pythonindia.org.git`
12+
2. Fetch upstream content: `git fetch upstream`
13+
3. Checkout to master branch: `git checkout master`
14+
4. Rebase with upstream master: `git rebase upstream/master`
15+
5. Push (forcefully if needed): `git push -f origin master`

_authors/bangpypers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ username: bangpypers
33
name: BangPypers
44
logo: /assets/images/authors/bangpypers.jpg
55
email:
6-
web: https://bangalore.python.org.in
6+
web: https://bangalore.pythonindia.org
77
twitter: https://www.meetup.com/BangPypers/
88
description: "The Bangalore Python User Group"
9-
---
9+
---

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ og_img: '/assets/images/logo_og.jpg'
88
footer_img: '/assets/images/logo_footer.jpg'
99
post_default_img: '/assets/images/posts/bangpyperscover.jpg'
1010
baseurl: ""
11-
url: "https://bangalore.python.org.in"
11+
url: "https://bangalore.pythonindia.org"
1212
google_analytics: 'G-2KWW473BLG'
1313
# disqus: ''
1414
# mailchimp-list: ''

_includes/structuredata.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@context" : "http://schema.org",
1818
"@type" : "Organization",
1919
"name" : "BangPypers",
20-
"url" : "https://bangalore.python.org.in/",
21-
"logo" : "https://bangalore.python.org.in/hassets/images/logo.jpg",
20+
"url" : "https://bangalore.pythonindia.org/",
21+
"logo" : "https://bangalore.pythonindia.org/hassets/images/logo.jpg",
2222
"sameAs" : [
2323
"https://www.facebook.com/bangpypers",
2424
"https://twitter.com/__bangpypers__",

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
<meta name="designer" content="ZeoSpec">
6363
<!-- <meta name="reply-to" content=""> -->
6464
<meta name="owner" content="BangPypers">
65-
<meta name="url" content="http://bangalore.python.org.in/">
66-
<meta name="identifier-URL" content="http://bangalore.python.org.in/">
65+
<meta name="url" content="http://bangalore.pythonindia.org/">
66+
<meta name="identifier-URL" content="http://bangalore.pythonindia.org/">
6767
<meta name="directory" content="submission">
6868
<meta name="category" content="community">
6969
<meta http-equiv="cache-control" content="public" />

_posts/2012-12-13-december-bangpypers-meetup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Attended by roughly 15 people.
4242

4343
At 17:30, Anand completed his presentation on his interpreter.
4444

45-
Started a discussion on the bangalore.python.org.in website. The points that came up are.
45+
Started a discussion on the bangalore.pythonindia.org website. The points that came up are.
4646

4747
General
4848
=======
@@ -52,7 +52,7 @@ General
5252
Site suggestions
5353
================
5454

55-
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`.
55+
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`.
5656
2. We need a subscribe link on the website.
5757
3. We need an embedded "recent Bangpypers mail threads" widget on the site.
5858
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.

_posts/2014-12-31-thank-you-2014.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ Thanks for all our speakers and mentors
3333
- [Elvis](https://twitter.com/elvisds),
3434
- [Kracekumar](http://twitter.com/kracetheking).
3535

36-
Complete list of 2014 event details can be found in the [blog](http://bangalore.python.org.in/archives/2014/).
36+
Complete list of 2014 event details can be found in the [blog](http://bangalore.pythonindia.org/archives/2014/).
3737

3838
Finally, a big thanks for all participants :-). See you all in 2015!

_posts/2017-06-03-how-bangpypers-is-run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ A volunteer reaches the venue half an hour before the start time and oversees th
7070

7171
#### Blog
7272

73-
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.
73+
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.
7474

7575
#### Feedback form
7676

0 commit comments

Comments
 (0)