summaryrefslogtreecommitdiffstats
path: root/hugolib/page_test.go
AgeCommit message (Expand)Author
2015-04-03hugolib: make Page implement the ReaderFrom interfacebep
2015-01-26Add site-wide/per-page [blackfriday] `extensions` optionNaoya Inada
2015-01-24Fix for page.GetParam() for JSON and TOML mapsAnthony Fok
2015-01-10Fix "hugo new" EOF error with an archetype file without the final EOLTatsushi Demachi
2014-12-09Fix various Windows-issuesbep
2014-11-24Enable descriptive header IDs.Austin Ziegler
2014-11-20refactor handlers to use types instead of structs.spf13
2014-11-17Shortcode rewrite, take 2bep
2014-11-13converted path 2 filepathJoel Scoble
2014-10-16Big refactor of how source files are used. Also added default destination ext...spf13
2014-10-07#462 fix, remove leading and trailing dashes from urlized slug. includes test...Joel Scoble
2014-09-11fix tags not being in lowercase, #491Joel Scoble
2014-06-03fixed #303. Adding theme support to viewsspf13
2014-06-03Support embedding <script> tags in markdown pagesJake Mitchell
2014-05-01permitting empty files again. Fixing some tests to now pass.spf13
2014-03-01Fixing issues go vet reports.Mike Keesey
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-28Moved TOC test into page_test. Some general page_test cleanup.spf13
2014-01-27Big refactor of pages code. Changed TOC code to only parse when actually usedspf13
2014-01-21renaming MinRead to ReadingTime and adding to documentation.spf13
2013-12-28Allowing empty files (ignored) so you can touch a new file while watchingspf13
2013-12-06render shortcodes prior to converting to htmlspf13
2013-11-12Truncated; .Site.Params; First functionPhil Pennock
2013-10-24Adding support for more front matter types (int, float & date)spf13
2013-10-15Adding support for MinRead. Closed #106spf13
2013-10-15Wordcount restored. fixed #92spf13
2013-10-08Refactor layout selection codeNoah Campbell
2013-10-04Restoring former snippet behavior & adding test to ensure future behaviorspf13
2013-10-01Switching to the rjson library which is more friendly to human generated json.spf13
2013-09-18Allow non-markdown content in content directoryNoah Campbell
2013-09-18Add IsRenderable to PageNoah Campbell
2013-09-18Fix parsing edge case of frontmatterNoah Campbell
2013-09-17Merge remote-tracking branch 'origin/parser' into mrg_praserNoah Campbell
2013-09-12Normalize paths within hugoNoah Campbell
2013-09-04Remove page module dependence on opening filesNoah Campbell
2013-09-03Code reorg, helpers.go has been decomposed.Noah Campbell
2013-09-03Date rendering unit tests in pagesNoah Campbell
2013-09-03Remove hugolib.HTML and hugolib.URL typesNoah Campbell
2013-09-01Add support for amber filesFabrizio (Misto) Milo
2013-09-01Abstract html/template dependencyFabrizio (Misto) Milo
2013-09-01The <!--more--> (summary divider) now works even if it is on the same line as...Mark Sanborn
2013-08-30Ensure Section is set before returning Page object.Noah Campbell
2013-08-25Using new parser.Noah Campbell
2013-08-23Wordpress summariesRoss Lawley
2013-08-23Removing GetSectionNoah Campbell
2013-08-14Further work on path/section stuff. Tests passing now.spf13
2013-08-09Adding more test casesNoah Campbell
2013-08-09Adding ability to read from io.ReaderNoah Campbell