From 15b32195ad02cf6e516bdaf312688afb798bd1eb Mon Sep 17 00:00:00 2001 From: Alejandro Date: Mon, 29 Jul 2024 16:20:47 -0600 Subject: added: toml format requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3515091..c9c8ef1 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3