forked from StartBootstrap/startbootstrap-clean-blog-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
33 lines (29 loc) · 1.04 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
title: Clean Blog
email: [email protected]
short_description: A Blog Theme by Start Bootstrap
description: An open source blog theme developed by Start Bootstrap
author: Start Bootstrap
baseurl: "/startbootstrap-clean-blog-jekyll"
url: "https://blackrockdigital.github.io"
podcast_url:
# Social Profiles
twitter_username: SBootstrap
github_username: BlackrockDigital
facebook_username: StartBootstrap
instagram_username:
linkedin_username:
# Add your google-analytics ID here to activate google analytics
google_analytics: UA-XXXXXXXXX-X # out your google-analytics code
# Meta tags configuration
meta_image: "/img/bg-index.jpg"
meta_image_width: 200
meta_image_height: 200
meta_locale: "en_US"
# Build settings
markdown: kramdown
paginate: 5
paginate_path: "/posts/page:num/"
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap ## Uncomment this line to silently generate a sitemaps.org compliant sitemap for your Jekyll site