/eduk8shub.io-testing

Primary LanguageCSSApache License 2.0Apache-2.0

eduk8s-hub.io

Site for eduk8s hub.

Build the site

This site is built with hugo

cd site
hugo server

Index site

This site uses gruntr and lunr for index/search purposes. In order to generate the index you need to run:

grunt lunr-index -v 

This will generate the file site/static/js/lunr/PagesIndex.json

## Create a new lab entry We provide templates for creating new labs. Just use hugo's capability of creating articles from an archetype.

cd site
hugo new labs/example.md

You'll find the file in labs/example.md. Go there and tweak the frontmatter as needed.

By default, the lab will be created as draft. If you want to see it rendered, start hugo like this:

cd site
hugo server -D

Once you're finished, remove the draft annotation in frontmatter and will be published.