blob: ee4dfea6985a1228c66c5af80071e4bf584ca7b9 (
plain)
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
|
title: "Minimalist"
description: "A short bio or site description"
baseurl: "" # keep empty for root or subpath like /blog
author:
name: "W. D. Sadeep Madurange"
permalink: pretty
collections:
log:
output: true
feed:
collections:
log:
path: "/feed.xml"
posts:
path: "/posts.xml"
excerpt_only: true
gems:
- jekyll-feed
exclude:
- Gemfile
- Gemfile.lock
- README.txt
- cgi-bin/indexer.pl
|