forked from moosetechnology/moosetechnology.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
40 lines (35 loc) · 1018 Bytes
/
_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
title: Moosetechnology
email: https://sympa.inria.fr/sympa/subscribe/moose
description: Analyse and model your software system
author: Moosetechnology
baseurl: ""
url: "https://modularmoose.org"
twitter_username: moosetechnology
github_username: moosetechnology
collections:
posts:
output: true
permalink: /:collection/:name
tag_page_layout: tag_page
tag_page_dir: posts/tag
tag_permalink_style: pretty
# Build settings
markdown: kramdown
highlighter: rouge
paginate: 5
paginate_path: "/posts/page:num/"
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap
- jemoji
- jekyll-spaceship
- jekyll-seo-tag
- jekyll-toc
# _config.yml
toc:
list_id: my-toc-id # Default: "toc"
list_class: my-list-class # Default: "section-nav"
sublist_class: my-sublist-class # Default: no class for sublists
item_class: my-item-class # Default: "toc-entry"
item_prefix: item- # Default: "toc-":