summaryrefslogtreecommitdiffstats
path: root/hugolib
AgeCommit message (Expand)Author
2015-01-19Fix the Hugo.Generator tag so it can be usedbep
2015-01-19Use an init() method to create the HugoInfo instancebep
2015-01-19Make sure there are only one HugoInfo instancebep
2015-01-19Fix HugoInfo initbep
2015-01-19Added top level .Hugo variable with version, commit and generator information...Derek Perkins
2015-01-15Fix issue with nested shortcodesbep
2015-01-14Disable shortcode processing for html filesbep
2015-01-12Correct typo in hugolib/path_separators_windows_test.goAnthony Fok
2015-01-11Correct spelling of two test files: seperators → separatorsAnthony Fok
2015-01-10Fix "hugo new" EOF error with an archetype file without the final EOLTatsushi Demachi
2015-01-05Add in-section Next/Prev content pointersDave Johnston
2015-01-05Add ERROR logging on invalid date and publishdatebep
2015-01-01Revert "Temporarily disable failing menu test"bep
2014-12-26Fix a crash for ref page#anchor.Austin Ziegler
2014-12-26Add ability to canonify URLs in rendered XML output.Ryan Martinsen
2014-12-26Add configurable support for angled quotesbep
2014-12-26Fix unicode menu URLsbep
2014-12-26Temporarily disable failing menu testbep
2014-12-19Remove noisy Println in testbep
2014-12-18Added AuthorList, Author, AuthorSocial, SiteSocial, Image and Video structsDerek Perkins
2014-12-18Provide (relative) reference funcs & shortcodes.Austin Ziegler
2014-12-11Revert "Make Urls in menus respect CanonifyUrls"bep
2014-12-10Make Urls in menus respect CanonifyUrlsbep
2014-12-09Fix various Windows-issuesbep
2014-12-08Remove Println that panics in testbep
2014-11-27Adding Prev/Next functionality to all lists of pages (sections, taxonomies, etc)spf13
2014-11-24Enable descriptive header IDs.Austin Ziegler
2014-11-24fixing race condition in CreatePagesspf13
2014-11-24fixed #656. Templates work properly when watching.spf13
2014-11-20refactor handlers to use types instead of structs.spf13
2014-11-20Move template library into it's own package (tpl). No longer dependent on hug...spf13
2014-11-18Fix failing shortcode tests on Travisbep
2014-11-17Various fixes in RSS feed generationKartik Singhal
2014-11-17Fix template checking order in site.goChase Adams
2014-11-17Shortcode rewrite, take 2bep
2014-11-13Fix `GroupBy` function issuesTatsushi Demachi
2014-11-13converted path 2 filepathJoel Scoble
2014-11-13Make Where template-method accept methodname as keybep
2014-11-13Fix a bug with taxonomy rendering.Austin Ziegler
2014-11-13Allow partial without .htmlAustin Ziegler
2014-11-13Fix missing space before 'width'bep
2014-11-04Use page.Markup to determine which PageHandler to use if it's set.spf13
2014-11-04Adding an html file handlerspf13
2014-11-04Adding a proper css file handler (with automatic minification)spf13
2014-11-04Updating tests to use new Targets & Writers and switch to using Afero.MemMapF...spf13
2014-11-04New targets & new renderers and write methods [WIP]spf13
2014-11-04Cleanup file conversion handlingspf13
2014-11-04Better error messages for show_plan_testspf13
2014-11-04Page Group functions now work even when an uppercase field / method is provided.spf13
2014-11-03Update menu test to work with revised source structspf13