forked from StartBootstrap/startbootstrap-clean-blog-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
25 lines (22 loc) · 784 Bytes
/
Copy path_config.yml
File metadata and controls
25 lines (22 loc) · 784 Bytes
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
title: Just A Thought Blog
email: jeff.thomas.iii@gmail.com
description: Reflecting on faith, life, and the thoughts that shape us.
author: Jeff Thomas III
baseurl: "/Just-a-Thought-Blog"
url: "https://jeffthomasiii.github.io"
# Social Profiles
twitter_username: jeffthomasiii
github_username: jeffthomasiii
facebook_username:
instagram_username: jeffthomasiii
linkedin_username: jeffthomasiii
# Add your google-analytics ID here to activate google analytics
# google_analytics: UA-XXXXXXXXX-X # out your google-analytics code
# Build settings
markdown: kramdown
paginate: 5
paginate_path: "/posts/page:num/"
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap