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

https://github.com/hofstadter-io/cuetorials.com

Learn you some CUE for a great good!
https://github.com/hofstadter-io/cuetorials.com

cuelang documentation learning tutorials

Last synced: about 2 months ago
JSON representation

Learn you some CUE for a great good!

Awesome Lists containing this project

README

          

# cuetorials.com

Hugo static website.

- https://cuetorials.com
- https://gohugo.io

### Setup and running

1. Clone this repo
2. `npm install` to add js deps
3. `make highlight` to generate CUE file highlighting
4. `make dev` to run hugo

### Adding translations

You should be able to create files next to the existing content.

`content/path/to/file..md`

See: https://gohugo.io/content-management/multilingual/#translation-by-filename

If this is a new language, you will need to add it to the config.toml.