File tree Expand file tree Collapse file tree 4 files changed +36
-1
lines changed
source/content/pages/04-web-development Expand file tree Collapse file tree 4 files changed +36
-1
lines changed Original file line number Diff line number Diff line change @@ -3095,6 +3095,18 @@ <h2>Python implementations</h2>
30953095 each change is made to the input files.</ p >
30963096</ li >
30973097< li >
3098+ < p > < a href ="http://hyde.github.io/ "> Hyde</ a >
3099+ (< a href ="https://github.com/hyde/hyde "> source code</ a > ) started out as a Python
3100+ rewrite of the popular Ruby-based
3101+ < a href ="http://jekyllrb.com/ "> Jekyll static site generator</ a > . Today the project
3102+ has moved past those "clone Jekyll" origins. Hyde supports Jinja as well
3103+ as other templating languages and places more emphasis on metadata within
3104+ the markup files to instruct the generator how to produce the output files.
3105+ Check out the
3106+ < a href ="https://github.com/hyde/hyde/wiki/Hyde-Powered "> Hyde-powered websites</ a >
3107+ page to see live examples created with Hyde.</ p >
3108+ </ li >
3109+ < li >
30983110< p > < a href ="http://growsdk.org/ "> Grow SDK</ a > (< a href ="http://growsdk.org/ "> source code</ a > )
30993111 uses projects, known as pods, which contain a specific file and directory
31003112 structure so the site can be generated. The project remains in the
Original file line number Diff line number Diff line change 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-05T10:03:28Z </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-05T12:26:19Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -94,6 +94,17 @@ ones listed here are primarily coded in Python.
9494 builds to generate static sites faster than recreating every page after
9595 each change is made to the input files.
9696
97+ * [ Hyde] ( http://hyde.github.io/ )
98+ ([ source code] ( https://github.com/hyde/hyde ) ) started out as a Python
99+ rewrite of the popular Ruby-based
100+ [ Jekyll static site generator] ( http://jekyllrb.com/ ) . Today the project
101+ has moved past those "clone Jekyll" origins. Hyde supports Jinja as well
102+ as other templating languages and places more emphasis on metadata within
103+ the markup files to instruct the generator how to produce the output files.
104+ Check out the
105+ [ Hyde-powered websites] ( https://github.com/hyde/hyde/wiki/Hyde-Powered )
106+ page to see live examples created with Hyde.
107+
97108* [ Grow SDK] ( http://growsdk.org/ ) ([ source code] ( http://growsdk.org/ ) )
98109 uses projects, known as pods, which contain a specific file and directory
99110 structure so the site can be generated. The project remains in the
Original file line number Diff line number Diff line change @@ -111,6 +111,18 @@ <h2>Python implementations</h2>
111111 each change is made to the input files.</ p >
112112</ li >
113113< li >
114+ < p > < a href ="http://hyde.github.io/ "> Hyde</ a >
115+ (< a href ="https://github.com/hyde/hyde "> source code</ a > ) started out as a Python
116+ rewrite of the popular Ruby-based
117+ < a href ="http://jekyllrb.com/ "> Jekyll static site generator</ a > . Today the project
118+ has moved past those "clone Jekyll" origins. Hyde supports Jinja as well
119+ as other templating languages and places more emphasis on metadata within
120+ the markup files to instruct the generator how to produce the output files.
121+ Check out the
122+ < a href ="https://github.com/hyde/hyde/wiki/Hyde-Powered "> Hyde-powered websites</ a >
123+ page to see live examples created with Hyde.</ p >
124+ </ li >
125+ < li >
114126< p > < a href ="http://growsdk.org/ "> Grow SDK</ a > (< a href ="http://growsdk.org/ "> source code</ a > )
115127 uses projects, known as pods, which contain a specific file and directory
116128 structure so the site can be generated. The project remains in the
You can’t perform that action at this time.
0 commit comments