mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Init v1
This commit is contained in:
@@ -1,11 +1,21 @@
|
||||
# Meta
|
||||
|
||||
env: "production"
|
||||
docs_file: "bulma-docs.min"
|
||||
env: "production"
|
||||
docs_file: "website.min"
|
||||
|
||||
# Build
|
||||
|
||||
markdown: kramdown
|
||||
permalink: pretty
|
||||
url: https://bulma.io
|
||||
exclude: ['icons', 'node_modules', 'templates', '.babelrc', 'bulma-docs.sass', 'docker-compose.yml', 'package.json', 'yarn.lock']
|
||||
markdown: kramdown
|
||||
permalink: pretty
|
||||
url: https://bulma.io
|
||||
exclude:
|
||||
[
|
||||
".babelrc",
|
||||
"docker-compose.yml",
|
||||
"icons",
|
||||
"node_modules",
|
||||
"package.json",
|
||||
"templates",
|
||||
"website.scss",
|
||||
"yarn.lock",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user