adding hugo
authorspf13 <steve.francia@gmail.com>
Thu, 4 Jul 2013 15:32:55 +0000 (11:32 -0400)
committerspf13 <steve.francia@gmail.com>
Thu, 4 Jul 2013 15:32:55 +0000 (11:32 -0400)
commit6e16449e5fca5df192de04430af26a46ea9ceb2d
treeefa5ce31f86a99b4a8f410fda0784dd4cc8f9a92
parent50a1d6f3f155ab837310e00ffb309a9199773c73
adding hugo
34 files changed:
LICENSE.md [new file with mode: 0644]
docs/config.json [new file with mode: 0644]
docs/content/doc/configuration.md [new file with mode: 0644]
docs/content/doc/contributing.md [new file with mode: 0644]
docs/content/doc/contributors.md [new file with mode: 0644]
docs/content/doc/example.md [new file with mode: 0644]
docs/content/doc/front-matter.md [new file with mode: 0644]
docs/content/doc/installing.md [new file with mode: 0644]
docs/content/doc/license.md [new file with mode: 0644]
docs/content/doc/organization.md [new file with mode: 0644]
docs/content/doc/release-notes.md [new file with mode: 0644]
docs/content/doc/roadmap.md [new file with mode: 0644]
docs/content/doc/shortcodes.md [new file with mode: 0644]
docs/content/doc/source-directory.md [new file with mode: 0644]
docs/content/doc/templates.md [new file with mode: 0644]
docs/content/doc/usage.md [new file with mode: 0644]
docs/content/doc/variables.md [new file with mode: 0644]
docs/layouts/chrome/footer.html [new file with mode: 0644]
docs/layouts/chrome/header.html [new file with mode: 0644]
docs/layouts/chrome/includes.html [new file with mode: 0644]
docs/layouts/chrome/menu.html [new file with mode: 0644]
docs/layouts/doc/single.html [new file with mode: 0644]
docs/layouts/index.html [new file with mode: 0644]
docs/public/static/.DS_Store [new file with mode: 0644]
docs/public/static/css/bootstrap-responsive.css [new file with mode: 0755]
docs/public/static/css/bootstrap.min.css [new file with mode: 0644]
hugolib/config.go [new file with mode: 0644]
hugolib/helpers.go [new file with mode: 0644]
hugolib/index.go [new file with mode: 0644]
hugolib/node.go [new file with mode: 0644]
hugolib/page.go [new file with mode: 0644]
hugolib/shortcode.go [new file with mode: 0644]
hugolib/site.go [new file with mode: 0644]
main.go [new file with mode: 0644]