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!
- Host: GitHub
- URL: https://github.com/hofstadter-io/cuetorials.com
- Owner: hofstadter-io
- License: bsd-3-clause
- Created: 2020-10-19T22:47:39.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T21:35:44.000Z (6 months ago)
- Last Synced: 2025-04-07T22:32:01.190Z (6 months ago)
- Topics: cuelang, documentation, learning, tutorials
- Language: CUE
- Homepage: https://cuetorials.com
- Size: 2.62 MB
- Stars: 120
- Watchers: 5
- Forks: 38
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.