Skip to content

aniket12july/pyladies.github.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. THANKS FOR VISITING OUR WEBSITE:)

About

the actual pyladies.com website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 97.0%
  • CSS 2.3%
  • Python 0.7%