-
Notifications
You must be signed in to change notification settings - Fork 30
/
site.yml
59 lines (48 loc) · 1.12 KB
/
site.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
title: Nue / Frontend troublesolver
desc: Nue is a set of tools to make frontend development more enjoyable. It's an alternative to frameworks like to React, Vue, Next.js, and Astro.
logo: /global/logo/logo.png
favicon: /global/logo/stack.svg
og: /global/img/og-big.png
baseurl: https://nuejs.org
theme-color: #00C2FF
# Design assets
icons: /global/icons
mastnav:
- Ecosystem
- Why
- Backstory
- label: Docs
url: /docs/nuejs/
- FAQ
footnav:
- Ecosystem
- Backstory
- Why
- label: Docs
url: /docs/nuejs/
- FAQ
- label: Compare
url: /compare/component.html
- img: /global/icons/github.svg
url: https://github.com/nuejs
class: octocat
subnav:
- img: /global/icons/github.svg
url: https://github.com/nuejs
class: octocat
- img: /global/icons/menu.svg
hash: mobile-nav
class: burger
# - label: Poll
# class: small secondary poll
# role: button
# port: 5000
hotreload: true
# use_router: true
# generation
globals: [global, style, lib]
secondary_css: [css2, secondary]
inline_css: true
preview:
ssl_key: .ssl/localhost+1-key.pem
ssl_cert: .ssl/localhost+1.pem