-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
81 lines (61 loc) · 1.95 KB
/
_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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# SEO settings
title: Neuron Sketch
description: "A blog about computational neuroscience"
keywords: "neural plasticity, computational neuroscience, optogenetics, non-invasive brain stimulation"
url: http://hanlu.io
baseurl: "/blog"
# baseurl: null
# navbar pages
navbar:
- slug: /photos
title: Photos
- slug : /about
title: About
- slug : /archive
title: Archive
# collections
collections:
research-notes: # the name should be the same as the folder name except the underscore. e.g., the folder name should be "_notes"
title: Notes
output: true
source_link: https://github.com/erbb4/notes
photos: # this is for the photo gallery
title: Photos
output: true
# Author settings
author:
name : Han Lu # Also the name shown on the front page
job : Postdoctoral researcher # Also the profession shown on the front page
bio : "Neuroscience" # Also shown on the front page
thumb : /assets/images/author.jpg # change it as you wish
email : [email protected]
url : http://hanlu.io
github : http://github.com/ErbB4
#twitter : http://twitter.com/nandomoreirame # change this
#facebook : http://facebook.com/fernando.dev
#linkedin : http://linkedin.com/in/nandomoreirame
resumelink: http://hanlu.io
# social settings
og_locale: "pt_BR"
twitter_card: "summary_large_image"
twitter_site: "@nandomoreirame"
google_analytics:
repo: https://github.com/ErbB4/blog
disqus_shortname: "neuron-sketch"
# Build settings
permalink : /:title/
markdown : kramdown
highlighter : rouge
# paginate: 4
# paginate_path: "/page/:num/"
comments: true
# source: source
# destination: _site
# Sass configuration
sass:
sass_dir: assets/scss
style: compressed # expanded
gems:
# - bourbon
# - jekyll-paginate
exclude: ["gulp", "node_modules", "bower", "bower_components", "config.rb", "src", "Gemfile", "Gemfile.lock", ".rvmrc", ".rbenv-version", "package.json", "gulpfile.js", "README.md", "Rakefile", "changelog.md"]