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
path: root/create
AgeCommit message (Expand)Author
2017-06-19commands, create: Add .Site to the archetype templatesBjørn Erik Pedersen
2017-06-18create: Use archetype template as-is as a Go templateBjørn Erik Pedersen
2017-06-13Run gofmt to get imports in line vs gohugoio/hugoBjørn Erik Pedersen
2017-06-13all: Update textual references in Go source to point to gohugoio/hugoBjørn Erik Pedersen
2017-06-13all: Update import paths to gohugoio/hugoBjørn Erik Pedersen
2017-03-25create: Delete redundant viper callsAlbert Nigmatzianov
2017-02-17all: Refactor to nonglobal Viper, i18n etc.Bjørn Erik Pedersen
2017-02-15Use OS fs by defaultBjørn Erik Pedersen
2017-02-04all: Refactor to nonglobal file systemsBjørn Erik Pedersen
2017-01-07all: Refactor to non-global loggerBjørn Erik Pedersen
2016-12-15create: Allow empty dates in archetype in newBjørn Erik Pedersen
2016-11-30create: Run all the test variants in TestNewContentBjørn Erik Pedersen
2016-11-29create: Simplify archetype logicBjørn Erik Pedersen
2016-11-29create: Fix archetype title and date handlingBjørn Erik Pedersen
2016-10-24all: Unify case of config variable namesAlbert Nigmatzianov
2016-04-10create: Add package docBjørn Erik Pedersen
2016-03-31Add readFile template funcBjørn Erik Pedersen
2016-03-21create: Refactor NewContent to be testableCameron Moore
2016-01-01Add themesDir option to configurationdigitalcraftsman
2015-12-17Improve some random feedback messagesAnthony Fok
2015-12-16Use absolute path when editing with editorJohn Ku
2015-12-07Fix copyright headers in source filesBjørn Erik Pedersen
2015-11-24Change the license to Apache 2.0Steve Francia
2015-03-06Apply gofmt -sbep
2015-02-08parser.FormatSanitize() MetaDataFormat for date tooAnthony Fok
2015-01-24Handle empty front matter in archetype.Jonathan Anderson
2014-12-12Trigger an editor after `hugo new`.Austin Ziegler
2014-11-14change path usage to filepathJoel Scoble
2014-11-13Added better error message for poorly formed frontmatters in archtypesBrian Payne
2014-11-01Migrating Hugo to Afero for filesystem calls.spf13
2014-10-17Big refactor of how source files are used. Also added default destination ext...spf13
2014-10-15Copy content from archetypebep
2014-08-20fix issue 411, /path/to/site/archetypes : is a directory errorJoel Scoble
2014-08-18added evaluation for toml for metadataformat date handlingJoel Scoble
2014-05-30Updating Convert to handle dates properly for yaml and jsonspf13
2014-05-02Adding the new command and the create packagespf13