29 lines
500 B
TOML
29 lines
500 B
TOML
name = "Docsify template"
|
|
description = "Docsify template"
|
|
kickstart_version = 1
|
|
ignore = [
|
|
".gitignore",
|
|
"README.md",
|
|
"LICENSE",
|
|
]
|
|
|
|
cleanup = [
|
|
]
|
|
|
|
[[variables]]
|
|
name = "project_name"
|
|
default = "My-Docsify"
|
|
prompt = "What's the name of the project?"
|
|
validation = "^([a-zA-Z][a-zA-Z0-9_-]+)$"
|
|
|
|
[[variables]]
|
|
name = "site_title"
|
|
default = "Site Title"
|
|
prompt = "What's the title of the site?"
|
|
|
|
[[variables]]
|
|
name = "site_name"
|
|
default = "Site Name"
|
|
prompt = "What's the name of the site?"
|
|
|