Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cryostatio/cryostatio.github.io
Website for cryostatio
https://github.com/cryostatio/cryostatio.github.io
cryostat hacktoberfest hacktoberfest2021 jekyll
Last synced: about 2 months ago
JSON representation
Website for cryostatio
- Host: GitHub
- URL: https://github.com/cryostatio/cryostatio.github.io
- Owner: cryostatio
- Created: 2021-04-26T13:46:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T18:42:46.000Z (7 months ago)
- Last Synced: 2024-06-12T03:54:57.991Z (7 months ago)
- Topics: cryostat, hacktoberfest, hacktoberfest2021, jekyll
- Language: HTML
- Homepage: https://cryostat.io/
- Size: 45.6 MB
- Stars: 2
- Watchers: 4
- Forks: 14
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cryostatio.github.io
GitHub Pages source for cryostat.io
Made with [Jekyll](https://jekyllrb.com). For development help, see
[Testing your GitHub Pages site locally with Jekyll](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll).## Development
### Prerequisites
On Fedora, you will likely need to `dnf install:`
- `rubygem-bundler`
- `ruby-devel`
- `rubygems`
- `ruby`
- `make`
- `gcc`
- `gcc-c++`Other distros should be similar. Then,
- `bundle install`
to install project dependencies.
### Run Locally
- `bundle exec jekyll serve --watch --livereload --open-url --future --config _config.yml,_config-dev.yml`
This will start a local development server, open your default browser pointing to the local build on that server, with the server watching for project filesystem changes and hot-reloading the browser when changes are detected and rebuilt.