-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·48 lines (42 loc) · 1.12 KB
/
_config.yml
File metadata and controls
executable file
·48 lines (42 loc) · 1.12 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
title: Charles Jekel - jekel.me
name: Charles Jekel - jekel.me
description: Engineer. Regression. Optimization.
meta_description: "Charles Jekel is a mechanical engineer who may sometimes blog usefull stuff about modeling, materials, or optimization"
email: cj@jekel.me
aboutPage: true
cvPage: true
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
plugins: [jekyll-paginate,jekyll-github-metadata]
paginate: 20
domain_name: 'https://jekel.me'
google_analytics: 'UA-67542734-1'
disqus: true
disqus_shortname: 'cjekel'
# Details for the RSS feed generator
url: 'https://jekel.me'
author: 'Charles Jekel'
# I don't Tweet authorTwitter: 'YourTwitterUsername'
permalink: /:year/:title/
defaults:
-
scope:
path: "" # empty string for all files
type: pages
values:
layout: default
-
scope:
path: "" # empty string for all files
type: posts
values:
layout: post
-
scope:
path: ""
type: drafts
values:
layout: post