From 2eb5e5b89e6ba6afc7a02949b31b7c707f6110cb Mon Sep 17 00:00:00 2001 From: Myeip Date: Sat, 30 Nov 2024 07:45:54 -0500 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ae2fea..f0d6d77 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repo is the home of the Conventional Commits specification. -## Repo Layout + Layout We use [HUGO](https://gohugo.io/) as static site generator, so we use the [directory structure](https://gohugo.io/getting-started/directory-structure/) HUGO proposes. @@ -21,8 +21,7 @@ fixing typos, or adding more translations. Please don't hesitate to send a pull request. ### Adding a translation - -1. Create a new file in `./content/version/index.[lang].md` using the hugo command `hugo new [version]/index.[lang].md`. +m1. Create a new file`./content/version/index.[lang].md` using the hugo command `hugo new [version]/index.[lang].md`. 1. Ensure all files have the appropriate fields required (see others as an example).. 1. Add the language to the `config.yaml` file (see others as an example).