summaryrefslogtreecommitdiffstats
path: root/hugolib
AgeCommit message (Expand)Author
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
2014-02-02Fix permalink bug in uglyurls mode (refs #187).Anton Ageev
2014-01-30Add back blackfriday extensions during Markdown conversionNiels Widger
2014-01-29gofmt all go codeTibor Vass
2014-01-28Adding support for boolean paramsspf13
2014-01-28Continue with TOC integration and page refactor. Updated a few tests to match...spf13
2014-01-28Moved TOC test into page_test. Some general page_test cleanup.spf13
2014-01-27Don’t render short codes on summary twicespf13
2014-01-27Big refactor of pages code. Changed TOC code to only parse when actually usedspf13
2014-01-23Add new TableOfContents Page variable (Markdown only)Niels Widger
2014-01-21renaming MinRead to ReadingTime and adding to documentation.spf13
2014-01-18fixed #171. RSSlink is now RSSLink (and matches existing docs).spf13
2014-01-18Fixing test which erroneously checked values and order, rather than just values.spf13
2014-01-18Extending rss item limit to 50… can reduce further in template with ‘firs...spf13
2014-01-18RSS improvements, now limit to 15 items and provide accurate date. fixed #172spf13
2014-01-13Add `canonifyurls` config option.Phil Pennock
2014-01-10Adding some embedded short codes (including code highlighting)spf13
2013-12-28Allowing empty files (ignored) so you can touch a new file while watchingspf13
2013-12-28Fix static file change detection on Windows.Egon Elbre
2013-12-28Adding page sorting by weight function (the default)spf13
2013-12-20Complete refactor of indexes, move (and rewrite) page sorting to page.go, add...spf13
2013-12-16Added PageSorter and PagesByDateHenry
2013-12-16GofmtCaleb Spare
2013-12-06Moving processing short codes to the pagespf13
2013-12-06better handling of detecting markup formatspf13
2013-12-06render shortcodes prior to converting to htmlspf13
2013-12-06adding support for shortcodes with opening and closing tagsspf13
2013-12-05Reorganize helpersspf13
2013-11-20fixed trailing dir slash when using slugTim Esselens
2013-11-18configurable permalinks supportPhil Pennock
2013-11-14Homepage now has all content available, use sorting and first to control rend...spf13
2013-11-12Truncated; .Site.Params; First functionPhil Pennock
2013-11-05Remove the hugo-nav functionNoah Campbell
2013-11-05Adding RSS test case.Noah Campbell
2013-11-05Fix Test NameNoah Campbell