-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
88 lines (78 loc) · 1.93 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
####################################################
#
# Welcome to Levert Jekyll Template
#
# Product Link :
# Version : v1.0.0
#
####################################################
# Site settings
title: "Puhuri.io"
email: "[email protected]"
baseurl: "" # the subpath of your site, e.g. /blog
url: " " # the base hostname & protocol for your site, e.g. http://example.com
logo: /assets/images/header-brand.png
description: "Puhuri — HPC allocation and provisioning service"
top_letest_news: true
keywords: "puhuri, hpc, LUMI, allocation"
#mailchimp: "https://themeix.us16.list-manage.com/subscribe/post?u=307862c135e4548eecf86f389&id=4784863884"
#facebook: https://facebook.com/themeix
#instagram: https://instagram.com/themeix
#twitter: https://twitter.com/themeix_com
#pinterest: https://pinterest.com/themeix
# Build settings
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-paginate-v2
- jekyll-seo-tag
# Site configuration for the Jekyll 2 Pagination Gem
pagination:
enabled: true
debug: true
collection: "posts"
per_page: 10
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: ":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 is replaced by the tag name
permalink: "/tag/:tag"
tag_page_layout: category
tag_page_dir: tag
tag_permalink_style: pretty
collections:
authors:
output: true
permalink: /author/:path/
features:
output: true
permalink: /feature/:path/
feed:
collections:
posts:
path: "/index.xml"