This is the site at https://semver.org/ that describes the Semantic Versioning specification.
- Create a new folder in
lang/
with the appropriate language tag - Add a translated
index.md
to that folder - Add a translated
spec/vX.X.X.md
for the latest spec to that folder - Ensure all files have the appropriate
title
andlanguage
front matter (see others as an example) - Add the language to the
_config.yml
file
- Install Ruby and Bundler.
- Install Jekyll and other dependencies from the gem:
bundle install
- Run the site locally:
bundle exec jekyll serve
- Open http://localhost:4000.
If you have docker-compose installed:
- Build Docker image and start container instance:
docker-compose up
- Open http://localhost:4000.