diff --git a/hyde/layouts/doc/ghconfig.yaml b/hyde/layouts/doc/ghconfig.yaml new file mode 100644 index 0000000..36d4003 --- /dev/null +++ b/hyde/layouts/doc/ghconfig.yaml @@ -0,0 +1,39 @@ +mode: development +media_root:: media +media_url: /hyde/media +base_url: /hyde +deploy_root: ~/hyde/docs +template: hyde.ext.jinja2 +plugins: + - hyde.ext.plugins.meta.MetaPlugin + - hyde.ext.plugins.auto_extend.AutoExtendPlugin + - hyde.ext.plugins.less.LessCSSPlugin + - hyde.ext.plugins.blockdown.BlockdownPlugin + - hyde.ext.plugins.sorter.SorterPlugin + - hyde.ext.plugins.markings.MarkingsPlugin + - hyde.ext.plugins.markings.ReferencePlugin + - hyde.ext.plugins.syntext.SyntextPlugin + - hyde.ext.plugins.textlinks.TextlinksPlugin +context: +meta: + extends: doc.j2 + default_block: doc + nodemeta: meta.yaml + charset: utf-8 + compatibility: 'IE=edge,chrome=1' + viewport: 'width=device-width, initial-scale=1.0' + description: > + Awesome documentation for hyde - + a python static website generator + title: Hyde - A Python Static Website Generator + keywords: > + hyde,python,django,jinja,static website,static site, + generator,html generator + author: Lakshmi Vyasarajan +less: + app: ~/local/bin/lessc +markdown: + extensions: + - def_list + - headerid + - tables \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index 6f00c95..0000000 --- a/index.html +++ /dev/null @@ -1,80 +0,0 @@ - - - -
- - -Lakshmi Vyasarajan (lakshmi.vyas@gmail.com)
Hyde - Static Website Generator (hyde@ringce.com)
- You can download this project in either - zip or - tar formats. -
-You can also clone the project with Git - by running: -
$ git clone git://github.com/hydepy/hyde- - - - -