summaryrefslogtreecommitdiffstats
path: root/hugolib
AgeCommit message (Expand)Author
2014-05-27Pre and Post in Menu are type HTMLspf13
2014-05-16Proper integration of live reload with automatic injectionspf13
2014-05-14Fixing issue when two menu items have the same name.spf13
2014-05-13Homepage renders with _default/list.html or then _default/single.html when in...spf13
2014-05-12Fix permalink functionality, which was broken in 62dd1d4.Dato Simó
2014-05-12Add a blank line after the front matter when writing back a page.Dato Simó
2014-05-10Make template comparison functions handle floatsVincent Batoufflet
2014-05-10Fix date issue with home page in SitemapVincent Batoufflet
2014-05-09Add Sitemap testingVincent Batoufflet
2014-05-09Add Sitemaps config values handlingVincent Batoufflet
2014-05-09Add base Sitemap supportVincent Batoufflet
2014-05-09Add template comparison functions (Go 1.1 compat)Vincent Batoufflet
2014-05-02Using new helpers in page.gospf13
2014-05-01permitting empty files again. Fixing some tests to now pass.spf13
2014-05-01Providing the ability to save (write) a content's source file.spf13
2014-05-01Making site page initialization a bit more granular and accessiblespf13
2014-05-01moving front matter parsing (and creation) to parse packagespf13
2014-04-26Fix permalinks to subdomainstummychow
2014-04-24Creating site menu configuration and have the docs site use itspf13
2014-04-24Fixing some bugs introduced in prior few commits. Tests now pass.spf13
2014-04-23new menus system including active link & nestingspf13
2014-04-23Add handling of deeply nested front matterspf13
2014-04-23Add Disqus support out of the box. Move template/bundle into hugolib.spf13
2014-04-10Preliminary Theme Supportspf13
2014-04-09Added internal rss.xml template and config option to turn off rss creationspf13
2014-04-09Add more information to the siteInfo (and configuration options) for better R...spf13
2014-04-09Renamed Indexes to Taxonomies. Old template and config parameters still work.spf13
2014-04-08Fix test to not fail when order is different, but slice contents are the same.spf13
2014-04-08Adding Params to node for easy template access of page.params without throwin...spf13
2014-04-08Making node.Keywords the correct lengthspf13
2014-04-07writing indexes under more configuration conditionsspf13
2014-04-07strip trailing baseurl slash. Added a new template function "sanitizeurl" whi...spf13
2014-04-07Fixing all tests to pass with new Viper Configspf13
2014-04-05Hugo config abstracted into a general purpose config library called "Viper".spf13
2014-03-31Adding support for logging & verbose logging. Consolidation of error handling...spf13
2014-03-24change golang to goNate Finch
2014-03-13Fixes #227 by properly scoping the variables within the go routine.spf13
2014-03-13Add sort pages by Title and by LinkTitleRuben
2014-03-05Parallelizing the largest build processes (templates, pages, indexes). Seeing...spf13
2014-03-01Fixing issues go vet reports.Mike Keesey
2014-02-28Make error message when encountering unrecognized file extensions more helpfulAsk Bjørn Hansen
2014-02-28Make per-page url overrides take precedence over section permalink settingsAsk Bjørn Hansen
2014-02-27Reorganization of helpers. Centralized Url/Path logic. Fixed #175.spf13
2014-02-25Shortcode cleanup. Added a ton of tests. Much more flexible with input. Doesn...spf13
2014-02-20Warn about bad shortcode parameters (and don't crash)Ask Bjørn Hansen
2014-02-18Make 'read a string' code understand float64 (json) and int (yaml) as well as...Ask Bjørn Hansen
2014-02-18Allow 1/0 for true/false in Yaml front-matterAsk Bjørn Hansen
2014-02-18Support ISO8601 date/time format without timezonesAsk Bjørn Hansen
2014-02-18Make the invalid date/time format error message more helpfulAsk Bjørn Hansen
2014-02-05Add unicode support for aliases, indexes, urlize template filter.Anton Ageev