summaryrefslogtreecommitdiffstats
path: root/hugolib
AgeCommit message (Expand)Author
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
2014-11-02Change the type of .Site.Author from…Austin Ziegler
2014-11-02Change permalink validation and substitution.Austin Ziegler
2014-11-01Extend template's mod and modBool functions to accept any int typesTatsushi Demachi
2014-11-01Add sort and grouping functions for publish date and param of PageTatsushi Demachi
2014-11-01Implement HasMenuCurrent and IsMenuCurrent for Nodesbep
2014-11-01Handler WIPspf13
2014-11-01Migrating Hugo to Afero for filesystem calls.spf13
2014-10-20Handlers WIP - Convert now workingspf13
2014-10-20Handlers WIP (builds)spf13
2014-10-20Handlers WIPspf13
2014-10-17Initial Handler Architecture WIPspf13
2014-10-16Big refactor of how source files are used. Also added default destination ext...spf13
2014-10-15Make First accept any intbep
2014-10-15Add nil-check to Intersectbep
2014-10-15add 'width' parameter to 'figure' shortcodeRaphael Estrada
2014-10-07#462 fix, remove leading and trailing dashes from urlized slug. includes test...Joel Scoble
2014-10-07Feed the titleized taxonomy key through string replace to replace '-' with ' ...Joel Scoble
2014-10-07added In and Intersect template functionsWill Stevens
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