Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spring-petclinic/spring-petclinic.github.io
Spring Petclinic organisation website
https://github.com/spring-petclinic/spring-petclinic.github.io
jekyll markdown
Last synced: 1 day ago
JSON representation
Spring Petclinic organisation website
- Host: GitHub
- URL: https://github.com/spring-petclinic/spring-petclinic.github.io
- Owner: spring-petclinic
- License: other
- Created: 2018-10-11T12:59:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-09T15:16:01.000Z (9 days ago)
- Last Synced: 2024-11-09T16:23:52.355Z (9 days ago)
- Topics: jekyll, markdown
- Language: CSS
- Size: 1.23 MB
- Stars: 9
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The Spring PetClinic Community web site
=======================================
[![Build Status](https://github.com/spring-petclinic/spring-petclinic.github.io/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/spring-petclinic/spring-petclinic.github.io/actions/workflows/pages/pages-build-deployment)This GitHub repository contains the Jekyll website of the Spring PetClinic community.
It is published at [spring-petclinic.github.io](https://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](https://help.github.com/articles/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](images/screenshot-website.png)