comet.yaml
- latest template
site:
title: MySite
icon: icon.png
copyright: "Copyright ©︎ 2023 MySite. Made with Comet 💫"
flutter_project:
root: FLUTTER
github:
user_id: null
repository_name: my_site
fonts:
- url: "/jp/"
font: NotoSansJP
ignore_folders:
- .git
説明
site
icon
- image name of assets at
FLUTTER/assets/images/
... - Please put your image there.
- image name of assets at
fonts
注意
Now under development
- Choose fonts
fonts:
- url: "/jp/"
font: FontNameJP
- url: "/en/"
font: FontNameEN
- if the URL contains
url
, Comet uses thefont
a font-family name. - Put your font file into Flutter project according to Flutter rules.
ignore_folders
ignore_folders:
- Folder1
- Folder2
- don't use the path format like
Folder1/Folder2..
. only folder names are available.