-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
executable file
·95 lines (84 loc) · 2.37 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
####################################################
#
# Welcome to GhanaNLP
#
# Product Link : https://ghananlp.org/
# Version : v1.0.0
#
####################################################
# Site settings
title: "Ghana Natural Language Processing (NLP) - Ghana NLP "
email: "[email protected]"
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://ghananlp.org" # the base hostname & protocol for your site, e.g. http://example.com
logo: "/assets/img/logo/logo.png"
description: "Open Source Initiative focused on Natural Language Processing (NLP) of Ghanaian Languages, & its Applications to Local Problems"
keywords: "ai, ml, artificial intelligence, ghana, nlp, ghananlp, natural language processing"
# mailclimp: 'https://themeix.us16.list-manage.com/subscribe/post?u=307862c135e4548eecf86f389&id=4784863884'
facebook: https://www.facebook.com/GhanaNLP
twitter: https://twitter.com/GhanaNLP
github: https://github.com/GhanaNLP
slack: https://ghananlp.slack.com
lang: en
# Build settings
markdown: kramdown
theme: minima
plugins:
- jekyll-feed
- jekyll-paginate-v2
- jekyll-archives
# Site configuration for the Jekyll 2 Pagination Gem
pagination:
enabled: true
debug: true
collection: 'posts'
per_page: 6
permalink: '/pages/:num/' # Pages are simple html files
title: ':title - page :num'
limit: 0
sort_field: 'date'
sort_reverse: true
category: 'posts'
tag: ''
locale: ''
trail:
before: 2
after:
extension: 'html'
indexpage: 'index'
autopages:
enabled: true
categories:
layouts:
- 'category.html'
title: 'Category - :cat'
permalink: '/category/:cat'
collections:
layouts:
- 'category.html'
title: ' :coll' # :coll is replaced by the collection name
permalink: '/:coll/'
tags:
layouts:
- 'tag.html'
title: 'Tag - :tag' # :tag is replaced by the tag name
permalink: '/tag/:tag'
tag_page_layout: category
tag_page_dir: tag
tag_permalink_style: pretty
jekyll-archives:
enabled: all
layout: category
permalinks:
category: '/category/:name/'
collections:
getinvolved:
output: true
permalink: /getinvolved/:path/
projects:
output: true
permalink: /project/:path/
feed:
collections:
posts:
path: "/index.xml"