Site Settings
Settings related to the website, such as the site title, are specified in the default.yml
or development.yml
or production.yml
.
The initial value is set to the information you answered in the CLI dialog.
example (default.yml)
#
titleWebsite title.
Used for <title>
, etc.
#
urlWebsite url.
Used for <meeta property="og:url">
, <link rel="canonical">
, etc.
Site URL with no slash for last.
โ
https://arc-one.jp
โ https://arc-one.jp/
#
authorWebsite author.
Used for <meta name="author">
, etc.
#
descriptionWebsite description.
Used for <meta name="description">
, <meta property="og:description">
, etc.
#
siteRootWebsite root path.
Used for root relative path, etc.
Slash the front and back.
โ
/foo/
โ /foo