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
2015-02-19Add trailing file separator to temp dirCyrill Schumacher
2015-02-17Adapt to relative path bug fix in purellAnthony Fok
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-02-06Use buffer pool in StripHTMLbep
2015-02-06Add benchmark test for StripHTMLbep
2015-02-06Fix Truncatebep
2015-02-05Replace 4 strings.Replace with 1 strings.Replacerbep
2015-02-05Avoid calling strings.Fields multiple times with same contentbep
2015-02-01Fix defaults for BlackfridayNaoya Inada
2015-02-01Add writable context to Nodebep
2015-01-31Merge branch 'master' of github.com:spf13/hugospf13
2015-01-30Adding BufferPool. Implementing BP in ReaderTo{Bytes,String}().spf13
2015-01-30Fix for issue 839 and 490 on WindowsDan Hersam
2015-01-28ignore root path, no need strip traling slashfundon
2015-01-28Use runtime.GOOS to identify Windows specific path testsbep
2015-01-27Do not panic on permission deniedbep
2015-01-27Split Windows and Unix specific path testsbep
2015-01-27Temporarily comment out breaking Windows test casebep
2015-01-27Introduce FilepathPathBridgebep
2015-01-27Add more tests to helperbep
2015-01-26Add pagination support for home page, sections and taxonomiesbep
2015-01-26Add site-wide/per-page [blackfriday] `extensions` optionNaoya Inada
2015-01-25Make Blackfriday smart fractions to really default to `true`Anthony Fok
2015-01-24Add site-wide/per-page [blackfriday] `fractions` optionAnthony Fok
2015-01-23Fix RelPermalink() and Urls in menus vs canonifyUrlsbep
2015-01-21Register rstHandler to restore experimental reST supportAnthony Fok
2015-01-20Minor polish in path/urlbep
2015-01-20Add more tests to general helperbep
2015-01-09Moved a test regarding a content.go function to a new test file content_test.go.Marek Stanley
2015-01-05Rename to plainIdAnchorsJacob Gillespie
2015-01-05Group both options under Blackfriday: documentIDAnchorJacob Gillespie
2015-01-05Add config options: disable footnote anchor prefix and header ID suffixJacob Gillespie
2014-12-26Wrap comments helpers package to fit 80-column widthAnthony Fok
2014-12-26Add configurable support for angled quotesbep
2014-12-19Commented helpers packageAhsanul Haque
2014-12-11Commenting helpers packageAhsanul Haque
2014-12-09Fix various Windows-issuesbep
2014-11-25Enable descriptive header IDs.Austin Ziegler
2014-11-18Shortcode rewrite, take 2bep
2014-11-14Reinsert deleted testbep
2014-11-14converted helpers usage of path 2 filepathJoel Scoble
2014-11-05Fixing some testsspf13
2014-11-05Updating tests to use hugofsspf13
2014-11-05rewriting guessSection to accurately reflect intent and usage. Update tests.spf13
2014-11-05First stab at correcting GuessSection testsOwen Waller
2014-11-05Fix: rewrite FileAndExtOwen Waller
2014-11-05Fix: remove the unnecessary dot in an extensionOwen Waller