Skip to content

Commit f8c0f4d

Browse files
authored
Merge branch 'source' into patch-1
2 parents 1fd58c1 + 6e8d5a3 commit f8c0f4d

File tree

9 files changed

+22
-6
lines changed

9 files changed

+22
-6
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ target/
6060
pelican-plugins
6161
themes
6262
venv
63-
output
63+
output/*
64+
!output/.gitkeep
65+
cache
6466
*.pid
6567

.gitmodules

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[submodule "theme"]
22
path = theme
3-
url = https://github.com/PythonNepal/pure-single
3+
url = https://github.com/PythonNepal/pure-single
4+
[submodule "pure-single"]
5+
path = pure-single
6+
url = https://github.com/PythonNepal/pure-single
7+
branch = master

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ install:
99
- pip install -r requirements.txt
1010
- git config --global user.email "meamitkc@gmail.com"
1111
- git config --global user.name "Amit Chaudhary"
12-
- git clone https://github.com/PythonNepal/pure-single theme
1312
- git clone https://github.com/getpelican/pelican-plugins
1413
script:
1514
- fab publish:"Build site"

content/pages/developers.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Maintain the list in alphabetical order
1111
- **Ashish Acharya**
1212
[Email](mailto:ashish.acharya14@gmail.com) | [Github](https://github.com/code-geek) | [Website](http://ashishacharya.com) | [Linkedin](https://www.linkedin.com/in/ashishdotpy/)
1313

14+
- **Ayush Ojha**
15+
[Email](mailto:aimm.official@gmail.com) | [Github](https://github.com/officialaimm) | [Linkedin](https://www.linkedin.com/in/ayush-ojha-75206313a/)
1416

1517
- **Bikesh Kawan**
1618
[Email](mailto:bikeshkawang@gmail.com) | [Github](https://github.com/bkawan)
@@ -28,6 +30,10 @@ Maintain the list in alphabetical order
2830
- **Krishna Sunuwar**
2931
[Github](https://github.com/s2krish) | [Linkedin](https://www.linkedin.com/in/s2krish/)
3032

33+
- **Kishor Kumar Mahato**
34+
[Email](mailto:cyberkishor@gmail.com) | [Github](https://github.com/cyberkishor) | [Linkedin](https://www.linkedin.com/in/kishrorkumar/) | [BitBucket](https://bitbucket.org/cyberkishor/)
35+
36+
3137
- **Manjil Shrestha**
3238
[Email](mailto:shresthamanjil21@gmail.com) | [Github](https://github.com/smanjil) | [Linkedin](https://www.linkedin.com/in/manjil-shrestha-038527b4/)
3339

@@ -43,5 +49,8 @@ Maintain the list in alphabetical order
4349
- **Santosh Purbey**
4450
[Email](mailto:purbey.santosh@hotmail.com) | [Github](https://github.com/santoshpurbey) | [Linkedin](https://www.linkedin.com/in/santosh3511/)
4551

52+
- **Subin Shrestha**
53+
[Email](mailto:developer.shrestha@gmail.com) | [Github](https://github.com/sthasbin)
54+
4655
- **Sudip Kafle**
4756
[Email](mailto:soodip.kafle@gmail.com) | [Github](https://github.com/kaflesudip) | [Linkedin](https://www.linkedin.com/in/kaflesudip/)

content/pages/pythoninnepal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ Date: 2017-09-09 00:00
3838
- **Email**: info@ontreat.com
3939
- **Location**: Lazimpat-2, Kathmandu
4040
- **Website**: [ontreat.com](http://ontreat.com)
41-
- **Frameworks and Libraries**: Django, Pandas, Numpy, Scrapy
41+
- **Frameworks and Libraries**: Django, Tornado, Numpy, Pandas, Scrapy, SQLAlchemy, Fabric
4242

4343
### Zeftware Solutions Pvt. Ltd.
4444
- **Email**: info@zeftware.com
4545
- **Location**: Ram Laxman Marga, Biratnagar-01
4646
- **Phone**: 021-460567
4747
- **Website**: [zeftware.com](http://zeftware.com)
4848
- **Use**: Python is used in our different products such as zefed, scripting and automation.
49-
- **Frameworks and Libraries**: Django
49+
- **Frameworks and Libraries**: Django

fabfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def regenerate():
4242

4343

4444
def serve():
45+
build()
4546
os.chdir(env.deploy_path)
4647

4748
PORT = 8000

output/.gitkeep

Whitespace-only changes.

pelicanconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# Uncomment following line if you want document-relative URLs when developing
3737
# RELATIVE_URLS = True
3838

39-
THEME = "theme"
39+
THEME = "pure-single"
4040
COVER_IMG_URL = "https://upload.wikimedia.org/wikipedia/commons/4/40/Nepal_Patan_Mangal.jpg"
4141

4242
STATIC_PATHS = ["static", "extra"]

pure-single

Submodule pure-single added at 5121bb5

0 commit comments

Comments
 (0)