upravit config
This commit is contained in:
parent
b5432f1a38
commit
8e74748e8e
1 changed files with 7 additions and 8 deletions
15
_config.yml
15
_config.yml
|
@ -24,9 +24,9 @@
|
||||||
# You can create any custom variable you would like, and they will be accessible
|
# You can create any custom variable you would like, and they will be accessible
|
||||||
# in the templates via {{ site.myvariable }}.
|
# in the templates via {{ site.myvariable }}.
|
||||||
|
|
||||||
title: Your awesome title
|
title: Hernikuv Blog
|
||||||
email: your-email@domain.com
|
email: contact@hernikplays.cz
|
||||||
author: GitHub User
|
author: hernikplays
|
||||||
|
|
||||||
# Copyright setting
|
# Copyright setting
|
||||||
# You can use any html code, currently below placeholders are available:
|
# You can use any html code, currently below placeholders are available:
|
||||||
|
@ -40,15 +40,14 @@ author: GitHub User
|
||||||
# "Copyright (c) 2017-{currentYear} <a href="https://example.com">{author}</a>"
|
# "Copyright (c) 2017-{currentYear} <a href="https://example.com">{author}</a>"
|
||||||
# "Copyright © 2017-2021 Foobar"
|
# "Copyright © 2017-2021 Foobar"
|
||||||
#
|
#
|
||||||
copyright: "Unpublished Work (cleft) 2017-{currentYear} {author}"
|
copyright: "Copyright 2021-{currentYear} {author}"
|
||||||
|
|
||||||
description: >- # this means to ignore newlines until "baseurl:"
|
description: >- # this means to ignore newlines until "baseurl:"
|
||||||
Write an awesome description for your new site here. You can edit this
|
Blog plný mých názorů, keců, blábolů a blbostí ohledně světa techniky a obecně
|
||||||
line in _config.yml. It will appear in your document head meta (for
|
toho, čemu se zrovna rozhodnu věnovat
|
||||||
Google search results) and in your feed.xml site description.
|
|
||||||
|
|
||||||
baseurl: "" # the subpath of your site, e.g. /blog
|
baseurl: "" # the subpath of your site, e.g. /blog
|
||||||
url: "" # the base hostname & protocol for your site, e.g. https://example.com
|
url: "https://blog.hernikplays.cz" # the base hostname & protocol for your site, e.g. https://example.com
|
||||||
favicon: "" # the favicon for your site
|
favicon: "" # the favicon for your site
|
||||||
|
|
||||||
# Yat date format
|
# Yat date format
|
||||||
|
|
Loading…
Reference in a new issue