https://github.com/mockito/mockito.github.io
Mockito site project
https://github.com/mockito/mockito.github.io
Last synced: about 2 months ago
JSON representation
Mockito site project
- Host: GitHub
- URL: https://github.com/mockito/mockito.github.io
- Owner: mockito
- Created: 2014-11-29T13:13:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T06:56:54.000Z (2 months ago)
- Last Synced: 2025-05-07T19:09:39.869Z (about 2 months ago)
- Language: CSS
- Homepage: http://mockito.org
- Size: 318 KB
- Stars: 18
- Watchers: 7
- Forks: 42
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
Source code for Mockito site hosted at http://mockito.github.io/.
Mockito source code lives at https://github.com/mockito/mockito.# Contributing to the website
The site is built with Jekyll and based on the [github.com/t413/SinglePaged](https://github.com/t413/SinglePaged) theme.
Clone this repository and install Jekyll:
sudo gem install github-pages
If you get permission problems on latest Mac OSx try:
sudo gem install -n /usr/local/bin/ github-pagesThen you can serve with Jekyll:
jekyll serve -w
Whenever you modify any file, the website is automatically reloaded in the browser.