-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
59 lines (45 loc) · 1.3 KB
/
Copy path_config.yml
File metadata and controls
59 lines (45 loc) · 1.3 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
### site settings
name: algoquant.github.io
title: algoquant Home
description: algoquant's Home Page on GitHub
comments: true
### url settings
githuburl: https://github.com/algoquant/
url: "https://algoquant.github.io/" # the base hostname & protocol for your site
baseurl: "" # the subpath of your site, e.g. /blog
### build settings
include: ["_pages"]
exclude: ['Gemfile', 'Gemfile.lock', 'vendor', node_modules', 'package.json', 'Gruntfile.js', 'README.md']
theme: minima
markdown: kramdown
kramdown:
input: GFM
highlighter: rouge
permalink: pretty # remove .html from urls
gems:
- jekyll-sitemap
- jekyll-paginate
### personal settings
my_name: Jerzy Pawlowski (algoquant)
email: jp3900@nyu.edu
github: algoquant
twitter: quantwise
disqus: algoquant
avatar: https://avatars.githubusercontent.com/algoquant
linkedin: https://www.linkedin.com/in/jerzypawlowski
stackoverflow: http://stackoverflow.com/users/3225258/algoquant
# navigation bar
navbar:
title: "algoquant Website"
left:
- text: "Home"
href: index.html
- text: "About"
href: about.html
# list of links in the navigation bar
navbar-links:
About Me: "about"
Resources:
- Learn markdown: "http://www.markdowntutorial.com/"
- GitHub Pages: "https://pages.github.com/"
Author's home: "https://algoquant.github.io/"