shprink / gohugo-theme-codelabs

Hugo theme to create codelabs easily

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codelabs theme

Intro

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.

About

Hugo theme to create codelabs easily

License:MIT License


Languages

Language:CSS 80.2%Language:HTML 19.8%