Add config options
This commit is contained in:
parent
67f1a2d67c
commit
cad4a54a57
1 changed files with 7 additions and 2 deletions
|
@ -1,10 +1,15 @@
|
||||||
# The URL the site will be built for
|
# The URL the site will be built for.
|
||||||
base_url = "https://yinghong-massage.de"
|
base_url = "https://yinghong-massage.de"
|
||||||
|
|
||||||
title = "Ying Yang Massage"
|
title = "Ying Yang Massage"
|
||||||
|
description = "Ferdinand-Remy-Str. 23, 56859 Alf"
|
||||||
|
author = "Yinghong Yang"
|
||||||
|
lang = "de"
|
||||||
|
|
||||||
# Whether to automatically compile all Sass files in the sass directory
|
|
||||||
compile_sass = false
|
compile_sass = false
|
||||||
|
build_search_index = false
|
||||||
|
|
||||||
|
external_links_no_referrer = true
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
logo_path = "images/logo.png"
|
logo_path = "images/logo.png"
|
||||||
|
|
Loading…
Reference in a new issue