Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shprink/gohugo-theme-codelabs
- Owner: shprink
- License: mit
- Created: 2019-04-08T19:19:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T21:59:26.000Z (over 5 years ago)
- Last Synced: 2024-10-09T08:53:58.527Z (about 1 month ago)
- Language: CSS
- Size: 234 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.