Goudarz / semver.org

Semantic Versioning spec and website

Home Page:https://semver.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

This is the site at https://semver.org/ that describes the Semantic Versioning specification.

Adding a translation

  1. Create a new folder in lang/ with the appropriate language tag
  2. Add a translated index.md to that folder
  3. Add a translated spec/vX.X.X.md for the latest spec to that folder
  4. Ensure all files have the appropriate title and language front matter (see others as an example)
  5. Add the language to the _config.yml file

Running locally

  1. Install Ruby and Bundler.
  2. Install Jekyll and other dependencies from the gem:
    bundle install
    
  3. Run the site locally:
    bundle exec jekyll serve
    
  4. Open http://localhost:4000.

Running locally with docker-compose

If you have docker-compose installed:

  1. Build Docker image and start container instance:
    docker-compose up
    
  2. Open http://localhost:4000.

About

Semantic Versioning spec and website

https://semver.org


Languages

Language:CSS 83.0%Language:JavaScript 8.3%Language:HTML 5.9%Language:Dockerfile 1.6%Language:Shell 0.8%Language:Ruby 0.3%