forked from LeNPaul/Lagrange
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
32 lines (30 loc) · 810 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
# Site Settings
title: Lagrange
tagline: a minimalist Jekyll theme
description:
baseurl: #"/Lagrange"
url: #"https://lenpaul.github.io"
github:
url: #"https://lenpaul.github.io/Lagrange"
author:
name: "Paul Le"
email: "[email protected]"
twitter: "paululele"
instagram: "paululele"
github: "lenpaul"
facebook: "Le.Paul.94"
linkedin: "lenpaul"
navigation:
- title: About
url: /about
- title: Writing
url: /writing
- title: Contact
url: /contact
paginate: 5
disqus: #"your-disqus"
# Build settings
markdown: kramdown
highlighter: rouge
permalink: none
gems: [jekyll-paginate]