Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloud-cv/gci
:girl: :boy: Google Code-In Website http://gci.cloudcv.org
https://github.com/cloud-cv/gci
bootstrap css html javascript jekyll
Last synced: 10 days ago
JSON representation
:girl: :boy: Google Code-In Website http://gci.cloudcv.org
- Host: GitHub
- URL: https://github.com/cloud-cv/gci
- Owner: Cloud-CV
- Created: 2017-11-06T20:16:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-20T17:41:33.000Z (over 4 years ago)
- Last Synced: 2024-04-13T22:28:14.701Z (7 months ago)
- Topics: bootstrap, css, html, javascript, jekyll
- Language: HTML
- Homepage:
- Size: 6.67 MB
- Stars: 6
- Watchers: 10
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CloudCV Google Code In Website
## Development
This site is built with [Jekyll](https://github.com/jekyll/jekyll) and [Bootstrap](https://github.com/twbs/bootstrap).### Adding new project
1. Copy a file project file from the ``_posts`` folder and rename it to ``{date}-project-{project-name}``
2. Fill the fields in the copied file accordingly
3. Run ``jekyll serve`` and check in the browser on ``0.0.0.0:4000`` if the site looks like expected
4. Send a Pull Request### Acknowledgements
Based on the Tim O'Brien excellent project.