-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
30 lines (26 loc) · 1.05 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
# Site settings
title: iCal4j
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
iCal4j is a Java library used to read and
write iCalendar data streams as defined in RFC2445.
The iCalendar standard provides a common data format used to store information about
calendar-specific data such as events, appointments, to-do lists, etc.
All of the popular calendaring tools, such as Lotus Notes, Outlook and Apple's iCal
also support the iCalendar standard.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://ical4j.github.io" # the base hostname & protocol for your site
#baseurl: "/ical4j.github.io/_site" # the subpath of your site, e.g. /blog/
#url: "http://localhost:63342" # the base hostname & protocol for your site
twitter_username: micronode
github_username: ical4j
# Build settings
markdown: kramdown
##define this for disqus comment support
disqus: ical4j
##set this to enable google analytics
ga_id: UA-402774-10
ga_domain: ical4j.github.io
gems:
- jekyll-redirect-from
- jekyll-sitemap