blob: 3a2b528ddc06ddef147e07f69fde1343aaf5aa6f (
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
|
title: "Log"
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
|