Update illuaminate again

- Generate theme-color. Hopefully this time it works!
 - Specify a site url. Technically this is wrong (we should use the
   current git branch), but it's good enough for now.
 - Move some options into a sub-category.
This commit is contained in:
SquidDev 2020-12-28 18:20:13 +00:00
parent 8b17ec76a8
commit f7e3e72a6e
2 changed files with 11 additions and 5 deletions

1
doc/head.html Normal file
View File

@ -0,0 +1 @@
<meta name="theme-color" content="#c8d87c">

View File

@ -10,13 +10,18 @@
(doc
(title "CC: Tweaked")
(destination build/docs/lua)
(logo src/main/resources/pack.png)
(index doc/index.md)
(styles src/web/styles.css)
(scripts build/rollup/index.js)
(source-link https://github.com/SquidDev-CC/CC-Tweaked/blob/${commit}/${path}#L${line})
(site
(title "CC: Tweaked")
(logo src/main/resources/pack.png)
(url https://tweaked.cc/)
(source-link https://github.com/SquidDev-CC/CC-Tweaked/blob/${commit}/${path}#L${line})
(styles src/web/styles.css)
(scripts build/rollup/index.js)
(head doc/head.html))
(module-kinds
(peripheral Peripherals)