Skip to content

Commit b0e6d90

Browse files
committed
adding examples of open source projects
1 parent 082ef94 commit b0e6d90

File tree

4 files changed

+78
-1
lines changed

4 files changed

+78
-1
lines changed

all.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3100,6 +3100,34 @@ <h2>Python implementations</h2>
31003100
mind. It works with both Python 2.x and 3.x.</p>
31013101
</li>
31023102
</ul>
3103+
<h3>Open source Python static site generator examples</h3>
3104+
<ul>
3105+
<li>
3106+
<p>This site is
3107+
<a href="https://github.com/makaimc/fullstackpython.com">all open source in its own GitHub repository</a>
3108+
under the MIT license. Fork away!</p>
3109+
</li>
3110+
<li>
3111+
<p><a href="https://github.com/tomchristie/django-rest-framework/tree/master/docs">Django REST Framework</a>
3112+
uses MkDocs to create its documentation site. Be sure to take a look at the
3113+
<a href="https://github.com/tomchristie/django-rest-framework/blob/master/mkdocs.yml">mkdocs.yml file</a>
3114+
to see how large, well-written docs are structured for that project.</p>
3115+
</li>
3116+
<li>
3117+
<p><a href="https://www.vlent.nl/">Practicing web development</a> uses Acrylamid to create
3118+
its site. The code is
3119+
<a href="https://github.com/markvl/www.vlent.nl">open source on GitHub</a>.</p>
3120+
</li>
3121+
<li>
3122+
<p><a href="http://loadays.org/">Linux Open Admin Days (Loadsys)</a> has their
3123+
<a href="https://github.com/loadays/pelican-site">site open source and available for viewing</a>. </p>
3124+
</li>
3125+
<li>
3126+
<p>The <a href="http://jakevdp.github.io/">Pythonic Perambulations</a> blog has a fairly
3127+
standard theme but is
3128+
<a href="https://github.com/jakevdp/PythonicPerambulations">also open source on GitHub</a>.</p>
3129+
</li>
3130+
</ul>
31033131
<h3>Static site generator resources</h3>
31043132
<ul>
31053133
<li>

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>2015-11-05T09:16:58Z</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>2015-11-05T09:32:03Z</updated></feed>

source/content/pages/04-web-development/16-static-site-generator.markdown

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,27 @@ ones listed here are primarily coded in Python.
9898
templating engine that was originally built with front-end designers in
9999
mind. It works with both Python 2.x and 3.x.
100100

101+
### Open source Python static site generator examples
102+
* This site is
103+
[all open source in its own GitHub repository](https://github.com/makaimc/fullstackpython.com)
104+
under the MIT license. Fork away!
105+
106+
* [Django REST Framework](https://github.com/tomchristie/django-rest-framework/tree/master/docs)
107+
uses MkDocs to create its documentation site. Be sure to take a look at the
108+
[mkdocs.yml file](https://github.com/tomchristie/django-rest-framework/blob/master/mkdocs.yml)
109+
to see how large, well-written docs are structured for that project.
110+
111+
* [Practicing web development](https://www.vlent.nl/) uses Acrylamid to create
112+
its site. The code is
113+
[open source on GitHub](https://github.com/markvl/www.vlent.nl).
114+
115+
* [Linux Open Admin Days (Loadsys)](http://loadays.org/) has their
116+
[site open source and available for viewing](https://github.com/loadays/pelican-site).
117+
118+
* The [Pythonic Perambulations](http://jakevdp.github.io/) blog has a fairly
119+
standard theme but is
120+
[also open source on GitHub](https://github.com/jakevdp/PythonicPerambulations).
121+
101122

102123
### Static site generator resources
103124
* [The Long Road to Building a Static Blog with Pelican](http://www.notionsandnotes.org/tech/web-development/pelican-static-blog-setup.html)

static-site-generator.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,34 @@ <h2>Python implementations</h2>
116116
mind. It works with both Python 2.x and 3.x.</p>
117117
</li>
118118
</ul>
119+
<h3>Open source Python static site generator examples</h3>
120+
<ul>
121+
<li>
122+
<p>This site is
123+
<a href="https://github.com/makaimc/fullstackpython.com">all open source in its own GitHub repository</a>
124+
under the MIT license. Fork away!</p>
125+
</li>
126+
<li>
127+
<p><a href="https://github.com/tomchristie/django-rest-framework/tree/master/docs">Django REST Framework</a>
128+
uses MkDocs to create its documentation site. Be sure to take a look at the
129+
<a href="https://github.com/tomchristie/django-rest-framework/blob/master/mkdocs.yml">mkdocs.yml file</a>
130+
to see how large, well-written docs are structured for that project.</p>
131+
</li>
132+
<li>
133+
<p><a href="https://www.vlent.nl/">Practicing web development</a> uses Acrylamid to create
134+
its site. The code is
135+
<a href="https://github.com/markvl/www.vlent.nl">open source on GitHub</a>.</p>
136+
</li>
137+
<li>
138+
<p><a href="http://loadays.org/">Linux Open Admin Days (Loadsys)</a> has their
139+
<a href="https://github.com/loadays/pelican-site">site open source and available for viewing</a>. </p>
140+
</li>
141+
<li>
142+
<p>The <a href="http://jakevdp.github.io/">Pythonic Perambulations</a> blog has a fairly
143+
standard theme but is
144+
<a href="https://github.com/jakevdp/PythonicPerambulations">also open source on GitHub</a>.</p>
145+
</li>
146+
</ul>
119147
<h3>Static site generator resources</h3>
120148
<ul>
121149
<li>

0 commit comments

Comments
 (0)