diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -9,7 +9,11 @@ hugo When adding a new file, do it in the command line with: ```sh -hugo new filename +hugo new content archetype/filename.md +``` +or +```sh +hugo new content filename.md ``` The file is going to be saved in the `content` folder, and it will use the `default.md` file from the `archetypes/` folder as a template for making the title and some other metadata (using the toml format), for more information look into [HUGO'S archetype page](https://gohugo.io/content-management/archetypes/) |