forked from mrponuk/CC4D
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
46 lines (40 loc) · 1.35 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
34
35
36
37
38
39
40
41
42
43
44
45
46
title: "Community Creativity 4 Development"
email: [email protected]
description: "Connecting communities while finding solutions to protect the environment from global warming."
author: CC4D
url: "cc4d.tech"
# Social Profiles
twitter_username: comcreative4d
github_username:
facebook_username: "CC4D.Uganda"
instagram_username:
linkedin_username:
youtube_username: "@comcreative4d"
# Add your google-analytics ID here to activate google analytics
google_analytics: UA-XXXXXXXXX-X # out your google-analytics code
# Build settings
# theme: jekyll-theme-clean-blog
remote_theme: https://github.com/StartBootstrap/startbootstrap-clean-blog-jekyll
markdown: kramdown
# Collections configurations
collections:
posts:
output: true
permalink: "/posts/:path/"
projects:
output: true
permalink: "/projects/:path/"
# Pagination Settings
pagination:
enabled: true
per_page: 5
permalink: "/page:num/"
sort_field: "date"
sort_reverse: true
# paginate_path: "/posts/page:num/"
plugins:
- jekyll-feed
# - jekyll-paginate
- jekyll-paginate-v2
- jekyll-sitemap ## Uncomment this line to silently generate a sitemaps.org compliant sitemap for your Jekyll site
- jekyll-remote-theme