summaryrefslogtreecommitdiffstats
path: root/hugolib
AgeCommit message (Expand)Author
2014-10-07Use md5 against the file path for uniqueness.Austin Ziegler
2014-10-07Make each generated page’s footnotes unique.Austin Ziegler
2014-10-07Configure footnote rendering.Austin Ziegler
2014-10-02Switch to new hompageKartik Singhal
2014-10-02better error messages for template errorsspf13
2014-09-29add some information to rendering errors so it's easier to tell what's failing.Nate Finch
2014-09-22Extend template's basic math functions to accept float, uint and string valuesTatsushi Demachi
2014-09-14limit the number of goroutines used in taxonomy rendering to gomaxprocs*4Nate Finch
2014-09-14limit the number of goroutines we use for page rendering to gomaxprocs*4Nate Finch
2014-09-12remove unused fieldNate Finch
2014-09-11make the value of the BuildDrafts flag available to templates.This can be use...Nate Finch
2014-09-11Sort by title if dates are the sameNate Finch
2014-09-11refactor handling of amber to AddTemplateFile as the TODO note stated. Used s...Joel Scoble
2014-09-11fix tags not being in lowercase, #491Joel Scoble
2014-09-09Change all uses of sort.Sort to sort.Stable.Using sort.Stable ensures that ev...Nate Finch
2014-09-08fix zero dateNate Finch
2014-09-08Add Node.Site.Pages to all nodes and ensure all pages from the site exist in ...Nate Finch
2014-09-08add Name to File, which is the filename minus the extensionNate Finch
2014-09-05Taxonomies can now be provided as a single string value if there is only one ...spf13
2014-09-03Making partials context optional for compatibility with template.spf13
2014-08-30Enable header id blackfriday extensionDave Johnston
2014-08-30Adjusting the number of go routines to build the pages in to 4*GOMAXPROCS (fr...spf13
2014-08-30Fix CreatePagesNate Finch
2014-08-29Making direction optional (and setting defaults) for GroupBy Pages functional...spf13
2014-08-29Adding .Reverse() to PagesGroupspf13
2014-08-29Switch .Data to .Pages in the PageGroup functionality for increased consistency.spf13
2014-08-29Making the term "Term" more consistent with Taxonomy usage.spf13
2014-08-29Making the Pages Sorting methods available within a taxonomy term.spf13
2014-08-28Inner Shortcodes now treated as markdown. fixed #185spf13
2014-08-25go fmt site.gospf13
2014-08-25Fix #302. Links now have trailing slashes.spf13
2014-08-25Support subdir in baseurl.Nate Finch
2014-08-25preserve alias case while lowercasing taxonomyJoel Scoble
2014-08-25Update 404 to be compiled to .html instead of directoryChase Adams
2014-08-25Add page grouping functionsTatsushi Demachi
2014-08-20support for futre/draft summary info outputJoel Scoble
2014-08-19Adding IsNode & IsPage functions to Page & Nodespf13
2014-08-18Add 'where' template functionTatsushi Demachi
2014-06-30allow site to be built with empty contentBillie H. Cleek
2014-06-30Allows 404 templates from themes/THEME directories.Nicholas Whittier
2014-06-30Add shortcode template loading from themes directory.Nicholas Whittier
2014-06-30Add PluralizeListTitles option (default true) to allow disabling use of the i...Kristoffer Grönlund
2014-06-30switch back to master blackfriday; enable footnotesAndrew Jones
2014-06-06Centralizing the template execution logic in one placespf13
2014-06-06Adding 'partial' template function to add theme / local awareness to the part...spf13
2014-06-04Adding proper error message when view is not found.. fixing #303spf13
2014-06-03fixed #303. Adding theme support to viewsspf13
2014-06-03Support embedding <script> tags in markdown pagesJake Mitchell
2014-05-29Add handling for publishDates (which will be ignored if in the future). Fixed...spf13
2014-05-28Include Section Taxonomy into SiteInfoRinat Abdullin