summaryrefslogtreecommitdiffstats
path: root/hugolib/site_test.go
AgeCommit message (Expand)Author
2015-09-13Complete the Url-to-URL transition in testsAnthony Fok
2015-08-04Strip trailing whitespace in codeAnthony Fok
2015-06-28404 is homelessBjørn Erik Pedersen
2015-06-21Remove superfluous p-tags around shortcodesBjørn Erik Pedersen
2015-06-21Revert "refactor and clean up site tests"Bjørn Erik Pedersen
2015-06-21Revert "Move matchRender to test helpers file"Bjørn Erik Pedersen
2015-06-21Revert "Add tests for homepage content support"Bjørn Erik Pedersen
2015-06-17Add tests for homepage content supportspf13
2015-06-17Move matchRender to test helpers filespf13
2015-06-17refactor and clean up site testsspf13
2015-05-28Support `Fish and Chips` sectionbep
2015-05-28Add IsHomebep
2015-05-20Stop Viper from leaking across many of the tests (now tests pass regardless o...spf13
2015-05-17Add Page tests with UTF8 pathsTakuya Wakisaka
2015-03-19Pull Data Files tests into its own filebep
2015-03-17Use ReaderToString in site testsbep
2015-03-17Fix crossrefs on Windowsbep
2015-03-11Correct initialisms as suggested by golintAnthony Fok
2015-03-07Fix UglyUrls on Windowsbep
2015-03-07Handle 404 thread safelybep
2015-03-06Fix errors reported by Go Vetbep
2015-02-11Fix broken data dir testbep
2015-02-11Temporarily disable broken testbep
2015-02-11Add data files support in themesbep
2015-02-09DataDir: Minor polish and add missing testsbep
2015-02-09Reads data files inside data/ and makes data available in .Site.DataErlend Klakegg Bergheim
2015-01-31Updating shortcode imports & site test to work with new buffer pool functionsspf13
2014-12-09Fix various Windows-issuesbep
2014-12-08Remove Println that panics in testbep
2014-11-24Enable descriptive header IDs.Austin Ziegler
2014-11-20Move template library into it's own package (tpl). No longer dependent on hug...spf13
2014-11-04Updating tests to use new Targets & Writers and switch to using Afero.MemMapF...spf13
2014-11-01Add sort and grouping functions for publish date and param of PageTatsushi Demachi
2014-10-16Big refactor of how source files are used. Also added default destination ext...spf13
2014-09-29add some information to rendering errors so it's easier to tell what's failing.Nate Finch
2014-09-08fix zero dateNate Finch
2014-09-05Taxonomies can now be provided as a single string value if there is only one ...spf13
2014-08-29Switch .Data to .Pages in the PageGroup functionality for increased consistency.spf13
2014-08-25Add page grouping functionsTatsushi Demachi
2014-05-29Add handling for publishDates (which will be ignored if in the future). Fixed...spf13
2014-05-01permitting empty files again. Fixing some tests to now pass.spf13
2014-04-09Renamed Indexes to Taxonomies. Old template and config parameters still work.spf13
2014-04-07Fixing all tests to pass with new Viper Configspf13
2014-03-01Fixing issues go vet reports.Mike Keesey
2014-01-29gofmt all go codeTibor Vass
2014-01-28Continue with TOC integration and page refactor. Updated a few tests to match...spf13
2014-01-13Add `canonifyurls` config option.Phil Pennock
2013-12-20Complete refactor of indexes, move (and rewrite) page sorting to page.go, add...spf13
2013-12-06better handling of detecting markup formatspf13
2013-12-06render shortcodes prior to converting to htmlspf13