Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sc5/jkl-devicelab.github.io
SC5 Open Device Lab Jyväskylä
https://github.com/sc5/jkl-devicelab.github.io
Last synced: 8 days ago
JSON representation
SC5 Open Device Lab Jyväskylä
- Host: GitHub
- URL: https://github.com/sc5/jkl-devicelab.github.io
- Owner: SC5
- License: other
- Created: 2013-12-13T12:10:38.000Z (almost 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-09-10T09:54:15.000Z (about 9 years ago)
- Last Synced: 2024-04-13T11:21:31.657Z (7 months ago)
- Language: HTML
- Homepage: http://jkl.devicelab.io/
- Size: 1.54 MB
- Stars: 0
- Watchers: 26
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SC5 Open Device Lab Jyväskylä
=============================
This repository holds the webpage of - served via Github pages, using Jekyll: http://jkl.devicelab.io/Updating website
----------------
Website can be updated with following steps:* Fork and clone the repository in Github
* Checkout the your own forkgit clone https://github.com//jkl-devicelab.github.io.git
* Install ruby (in platform specific way)
* Install and run Jekyllgem install bundler
bundle install* Run pages locally at: http://localhost:4000
bundle exec jekyll serve --watch
The `--watch` option rebuilds the files into `_site` folder whenever files changes.
* Edit the files as needed and verify the outcome in browser
* Commit the changes in `gh-pages` branch and push them back to origingit commit -m'Your commit message' .
git push origin gh-pages* Make a pull-request in Github to forked repository to get the changes merged into it.