summaryrefslogtreecommitdiffstats
path: root/helpers/path.go
AgeCommit message (Expand)Author
2015-12-08move some of the path helper utilities to aferoSteve Francia
2015-12-07Fix copyright headers in source filesBjørn Erik Pedersen
2015-11-23Change the license to Apache 2.0Steve Francia
2015-11-23Simplify ExtractRootPathsBjørn Erik Pedersen
2015-11-23Improve "watching for ..." loggingBjørn Erik Pedersen
2015-10-18Preserve Unicode marks in MakePathBjørn Erik Pedersen
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-08-07Revert "Fix some Go code doc issues"Bjørn Erik Pedersen
2015-08-06Fix some Go code doc issuesBjørn Erik Pedersen
2015-06-25Refactor theme path helper functions.Jonathan Anderson
2015-06-16Remove superfluous returnBjørn Erik Pedersen
2015-06-16Make removal of accents in taxonomy and section paths optionalBjørn Erik Pedersen
2015-05-31Remove accents in URLsbep
2015-05-28Support `Fish and Chips` sectionbep
2015-05-27Never remove trailing slash in RelPermalinkbep
2015-05-25Unexport filepath/path bridge typesbep
2015-05-16Add support for URLs relative to context rootbep
2015-05-10Make page 1 alias uglybep
2015-04-02List directories being watched when server is runDylan MacKenzie
2015-03-29Handle views in combo with Ace base templatesbep
2015-03-18More initialism corrections (golint)Anthony Fok
2015-03-07helpers: apply some Golint rulesbep
2015-02-19Add trailing file separator to temp dirCyrill Schumacher
2015-02-17Fix bug on windows where the backslash got removed in func MakePath()Cyrill Schumacher
2015-02-17Merge to stay up to date with current devCyrill Schumacher
2015-02-11Add data files support in themesbep
2015-02-10Make # survice Url cleaningbep
2015-01-30Fix for issue 839 and 490 on WindowsDan Hersam
2015-01-27Do not panic on permission deniedbep
2015-01-27Introduce FilepathPathBridgebep
2015-01-27Add more tests to helperbep
2015-01-20Minor polish in path/urlbep
2014-12-26Wrap comments helpers package to fit 80-column widthAnthony Fok
2014-12-18Commented helpers packageAhsanul Haque
2014-12-12Commenting helpers packageAhsanul Haque
2014-12-09Fix various Windows-issuesbep
2014-11-13converted helpers usage of path 2 filepathJoel Scoble
2014-11-04rewriting guessSection to accurately reflect intent and usage. Update tests.spf13
2014-11-04Fix: rewrite FileAndExtOwen Waller
2014-11-04Added the path modules test filesOwen Waller
2014-11-01Migrating Hugo to Afero for filesystem calls.spf13
2014-10-16Big refactor of how source files are used. Also added default destination ext...spf13
2014-09-11Enable soft livereload of CSS and imagesbep
2014-09-08Go back to lowercase slugs. Also, use MakePathToLower in TestMakeToLower.Jakub Turski
2014-08-25preserve alias case while lowercasing taxonomyJoel Scoble
2014-05-19new site works in an empty directory nowspf13
2014-05-02Adding some new methods to helpers (GuessSection, MakeTitle & Filename)spf13