https://github.com/user-cube/cka-journey
CKA study repo.
https://github.com/user-cube/cka-journey
Last synced: 5 months ago
JSON representation
CKA study repo.
- Host: GitHub
- URL: https://github.com/user-cube/cka-journey
- Owner: user-cube
- License: mit
- Created: 2025-02-16T16:43:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T22:04:24.000Z (about 1 year ago)
- Last Synced: 2025-04-04T22:30:34.477Z (about 1 year ago)
- Language: HTML
- Homepage: http://cka.ruicoelho.pt/
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
CKA Journey
[](https://github.com/user-cube/cka-journey/actions/workflows/ci.yml) [](https://github.com/user-cube/cka-journey/actions/workflows/pages.yml)
## Building and previewing your site locally
Assuming [Jekyll] and [Bundler] are installed on your computer:
1. Change your working directory to the root directory of your site.
2. Run `bundle install`.
3. Run `bundle exec jekyll serve` to build your site and preview it at `localhost:4000`.
The built site is stored in the directory `_site`.