0
0
mirror of https://github.com/conventional-commits/conventionalcommits.org.git synced 2025-08-22 13:58:35 +00:00

chore(readme): fix consistency/appearance

Make some minor changes to improve consistency and appearance. (Fix some weird brackets, and styling in the thank you section)
This commit is contained in:
Camdan M 2020-10-07 16:45:54 -06:00 committed by GitHub
parent ccce9d6eec
commit a2ba7b3b02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ We use [HUGO](https://gohugo.io/) as static site generator, so we use the [direc
* `./content`: contains all the versions of the specification.
* `./content/next/`: contains the version of the specification (where all the changes SHOULD be made).
* `./content/**/index[.lang].md`: contains the content of the specification, if a language is specified it's a translation.
* `./content/**/index.[lang].md`: contains the content of the specification, if a language is specified it's a translation.
## Contributing
@ -22,7 +22,7 @@ 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`.
1. Create a new file in `./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).
@ -43,9 +43,9 @@ Tell your users that you use the Conventional Commits specification:
## Thank you
To ***[Lorenzo D'Ianni](https://github.com/lorenzodianni)*** for the great effort creating the CSS and the HTML for the new UI.
To **[Lorenzo D'Ianni](https://github.com/lorenzodianni)** for the great effort creating the CSS and the HTML for the new UI.
To [Netlify](https://www.netlify.com/) to host our project, giving us a lot of [amazing built in functionality](https://www.netlify.com/features/) for free.
To **[Netlify](https://www.netlify.com/)** to host our project, giving us a lot of [amazing built in functionality](https://www.netlify.com/features/) for free.
To `semver.org`: we used [semver.org](https://github.com/mojombo/semver.org) as a blueprint for
To **[semver.org](https://github.com/mojombo/semver.org)**: we used [semver.org](https://github.com/mojombo/semver.org) as a blueprint for
the structure of this specification and the first version of the website.