Skip to content

Commit

Permalink
Change theme to pure.
Browse files Browse the repository at this point in the history
  * Added a git submodule for the theme.
  * Changed title levels to match the theme.
  * Using tags instead of categories. Since tags are emphasized by the
    theme.
  * Added a static background image for the theme.
  * Added menuitems that should appear on the sidebar.
  • Loading branch information
bravegnu committed Oct 3, 2014
1 parent 81957fb commit 86d429c
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "theme"]
path = theme
url = https://github.com/Chennaipy/pure-single.git
17 changes: 6 additions & 11 deletions content/august-2014-meet-minutes.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
Title: August Meet Minutes
Date: 2014-08-27 02:05
Category: Meeting Minutes
Tags: Meeting Minutes

This time around we had about 14 members attending the meet. The meet
started with the first talk -- "Unit Tests with Nose".

Unit Tests with Nose
====================
## Unit Tests with Nose

Vengatesh presented the various features of nose framework, comparing
them with the 'unittest' module present in the standard library. He
Expand All @@ -20,8 +19,7 @@ framework, and demonstrated the usage of the coverage plugin.
That brought us almost to the end of the talk, the next talk was "API
Documenation with Sphinx and Napoleon".

API Documentation with Sphinx and Napoleon
==========================================
## API Documentation with Sphinx and Napoleon

Aadhithyan explained the usage of Sphinx and Napoleon. He showed:

Expand All @@ -44,8 +42,7 @@ readable.

That brought us to the end of the talk. The next talk was on "Brython".

Brython
=======
## Brython

Vijay started off by explaining that Brython was a Python to Javascript
compiler written in Javascript. This allowed Python programs to be
Expand Down Expand Up @@ -90,8 +87,7 @@ He concluded his talk with some real world use-cases for Brython. One
of the use-cases he showed was the Reeborg's World
http://reeborg.ca/index_en.html

Asciinema
=========
## Asciinema

Rengaraj did a quick lightning talk on Asciinema, an open source
solution for recording terminal sessions. Rengaraj recorded a terminal
Expand All @@ -104,8 +100,7 @@ capture program does. The advantage:
2. Download and playback is fast.
3. No blurring in the playback.

Merger with Pych
================
## Merger with Pych

Vijay then provided an update on the merger with Pych. It seems that
Pych, was conceived to develop open source software using Python. And
Expand Down
Binary file added content/images/rangoli.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions content/pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Chennaipy is Python user-group, where Pythonistas in and around
Chennai come together to share their knowledge and to contribute to
the promotion of Python.

Mailing List
============
### Mailing List

We have a mailing list
[[email protected]](https://mail.python.org/mailman/listinfo/chennaipy).
Expand All @@ -20,8 +19,7 @@ about conducting local events, get notifications about upcoming meets,
* [View the Archives](https://mail.python.org/pipermail/chennaipy/)


Meetup
======
### Meetup

We have a [Meetup group](http://www.meetup.com/chennaipy). Join the
Chennaipy meetup group, to get meeting notifications, and RSVP to
Expand Down
2 changes: 1 addition & 1 deletion content/sfd-2014.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Title: Software Freedom Day 2014
Date: 2014-09-23 05:40
Category: Events
Tags: Events

![](http://wiki.softwarefreedomday.org/moin_static192/logo.png)

Expand Down
10 changes: 10 additions & 0 deletions pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,13 @@

# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True

THEME = "theme"
COVER_IMG_URL = "/images/rangoli.jpg"

STATIC_PATHS = ["images"]

MENUITEMS = [
("Events", "tag/events.html"),
("Meeting Minutes", "tag/meeting-minutes.html")
]
1 change: 1 addition & 0 deletions theme
Submodule theme added at c2ba75

0 comments on commit 86d429c

Please sign in to comment.