Add comments
This commit is contained in:
23
_config.yml
23
_config.yml
@@ -11,22 +11,22 @@ mode: dark # default theme "dark" | "light"
|
|||||||
|
|
||||||
# Profile settings
|
# Profile settings
|
||||||
author:
|
author:
|
||||||
name: Your Name # author name
|
name: Jekyll Klisé # author name
|
||||||
bio: >- # tell to the world
|
bio: >- # tell to the world
|
||||||
The minimalist Jekyll theme, light and dark mode support, for running a personal site and blog,
|
The minimalist Jekyll theme, light and dark mode support, for running a personal site and blog,
|
||||||
meet Klisé theme at <a href="https://github.com/piharpi/jekyll-klise" target="_blank" rel="noopener">@github</a>.
|
meet Klisé theme at <a href="https://github.com/piharpi/jekyll-klise" target="_blank" rel="noopener">@github</a>.
|
||||||
username: username # author username
|
username: username # general username
|
||||||
github: github_username
|
github: github_username # github username
|
||||||
twitter: twitter_username
|
twitter: twitter_username # twitter username
|
||||||
facebook: facebook_username
|
facebook: facebook_username # facebook username
|
||||||
email: your-email@email.com # your contact adress
|
email: your-email@email.com # email adress
|
||||||
avatar: /assets/img/avatar.jpg # change with your own avatar
|
avatar: /assets/img/avatar.jpg # change with your own avatar
|
||||||
|
|
||||||
# Url settings
|
# URL settings
|
||||||
url: "https://klise.now.sh"
|
url: "https://klise.now.sh" #
|
||||||
baseurl:
|
baseurl:
|
||||||
permalink: /:title/
|
permalink: /:title/
|
||||||
google_analytics:
|
google_analytics: # leave it blank if not wish
|
||||||
fb_appid:
|
fb_appid:
|
||||||
|
|
||||||
# Collection setting
|
# Collection setting
|
||||||
@@ -60,6 +60,7 @@ jekyll_compose:
|
|||||||
description:
|
description:
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
|
# theme: klise
|
||||||
sass:
|
sass:
|
||||||
style: compressed
|
style: compressed
|
||||||
|
|
||||||
@@ -76,6 +77,10 @@ exclude:
|
|||||||
- README.md
|
- README.md
|
||||||
- node_modules
|
- node_modules
|
||||||
- CODE_OF_CONDUCT.md
|
- CODE_OF_CONDUCT.md
|
||||||
|
- CONTRIBUTING.md
|
||||||
|
- lighthouse.png
|
||||||
|
- klise-*.gem
|
||||||
|
- klise.gemspec
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
plugins:
|
plugins:
|
||||||
|
|||||||
Reference in New Issue
Block a user