Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-10 | create: Add package doc | Bjørn Erik Pedersen | |
2016-03-20 | create: Refactor NewContent to be testable | Cameron Moore | |
NewContent is refactored to use the afero.Fs interface that should allow full testing. This commit also pulls the metadata creation logic out of NewContent and into a separate function to decrease the cyclomatic complexity of NewContent. | |||
2016-01-01 | Add themesDir option to configuration | digitalcraftsman | |
themesDir can be used to change the default path of the themes folder. Fixes 1556 | |||
2015-12-16 | Improve some random feedback messages | Anthony Fok | |
Also clean up a couple random comments. | |||
2015-12-16 | Use absolute path when editing with editor | John Ku | |
Fixes #1589 | |||
2015-12-07 | Fix copyright headers in source files | Bjørn Erik Pedersen | |
Still need to add some missing headers and an AUTHORS file. See #1646 | |||
2015-11-23 | Change the license to Apache 2.0 | Steve Francia | |
2015-03-05 | Apply gofmt -s | bep | |
2015-02-08 | parser.FormatSanitize() MetaDataFormat for date too | Anthony 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-24 | Handle 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-12 | Trigger 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-13 | change path usage to filepath | Joel Scoble | |
2014-11-13 | Added better error message for poorly formed frontmatters in archtypes | Brian Payne | |
2014-11-01 | Migrating Hugo to Afero for filesystem calls. | spf13 | |
2014-10-16 | Big refactor of how source files are used. Also added default destination ↵ | spf13 | |
extension option. | |||
2014-10-15 | Copy content from archetype | bep | |
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-19 | fix issue 411, /path/to/site/archetypes : is a directory error | Joel Scoble | |
2014-08-18 | added evaluation for toml for metadataformat date handling | Joel Scoble | |
2014-05-29 | Updating Convert to handle dates properly for yaml and json | spf13 | |
Fix bug with YAML & JSON with handling dates with 'new' and 'convert' | |||
2014-05-02 | Adding the new command and the create package | spf13 | |