forked from StartBootstrap/startbootstrap-clean-blog-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
59 lines (49 loc) · 1.59 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
47
48
49
50
51
52
53
54
55
56
57
58
59
title: heidelberg.ai
email:
description:
author:
# relative URL simply prepends baseurl to everything.
# baseurl: "/startbootstrap-clean-blog-jekyll"
baseurl:
url: "https://heidelbergai.github.io"
# Social Profiles
twitter_username: SBootstrap
github_username: StartBootstrap
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
# Build settings
markdown: kramdown
paginate: 10
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
future: true
# title: HeidelbergAI
# author:
# email:
# description: test test test
# author:
# baseurl: "/website"
# url: "https://heidelbergai.github.io"
# # Social Profiles
# twitter_username: SBootstrap
# github_username: StartBootstrap
# 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
# # Build settings
# markdown: kramdown
# paginate: 10
# 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
# future: true