codelabs theme
Hugo theme to create codelabs easily
Getting started
Installation
Create a new Hugo site:
$ hugo new site [path]
Clone this repository into themes/
directory:
$ cd [path]
$ git clone https://github.com/shprink/gohugo-theme-codelabs.git themes/codelabs
Add this line in the config.toml
file:
theme = "codelabs"
Configuration
TBD
License
This theme is released under the MIT License.