-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
24 lines (16 loc) · 842 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
NUXT_TITLE = "Example's Main Page"
NUXT_OWNER_EMAIL = "example@example.com"
NUXT_OWNER_NAME = "ExampleName"
NUXT_OWNER_FORMER_NAME = "ExampleFormer"
NUXT_DESCRIPTION = "Welcome to Example's main page"
NUXT_FOOTER = "an example footer"
NUXT_HITOKOTO_URL = "https://v1.hitokoto.cn"
NUXT_GRAVATAR_URL = "https://gravatar.com"
NUXT_AVATAR_CACHE_TIME = 3600000
NUXT_LINKS = {"blog":"https://blog.example.com","forum":"https://forum.example.com"}
NUXT_SOCIALS = {"github":{"link":"https://github.com/","icon":"fa-brands fa-github"},"bilibili":{"link":"https://www.bilibili.com/","icon":"fa-brands fa-bilibili"},"email":{"link":"mailto:example@example.com","icon":"fa-solid fa-envelope"}}
NUXT_KEYWORDS = ["main page"]
NUXT_IMAGE_HOSTING = false
NUXT_IMAGE_LINKS = []
NUXT_META = [{"name":"test","content","a test meta"}]
NUXT_LANG = "zh-CN"