Skip to content

Commit c52c0db

Browse files
committed
working on contribution instructions
1 parent 2f11ec7 commit c52c0db

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Statically hosted website for
2+
[Full Stack Python](http://www.fullstackpython.com/).
3+
4+
To get started, check out [Getting Started with Pelican and GitHub Pages](http://www.mattmakai.com/introduction-to-pelican.html).
5+
6+
You'll want to edit the ReStructredText files under the source/ folder
7+
directly, then use the Make file to generate the HTML page.

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-02-04T17:20:36Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-02-05T15:57:34Z</updated></feed>

source/static-html/README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Statically hosted website for
2+
[Full Stack Python](http://www.fullstackpython.com/).
3+
4+
To get started, check out [Getting Started with Pelican and GitHub Pages](http://www.mattmakai.com/introduction-to-pelican.html).
5+
6+
You'll want to edit the ReStructredText files under the source/ folder
7+
directly, then use the Make file to generate the HTML page.

0 commit comments

Comments
 (0)