https://github.com/cettia/cettia.github.io
Cettia website
https://github.com/cettia/cettia.github.io
Last synced: 4 months ago
JSON representation
Cettia website
- Host: GitHub
- URL: https://github.com/cettia/cettia.github.io
- Owner: cettia
- Created: 2015-03-18T12:13:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-30T14:54:04.000Z (almost 6 years ago)
- Last Synced: 2025-01-11T21:14:30.250Z (5 months ago)
- Language: HTML
- Homepage: https://cettia.io
- Size: 1.63 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The website is built with [Jekyll](http://jekyllrb.com/) and hosted on [GitHub Pages](http://pages.github.com/). To run it locally, see [Using Jekyll with Pages](https://help.github.com/articles/using-jekyll-with-pages) from GitHub Help. Windows users should see [special guide](http://jekyllrb.com/docs/windows/) from Jekyll before anything.
Once you've installed Jekyll, check out `master` branch, run the following command in the console.
bundle exec jekyll serve
Then, open [http://localhost:4000](http://localhost:4000) in your browser.
Some project documents are generated from project source using external tools and should be updated after commit or release.
* /projects/cettia-protocol/${version}/docs from `docco lib/*.js`
* /projects/cettia-java-server/${version}/apidocs from `mvn javadoc:aggregate`