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
|
||||
# in the templates via {{ site.myvariable }}.
|
||||
|
||||
title: Your awesome title
|
||||
email: your-email@domain.com
|
||||
author: GitHub User
|
||||
title: Hernikuv Blog
|
||||
email: contact@hernikplays.cz
|
||||
author: hernikplays
|
||||
|
||||
# Copyright setting
|
||||
# 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 © 2017-2021 Foobar"
|
||||
#
|
||||
copyright: "Unpublished Work (cleft) 2017-{currentYear} {author}"
|
||||
copyright: "Copyright 2021-{currentYear} {author}"
|
||||
|
||||
description: >- # this means to ignore newlines until "baseurl:"
|
||||
Write an awesome description for your new site here. You can edit this
|
||||
line in _config.yml. It will appear in your document head meta (for
|
||||
Google search results) and in your feed.xml site description.
|
||||
Blog plný mých názorů, keců, blábolů a blbostí ohledně světa techniky a obecně
|
||||
toho, čemu se zrovna rozhodnu věnovat
|
||||
|
||||
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
|
||||
|
||||
# Yat date format
|
||||
|
|
Loading…
Reference in a new issue