spring-petclinic / spring-petclinic.github.io

Spring Petclinic organisation website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Spring PetClinic Community web site Build Status

This GitHub repository contains the Jekyll website of the Spring PetClinic community. It is published at spring-petclinic.github.io

Content

Home

The homepage is index.html in the root.

Docs

Docs live in /docs directory.

Data

The /data directory contains recorded terminal session for asciinema.

Contribute

Jekyll installation

See the GitHub documentation: Setting up your GitHub Pages site locally with Jekyll

Usage

# install dependencies
bundle install

# build Jekyll site
bundle exec jekyll build

# run your Jekyll site locally
bundle exec jekyll serve

Preview the local Jekyll site in your web browser at http://localhost:4000.

Publish

Simply commit your changes and do a git push.

Upgrade

To updating the GitHub Pages gem:

bundle update github-pages

Website preview

Website screenshot

About

Spring Petclinic organisation website

License:Other


Languages

Language:CSS 73.5%Language:HTML 19.8%Language:SCSS 5.2%Language:Ruby 1.5%