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
2018-07-06Add a newScratch template funcBjørn Erik Pedersen
2018-07-06Add Hugo Piper with SCSS support and much moreBjørn Erik Pedersen
2018-07-01tpl/collections: Return en empty slice in after instead of errorBjørn Erik Pedersen
2018-06-11Add support for theme composition and inheritanceBjørn Erik Pedersen
2018-04-02Add support for a content dir set per languageBjørn Erik Pedersen
2018-01-27tpl/collections: Seed random on init onlyliguoqinjim
2017-09-29Clean up lint in various packagesCameron Moore
2017-09-25Use Chroma as new default syntax highlighterBjørn Erik Pedersen
2017-09-06hugolib: Implement "related content"Bjørn Erik Pedersen
2017-08-07all: gofmt -sBjørn Erik Pedersen
2017-07-28tpl/collections: Fix intersect on []interface{} handlingCameron Moore
2017-07-08tpl/collections: Add some empty slice tests to intersectBjørn Erik Pedersen
2017-07-08tpl/collections: Fix union when the first slice is emptyBjørn Erik Pedersen
2017-07-03tpl/collections: Add Pages support to Intersect and UnionBjørn Erik Pedersen
2017-07-03tpl/collections: Fix In function for JSON arraysBjørn Erik Pedersen
2017-06-13Run gofmt to get imports in line vs gohugoio/hugoBjørn Erik Pedersen
2017-06-13all: Update import paths to gohugoio/hugoBjørn Erik Pedersen
2017-06-08tpl/collections: Add uint support to InCameron Moore
2017-06-08tpl/collections: Support interfaces in unionCameron Moore
2017-06-03tpl: Add uniq functionNathan Sharfi
2017-05-20tpl: Make the Namespace func signature explicitBjørn Erik Pedersen
2017-05-19tpl/collections: Make IsSet WARNING less chattyBjørn Erik Pedersen
2017-05-18tpl/collections: Use Feedback log instead of Error in IsSetCameron Moore
2017-05-18tpl/collections: Log an error on unsupported types in IsSetCameron Moore
2017-05-18tpl/collections: Add support for interfaces to intersectCameron Moore
2017-05-02tpl: Add basic tests for all namespace init funcsCameron Moore
2017-05-01tpl: Add docshelper for template funcsBjørn Erik Pedersen
2017-05-01tpl: Fix the remaining template funcs namespace issuesBjørn Erik Pedersen
2017-05-01tpl/collections: Make it a package that stands on its ownBjørn Erik Pedersen
2017-05-01tpl/compare: Make it a package that stands on its ownBjørn Erik Pedersen
2017-04-30tpl: Add template function namespacesCameron Moore