diff options
author | Valentin Popov <info@valentineus.link> | 2018-05-15 14:33:05 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-05-15 14:33:05 +0300 |
commit | e8189ad97ef502076d8a275734b687bfbedfd09c (patch) | |
tree | 2c1d7800e5e0f0cc0cd2b8f9bb6870c278e5102a /_config.yml | |
parent | 70ce3d517d17f261e99e69ad55238c41d783b854 (diff) | |
download | popov.link-e8189ad97ef502076d8a275734b687bfbedfd09c.tar.xz popov.link-e8189ad97ef502076d8a275734b687bfbedfd09c.zip |
Recycling information about the author
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index e63ac94..0a8ffff 100644 --- a/_config.yml +++ b/_config.yml @@ -42,6 +42,12 @@ title: "Personal blog" rss: "/atom.xml" lang: "ru" +# About the author +author: + email: "info@valentineus.link" + name: "Valentin Popov" + url: "http://valentineus.link" + # Plugins plugins: - "jekyll-paginate" |