-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
61 lines (52 loc) · 1.51 KB
/
_config.yml
File metadata and controls
61 lines (52 loc) · 1.51 KB
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
# ----------- CONFIGURABLE START -----------
title: "LPC-DM Analysis Group"
description: "Lasciate ogni speranza, voi ch'entrate."
url: "https://lpc-dm.github.io" # Site url, without a slash at the end.
signoff: "mcremone" # Your name
facebook_appid: # APP ID for like button, remove from /_includes/share.html if unwanted.
google_analytics: # Set tracking, remove from /javascripts/basic.js if unwanted.
share: false # Turn on twitter and facebook share buttons
links:
- name: Overview & Projects
url: /overview
external: false
- name: Software
url: /software
external: false
- name: Meetings
url: /meetings
external: false
- name: Communication
url: /communication
external: false
- name: Members
url: /members
external: false
# ------------ CONFIGURABLE END ------------
permalink: /posts/:title
defaults:
- values:
layout: "default"
theme: jekyll-theme-slate
# ------------ BUILD SETTINGS ------------
markdown: kramdown
# ------------ CONFIGURABLE DEFAULTS ------------
github: [metadata]
encoding: UTF-8
kramdown:
input: GFM
hard_wrap: false
future: true
jailed: false
gfm_quirks: paragraph_end
# ------------ CONFIGURABLE DEFAULTS ------------
lsi: false
safe: true
source: .
incremental: false
highlighter: rouge
gist:
noscript: false
kramdown:
math_engine: mathjax
syntax_highlighter: rouge