mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 02:26:42 -07:00
parent
1875cc9d5c
commit
847f0c7ee7
5 changed files with 16 additions and 8 deletions
|
@ -1,6 +1,7 @@
|
|||
base_url: "https://webdog.zyl.gay"
|
||||
title: webdog
|
||||
description: "static site builder for dogs"
|
||||
theme_color: "#ffc4fc"
|
||||
sass_styles: [index.scss]
|
||||
cdn_url: "https://i.zyl.gay/webdog/"
|
||||
code_theme: base16-ocean.dark # options: base16-ocean.dark, base16-eighties.dark, base16-mocha.dark, base16-ocean.light, InspiredGitHub, Solarized (dark), and Solarized (light)
|
||||
|
|
|
@ -19,6 +19,10 @@ the site's base title applied to all pages.
|
|||
|
||||
presently unused field, set this to any string you like.
|
||||
|
||||
## `theme_color`
|
||||
|
||||
the default theme color to use for embed metadata.
|
||||
|
||||
## `build`
|
||||
|
||||
the directory for the site to build to. defaults to `<site-path>/build` if not specified.
|
||||
|
|
|
@ -59,7 +59,7 @@ prefixing a url with `cdn$` will join it with the site's cdn url as defined in t
|
|||
|
||||
#### `theme_color`
|
||||
|
||||
the theme color to use for the embed. optional, but the default is currently nonconfigurable.
|
||||
the theme color to use for the embed. optional, defaults to the value in your site's configuration.
|
||||
|
||||
#### `large_image`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue