-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path_config.yml
32 lines (29 loc) · 1.03 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
# Site settings
title: Indico Project
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Indico Project Official site - Indico is a powerful event (meetings, conferences, lectures)
management system developed at CERN
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://getindico.io" # the base hostname & protocol for your site
twitter_username: getindico
github_username: indico
disqus_shortname: indico-project
future: true
plugins:
- jekyll-feed
- jemoji
- premonition
# Build settings
markdown: kramdown
premonition:
types:
contribution:
template: |
<div class="premonition {% if meta.style %}{{meta.style}} {% endif %}{{type}}">
<i class="fas {% if attrs contains 'fa-icon' and attrs.fa-icon != "" %}{{ attrs.fa-icon }}{% else %}{{ "fa-star" }}{% endif %}"></i>
<div class="content">
{% if header %}<p class="header">{{title}}</p>{% endif %}{{content}}
</div>
</div>
default_title: "Community Contribution"