OpenColloq WS24 ECS
This commit is contained in:
parent
7d285aa05f
commit
5fe9f40dbe
207 changed files with 13586 additions and 0 deletions
13
OpenColloq/WS24_EntityComponentSystem/hugo.toml
Normal file
13
OpenColloq/WS24_EntityComponentSystem/hugo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
baseURL = 'https://example.org/'
|
||||
languageCode = 'en-us'
|
||||
title = "Entity Component System - It's not a system"
|
||||
|
||||
theme = ["reveal-hugo"]
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
[outputFormats.Reveal]
|
||||
baseName = "index"
|
||||
mediaType = "text/html"
|
||||
isHTML = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue