summaryrefslogtreecommitdiffstats
path: root/hugolib
AgeCommit message (Expand)Author
2015-12-12Duplicate p.Description in Params mapBjørn Erik Pedersen
2015-12-10Add copyright header to that source files that don’t have one.Anthony Fok
2015-12-07Fix copyright headers in source filesBjørn Erik Pedersen
2015-12-06Sort and remove "" from "Available templates" listAnthony Fok
2015-12-06Remove transformation of menu URLsgunnaraasen
2015-12-03Fix broken Highlight testBjørn Erik Pedersen
2015-12-02Improve error handling in commandsBjørn Erik Pedersen
2015-12-01Print error when /index.html is zero-lengthAnthony Fok
2015-12-01Run `go fmt hugolib/site.go`Anthony Fok
2015-11-23Change the license to Apache 2.0Steve Francia
2015-11-23Permalink on Node and Page should be of stringKato Kazuyoshi
2015-11-23Move blackfriday site-wide config loading to NewBlackFriday()Marek Janda
2015-11-23Add shortcode IsNamedParams propertyCameron Moore
2015-11-21Avoid multiple locks for shortcode templateBjørn Erik Pedersen
2015-11-21Improve RW-locking of template in shortcode handlingBjørn Erik Pedersen
2015-11-21Fix recently introduced new data race in the shortcode handlingBjørn Erik Pedersen
2015-11-20Add RSSLink to SiteInfoCameron Moore
2015-11-20Return error if shortcode template.Tree is nilCameron Moore
2015-11-17Make replaceShortcodeTokens rewrite the input sliceBjørn Erik Pedersen
2015-11-16Fix trivial typos in codeAnthony Fok
2015-11-15simplify rssuri logicspf13
2015-11-13Get rid of allocation in the BenchmarkReplaceShortcodeTokens itselfBjørn Erik Pedersen
2015-11-10Fix GroupByParam to return original param stringTatsushi Demachi
2015-11-09Use Identifier as last sort resort for default menu sortBjørn Erik Pedersen
2015-11-04Add internal Google Analytics templatedigitalcraftsman
2015-11-02Export Page.LayoutBjørn Erik Pedersen
2015-10-15Disable LiveReload when Hugo is not running as a serverKato Kazuyoshi
2015-10-15Fix typo in shortcode testsNathan Youngman
2015-10-12Add Param(key) to Node and PageBjørn Erik Pedersen
2015-10-07WordCount and Summary support CJK Languagecoderzh
2015-09-30Use filepath as the last default sort key for pagesBjørn Erik Pedersen
2015-09-25Allow for any (short) line begining or ending with html commentSven Dowideit
2015-09-13Validate aliases to prevent directory traversal etc.Anthony Fok
2015-09-13Complete the Url-to-URL transition in testsAnthony Fok
2015-09-12WordCount Summary support UTF-8 stringcoderzh
2015-09-01Add config option "disablePathToLower"chrongzhang
2015-08-31Correct check of published booleanJeff Hodges
2015-08-30Add undocumented published setting to front matterJeff Hodges
2015-08-07Reset Scratch for 404Bjørn Erik Pedersen
2015-08-07Avoid panic in shortcode param handlingBjørn Erik Pedersen
2015-08-07Do not panic on index out of range in shortcode.GetBjørn Erik Pedersen
2015-08-04Strip trailing whitespace in codeAnthony Fok
2015-08-02Add map support to scratchMarek Janda
2015-07-30Remove deprecated fields and methods for v0.15Anthony Fok
2015-07-29Always use the template provided in page.RenderBjørn Erik Pedersen
2015-07-26Fix inconsistent front matter handlingBjørn Erik Pedersen
2015-07-25Fix periods in taxonomies create bad pathsRyan Clarke
2015-07-25Replace strings.CompareBjørn Erik Pedersen
2015-07-25Fix sort test and title sortBjørn Erik Pedersen
2015-07-25Fall back to link title for default page sortBjørn Erik Pedersen