summaryrefslogtreecommitdiffstats
path: root/create
AgeCommit message (Collapse)Author
2015-12-16Improve some random feedback messagesAnthony Fok
Also clean up a couple random comments.
2015-12-16Use absolute path when editing with editorJohn Ku
Fixes #1589
2015-12-07Fix copyright headers in source filesBjørn Erik Pedersen
Still need to add some missing headers and an AUTHORS file. See #1646
2015-11-23Change the license to Apache 2.0Steve Francia
2015-03-05Apply gofmt -sbep
2015-02-08parser.FormatSanitize() MetaDataFormat for date tooAnthony Fok
So that the date would come out correctly with variations like `MetaDataFormat = "YAML"` in addition to the normally expected `MetaDataFormat = "yaml"`. Fixes #865.
2015-01-24Handle empty front matter in archetype.Jonathan Anderson
If an archetype has deliberately empty front matter (e.g., to suppress generation of the 'draft' field or to force a particular front matter type instead of the default TOML), we should handle it gracefully rather than panic ("assignment to entry in nil map").
2014-12-12Trigger an editor after `hugo new`.Austin Ziegler
- Trigger permanently with NewContentEditor in config.{toml,yaml,json}. - Trigger on an individual basis with --editor.
2014-11-13change 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-16Big refactor of how source files are used. Also added default destination ↵spf13
extension option.
2014-10-15Copy content from archetypebep
Prior to this commit only metadata were copied from archetype on content creation. This commit includes the content if set in archetype. This is useful in situations with similar page structure. Fixes #556
2014-08-19fix issue 411, /path/to/site/archetypes : is a directory errorJoel Scoble
2014-08-18added evaluation for toml for metadataformat date handlingJoel Scoble
2014-05-29Updating Convert to handle dates properly for yaml and jsonspf13
Fix bug with YAML & JSON with handling dates with 'new' and 'convert'
2014-05-02Adding the new command and the create packagespf13