blob: c78fa88d82942a90ae10c670859ba83c3d3a8ee3 (
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
30
31
32
33
|
title: "Journal"
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
- cgi-bin/rgx_search.cgi
- util
- deploy.sh
- .env
|