A fork of hyde, the static site generation. Some patches will be pushed upstream.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Josh Gerdes fb93f91be9 Added config value to allow user-defined encode safe list to be used with the encoding of url values (media_url, content_url, and full_url). I wanted to use absolute urls for the media_url config value (I did not want to encode : or /). 13 years ago
..
ext Use subscript syntax in tag archive generation 13 years ago
layouts Issue #69: Added styles for codebox 13 years ago
lib Issue #82: Added sourcecode directive to restructured text 13 years ago
tests Issue #126: (BREAKING)- Folderflattener now updates node url and deploy path properties 13 years ago
__init__.py Created project skeleton 14 years ago
engine.py Issue #119: Bug Fix. Relative path was used in the server as the sitepath 13 years ago
exceptions.py hyde init complete 14 years ago
fs.py Issue #112: Plugins now support inclusion filters. 13 years ago
generator.py Issue #121: Added simple_copy feature for deploying unprocessable files 13 years ago
layout.py all regular strings replaced with unicode ones 13 years ago
loader.py Added syntactic sugar for markings. Also refactored the template class. 14 years ago
main.py Issue #56: Added main.py and fixed changelog to include issues 13 years ago
model.py Added config value to allow user-defined encode safe list to be used with the encoding of url values (media_url, content_url, and full_url). I wanted to use absolute urls for the media_url config value (I did not want to encode : or /). 13 years ago
plugin.py Use subprocess.check_output so output will be logged 13 years ago
publisher.py Updated README with better docs. Upped version. Updated CHANGELOG & AUTHORS 13 years ago
server.py Issue #70: Server now reloads configuration upon regeneration 13 years ago
site.py Added config value to allow user-defined encode safe list to be used with the encoding of url values (media_url, content_url, and full_url). I wanted to use absolute urls for the media_url config value (I did not want to encode : or /). 13 years ago
template.py Added ability to clear caches 13 years ago
util.py Issue #100: Minor fixes to the nice /Users/lakshmivyas/.environments/hyde/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin based exec discovery by @nud 13 years ago
version.py Upped version, updated changelog & authors 13 years ago