diff options
author | Alejandro <alex.mac.fon@gmail.com> | 2024-07-29 16:20:47 -0600 |
---|---|---|
committer | Alejandro <alex.mac.fon@gmail.com> | 2024-07-29 16:20:47 -0600 |
commit | 15b32195ad02cf6e516bdaf312688afb798bd1eb (patch) | |
tree | 7a07cbf2badd571d74b07e10a3b101311514817d | |
parent | d671bc330576ae18532feab177ab983e1d719e4e (diff) |
added: toml format requirement
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ When adding a new file, do it in the command line with: hugo new filename ``` -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, for more information look into [HUGO'S archetype page](https://gohugo.io/content-management/archetypes/) +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/) For live changes editing the files |