_config.yml in inkstream-0.1.2 vs _config.yml in inkstream-0.1.3
- old
+ new
@@ -2,24 +2,29 @@
# 1. Files excluded from Jekyll builds
exclude:
- README.md
- LICENSE
+ - CODE_OF_CONDUCT.md
- CNAME
- Gemfile
- Gemfile.lock
- inkstream.gemspec
- .jekyll-cache
+ - demo
# 2. Installed Gems
plugins:
- jekyll-paginate
- jekyll-seo-tag
+ # - rouge does not work
+ # - kramdown
# 3. Gem settings
paginate: 5 # jekyll-paginate > items per page
paginate_path: blog/:num # jekyll-paginate > blog page
+pinned: false # jekyll-seo-tag > pin the post to the top of the list
author: MohdIrfan # jekyll-seo-tag > default author
twitter:
username: mohdirfan57 # jekyll-seo-tag > Owners twitter username
social: # jekyll-seo-tag > social overrides
name: Mohd Irfan # jekyll-seo-tag > real name
@@ -64,9 +69,10 @@
# 7. Site settings
encoding: utf-8 # Make sure the encoding is right
lang: en # Set the site language
title: 'Inkstream' # Site name or title, also used in jekyll-seo-tag
logo: '/assets/logo/logo.jpg' # Site logo, also used in jekyll-seo-tag
+home-bg: '/assets/images/home-bg.jpg' # Home background image
description: 'Inkstream is a sleek and modern Jekyll theme tailored for bloggers seeking a seamless platform to express their ideas and stories. With its elegant design and intuitive features, Inkstream facilitates the continuous flow of content creation, empowering users to share their thoughts effortlessly.' # Site description and default description, also used in jekyll-seo-tag
url: 'https://inkstream.netlify.app' # Site url, also used in jekyll-seo-tag
baseurl: ''
repo: 'https://github.com/dev-mdirfan/inkstream' # Site repository, also used in jekyll-seo-tag
email: 'mdirfan5702@gmail.com'