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-05-31Add PreserveTaxonomyNames flagbep
2015-05-31Fix FullFilePathbep
2015-05-31Allow custom RSS Uri for section and taxonomy feedsArtem Vorotnikov
2015-05-29Support `Fish and Chips` sectionbep
2015-05-28Add IsHomebep
2015-05-28Add some missing page permalink test casesbep
2015-05-27Never remove trailing slash in RelPermalinkbep
2015-05-23Remove unused Completed chan on Sitebep
2015-05-23Prevent cyclic ref crash in JSON encodebep
2015-05-22Grammar fix in error messagebep
2015-05-21Do not consider single.html for the home pagebep
2015-05-21Adding default handler & tests Fixes #147spf13
2015-05-21Merge branch 'master' of GitHub.com:spf13/hugospf13
2015-05-20Stop Viper from leaking across many of the tests (now tests pass regardless o...spf13
2015-05-19Add benchmark test for replaceShortcodeTokensbep
2015-05-17Fix UTF8 permalinkTakuya Wakisaka
2015-05-17Add Page tests with UTF8 pathsTakuya Wakisaka
2015-05-16Add support for URLs relative to context rootbep
2015-05-15Set s.Info.LastChange to LastmodJuan B. Rodriguez
2015-05-15Add Lastmod fieldJuan B. Rodriguez
2015-05-12Allow to reverse taxonomy entries.David Calavera
2015-05-10Make page 1 alias uglybep
2015-05-10Fix paginator with uglyurlsbep
2015-05-10Fix .Truncated in manual summariesbep
2015-05-09Fix IsMenuCurrent for SectionPagesMenubep
2015-05-09Update test logs for uniformity and consistencybep
2015-05-09IsMenuCurrent now resolving correctly when baseUrl is not at the root pathDanny Sung
2015-05-09Very experimental support for mmarkAnthony Fok
2015-05-09Section menu for the lazy bloggerbep
2015-05-08Make RSS output test more realisticbep
2015-05-07Add RSSUri to specify the name of the RSS fileDana H. P'Simer
2015-05-06Add shortcode support for HTML filesbep
2015-05-05Do not add trailing slash to baseURLbep
2015-04-30shortcodeparser: fix panic on slash following opening shortcode commentbep
2015-04-29Fix typo in testbep
2015-04-29Return error from HandleShortcodesbep
2015-04-22Fix broken Travis testsbep
2015-04-22Do not fail on unknown files in /databep
2015-04-21pagination: export pager to make Golint happybep
2015-04-21Use fmt.Errorf to make Golint happybep
2015-04-19Add shortcut to Scratch from shortcodebep
2015-04-18Polish func naming in shortcode handlingbep
2015-04-18Remove unused types Shortcode and ShortcodeFuncbep
2015-04-16Fix broken Highlight testbep
2015-04-16Temporarily disable Highlight testbep
2015-04-03hugolib: make Page implement the ReaderFrom interfacebep
2015-03-31Return error on wrong use of the Paginatorbep
2015-03-31Add pager size argument to paginator methodsbep
2015-03-29Fix shortcode handling in ToCbep
2015-03-25Add missing ".adoc" extension in handler_page.goAnthony Fok