An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# logo CKA Journey

[![CI](https://github.com/user-cube/cka-journey/actions/workflows/ci.yml/badge.svg)](https://github.com/user-cube/cka-journey/actions/workflows/ci.yml) [![Deploy Jekyll site to Pages](https://github.com/user-cube/cka-journey/actions/workflows/pages.yml/badge.svg)](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`.