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-14Lazy calculate WordCount, ReadingTime and FuzzyWordCountBjørn Erik Pedersen
2016-09-06Fix some corner cases in revised summary handlingBjørn Erik Pedersen
2016-09-06Make it possible to configure Blackfroday per languageBjørn Erik Pedersen
2016-09-06Render the shortcodes as late as possibleBjørn Erik Pedersen
2016-09-06Optimize the multilanguage build processBjørn Erik Pedersen
2016-06-14Unexport ShouldBuild and AssertShouldBuildBjørn Erik Pedersen
2016-06-14hugolib: Refactor page.ShouldBuild and table driven testHanchen Wang
2016-04-14Chomp Unicode BOM if presentMattias Wadman
2016-04-12Fix broken testsBjørn Erik Pedersen
2016-04-12Revert "Use Node.ID for anchor ID"Bjørn Erik Pedersen
2016-04-11Use Node.ID for anchor IDBjørn Erik Pedersen
2016-03-24hugolib: Even more Golint fixesBjørn Erik Pedersen
2016-03-14hugolib: Remove unused codeBjørn Erik Pedersen
2016-02-07Add Page tests for simple methodsBjørn Erik Pedersen
2015-12-11Add copyright header to that source files that don’t have one.Anthony Fok
2015-11-02Export Page.LayoutBjørn Erik Pedersen
2015-10-07WordCount and Summary support CJK Languagecoderzh
2015-09-25Allow for any (short) line begining or ending with html commentSven Dowideit
2015-08-31Correct check of published booleanJeff Hodges
2015-08-30Add undocumented published setting to front matterJeff Hodges
2015-07-26Fix inconsistent front matter handlingBjørn Erik Pedersen
2015-07-12Fix log message in testBjørn Erik Pedersen
2015-07-12Add RuneCount to PageBjørn Erik Pedersen
2015-05-31Fix FullFilePathbep
2015-05-28Add IsHomebep
2015-05-20Stop Viper from leaking across many of the tests (now tests pass regardless o...spf13
2015-05-17Add Page tests with UTF8 pathsTakuya Wakisaka
2015-04-03hugolib: make Page implement the ReaderFrom interfacebep
2015-01-26Add site-wide/per-page [blackfriday] `extensions` optionNaoya Inada
2015-01-24Fix for page.GetParam() for JSON and TOML mapsAnthony Fok
2015-01-10Fix "hugo new" EOF error with an archetype file without the final EOLTatsushi Demachi
2014-12-09Fix various Windows-issuesbep
2014-11-25Enable descriptive header IDs.Austin Ziegler
2014-11-20refactor handlers to use types instead of structs.spf13
2014-11-18Shortcode rewrite, take 2bep
2014-11-14converted path 2 filepathJoel Scoble
2014-10-17Big refactor of how source files are used. Also added default destination ext...spf13
2014-10-08#462 fix, remove leading and trailing dashes from urlized slug. includes test...Joel Scoble
2014-09-12fix tags not being in lowercase, #491Joel Scoble
2014-06-04fixed #303. Adding theme support to viewsspf13
2014-06-03Support embedding <script> tags in markdown pagesJake Mitchell
2014-05-01permitting empty files again. Fixing some tests to now pass.spf13
2014-03-01Fixing issues go vet reports.Mike Keesey
2014-01-31Add back blackfriday extensions during Markdown conversionNiels Widger
2014-01-30gofmt all go codeTibor Vass
2014-01-29Adding support for boolean paramsspf13
2014-01-29Moved TOC test into page_test. Some general page_test cleanup.spf13
2014-01-28Big refactor of pages code. Changed TOC code to only parse when actually usedspf13
2014-01-22renaming MinRead to ReadingTime and adding to documentation.spf13
2013-12-28Allowing empty files (ignored) so you can touch a new file while watchingspf13