Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-06Improve language handling in URLsBjørn Erik Pedersen
2016-09-06Optimize the multilanguage build processBjørn Erik Pedersen
2016-08-18docs: Correct all erroneous swaps of "it's" and "its"Mark D. Blackwell
2016-04-27helpers: Use net/url for URL parsing in AbsURLCameron Moore
2016-03-25helpers: Apply GoLint rulesdigitalcraftsman
2016-03-10Make absURL properly handle baseURL with path componentMarek Janda
2016-01-04Fix /.xml RSSLink when uglyurls are enabledJohn McFarlane
2015-12-07Fix copyright headers in source filesBjørn Erik Pedersen
2015-11-24Change the license to Apache 2.0Steve Francia
2015-11-22Fix missing word in code comment (my own fault)Anthony Fok
2015-10-15Rename prettiyPath to prettifyPathBjørn Erik Pedersen
2015-10-14Unexport internal path helperBjørn Erik Pedersen
2015-09-01Add config option "disablePathToLower"chrongzhang
2015-08-26Unexport FileAndExtBjørn Erik Pedersen
2015-05-25Unexport filepath/path bridge typesbep
2015-05-11Add relURL template funcbep
2015-05-11Add absURL template funcbep
2015-05-05Do not add trailing slash to baseURLbep
2015-03-18More initialism corrections (golint)Anthony Fok
2015-03-11Correct initialisms as suggested by golintAnthony Fok
2015-03-07helpers: apply some Golint rulesbep
2015-02-28Keep trailing slash when baseUrl contains a sub pathbep
2015-02-17Adapt to relative path bug fix in purellAnthony Fok
2015-01-28ignore root path, no need strip traling slashfundon
2015-01-27Introduce FilepathPathBridgebep
2015-01-26Add pagination support for home page, sections and taxonomiesbep
2015-01-23Fix RelPermalink() and Urls in menus vs canonifyUrlsbep
2015-01-20Minor polish in path/urlbep
2014-12-26Wrap comments helpers package to fit 80-column widthAnthony Fok
2014-12-11Commenting helpers packageAhsanul Haque
2014-12-09Fix various Windows-issuesbep
2014-11-14converted helpers usage of path 2 filepathJoel Scoble
2014-11-05Fixing some testsspf13
2014-11-05Added the url modules test files.Owen Waller
2014-10-15Fix spf13/hugo#467. RSSLink now point to index.xmlJian Zhou
2014-09-08Go back to lowercase slugs. Also, use MakePathToLower in TestMakeToLower.Jakub Turski
2014-08-25Fix #302. Links now have trailing slashes.spf13
2014-08-25Support subdir in baseurl.Nate Finch
2014-04-08strip trailing baseurl slash. Added a new template function "sanitizeurl" whi...spf13
2014-03-31Adding support for logging & verbose logging. Consolidation of error handling...spf13
2014-03-01Fixing issues go vet reports.Mike Keesey
2014-02-28Reorganization of helpers. Centralized Url/Path logic. Fixed #175.spf13