Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shprink/gohugo-theme-codelabs

Hugo theme to create codelabs easily
https://github.com/shprink/gohugo-theme-codelabs

Last synced: about 1 month ago
JSON representation

Hugo theme to create codelabs easily

Awesome Lists containing this project

README

        

# codelabs theme

![Intro](https://github.com/shprink/gohugo-theme-codelabs/blob/master/images/codelabs_original.png)

Hugo theme to create codelabs easily

## Getting started

### Installation

Create a new Hugo site:
```bash
$ hugo new site [path]
```

Clone this repository into `themes/` directory:
```bash
$ cd [path]
$ git clone https://github.com/shprink/gohugo-theme-codelabs.git themes/codelabs
```

Add this line in the `config.toml` file:
```toml
theme = "codelabs"
```

### Configuration

TBD

## License

This theme is released under the [**MIT**](/LICENSE) License.