Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.59 KB

README.rst

File metadata and controls

53 lines (36 loc) · 1.59 KB

pyladies.com site setup

Date: 2012-05-04 20:38
tags:Website
category:Articles

The actual pyladies.com website, redone using Github static pages so the entire world can see articles and events in progress. If something isn't listed, then submit a contribution.

How to get it running:

pip install pelican
git clone git://github.com/pyladies/pyladies.github.com.git

How to push up entries and pages and themes:

pelican . -o . -s settings.py
git commit -am "Adding content here"
git push

Results!

http://pyladies.github.com

How to submit an article or event

Why articles and events may get rejected

There are a number of reasons why this may have occurred:

  • Inappropriate content submitted
  • Spelling or grammatical errors
  • Pull request included the rendered HTML

How to submit a static page

Simply create a RST or MD file in the Pages directory. Its title will appear in the navigation in TitleCase.