brevno-suite/hugo
2013-08-10 Noah CampbellUsing a composite literal to create a page.
2013-08-10 Noah CampbellSupport pages without folders
2013-08-10 Noah CampbellProvide better error handling
2013-08-09 Steve FranciaMerge pull request #22 from nsabine/master
2013-08-09 Steve FranciaMerge pull request #21 from duncanbeevers/master
2013-08-09 Nick SabineAdded examples to indexes.md
2013-08-08 Duncan BeeversAdded .Content variable to docs
2013-08-08 Steve FranciaMerge pull request #20 from VonC/version
2013-08-08 VonCMake sure hugo --version prints the version and does...
2013-08-07 Steve FranciaMerge pull request #19 from nsabine/master
2013-08-07 Nick SabinePopulated page Site metadata. Enables accessing Indexe...
2013-08-06 Steve FranciaMerge pull request #15 from hhatto/update-doc
2013-08-05 spf13Merge branch 'master' of github.com:spf13/hugo
2013-08-05 spf13fixing badlink on homepage
2013-08-05 spf13removing erroneous debugging output
2013-08-05 Hideo Hattoriupdate document for content directory
2013-08-05 Steve FranciaMerge pull request #12 from imrehg/docfix
2013-08-05 Gergely ImrehFix example in docs that wouldn't work in practice
2013-08-05 spf13Fixing getting started link.
2013-08-03 Steve FranciaMerge pull request #11 from noahcampbell/master v0.8
2013-08-03 spf13Fixing link to contributor page on github
2013-08-03 spf13Shrinking the readme to just the basics to avoid dupe...
2013-08-03 spf13Updating a bunch of the docs
2013-08-03 spf13Including documentation on indexes
2013-08-03 spf13Renaming indexes template to indexes.html
2013-08-03 spf13Moved static content to /static
2013-08-03 spf13Added support for indexes of indexes & ordered indexes
2013-08-02 spf13adding previous next capabilities
2013-08-02 Noah CampbellRemoving OSX files from repo. Updating .gitignore...
2013-08-02 Steve FranciaMerge pull request #8 from SebastianM/doc-json-fix
2013-08-02 Steve FranciaMerge pull request #10 from noahcampbell/master
2013-08-01 Noah CampbellAdding error message when no content pages exists.
2013-08-01 Noah CampbellUpdating the .gitignore for windows and vim users.
2013-08-01 Noah CampbellFixed section labels causing panic on windows.
2013-08-01 Sebastian MüllerFix JSON syntax error in example configuration
2013-07-30 spf13copying static content to destination
2013-07-26 spf13Using MkdirAll instead of my own logic
2013-07-26 spf13Adding support for destination dir, split out static
2013-07-26 spf13permalink now respects pretty urls
2013-07-26 spf13create content at any level of nesting
2013-07-26 spf13fixing issue with some urls missing '/'
2013-07-26 spf13fixing bug with server not finding right path
2013-07-26 spf13adding more verbose output to server functionality
2013-07-26 spf13create missing directories recurisvely
2013-07-24 spf13Fixing headers in readme
2013-07-24 spf13Improving installation instructions
2013-07-24 spf13Merge branch 'master' of github.com:spf13/hugo
2013-07-24 spf13Merge branch 'doc-fix' of https://github.com/brandonbla...
2013-07-22 Brandon Blackminor: adding some more instructions for building from...
2013-07-21 Steve FranciaUpdate README.md
2013-07-19 spf13Adding proper command line option parsing
2013-07-19 spf13Default is now pretty urls (without .html)
2013-07-19 spf13Adding better source build instructions
2013-07-16 spf13GO -> Go
2013-07-12 spf13fixing typo in config readme
2013-07-12 spf13Render shortcodes before index and section rss feeds
2013-07-12 spf13proper BaseUrl handling (if has trailing slash or not)
2013-07-12 spf13Fixing some RSS issues
2013-07-12 spf13Accidentally left in debugging code
2013-07-12 spf13Now support for config files as yaml, json or toml
2013-07-10 spf13fixing incorrect import path
2013-07-10 spf13adding helper to create absolute url
2013-07-10 spf13Adding total time to generated stats.
2013-07-10 spf13Writing relative links to absolute so they work in...
2013-07-09 spf13Fix bug with JSON front matter parsing.
2013-07-09 spf13Better error handling for parsing front matter
2013-07-09 Steve FranciaMerge pull request #3 from tychoish/rst-fix
2013-07-09 tycho garenrst: fixing rst output processing
2013-07-09 spf13Adding version number to command line options
2013-07-09 spf13Adding support for TOML, updating documentation
2013-07-08 spf13YAML support similar to jekyll (start and end with...
2013-07-08 Steve FranciaMerge pull request #2 from tychoish/yaml-rst-support
2013-07-07 tycho garenminor: correcting example
2013-07-07 tycho garenfix: changing terminal yaml line, generalizing forematt...
2013-07-07 tycho garenfixes: returning json parsing, error messages, yaml...
2013-07-07 tycho garenrevert: adding json support
2013-07-07 tycho garenfix: parsing of yaml forematter
2013-07-07 tycho garenchanging to suport yaml rather than json and adding...
2013-07-07 tycho garensanity: move from json to yaml
2013-07-07 Steve FranciaMerge pull request #1 from tychoish/add-gitignore
2013-07-06 tycho garengitignore: sanity
2013-07-05 spf13rendering shortcodes earlier for better performance
2013-07-05 Steve Franciafixing typos
2013-07-05 Steve Franciafixing two typos
2013-07-05 Steve Franciabetter install instructions and fixing usage typo
2013-07-04 spf13adding better install directions v0.7
2013-07-04 spf13updating readme
2013-07-04 spf13adding hugo
2013-07-04 Steve FranciaInitial commit