-
Notifications
You must be signed in to change notification settings - Fork 196
/
Copy path_config.yml
54 lines (46 loc) · 1.28 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
# Build settings
permalink: /blog/:year/:title/
markdown: kramdown
highlighter: pygments
plugins: [jekyll-paginate-v2]
pagination:
enabled: true
per_page: 3
permalink: "/page/:num/"
comments: true
source: source
destination: _site
sass:
sass_dir: _sass
style: compressed # expanded
# SEO settings
title: end2end
description: "A free Jekyll theme for download"
keywords: "Jekyll, theme, free, download, SEO, blog, web"
url: http://nandomoreira.me
baseurl: "/end2end"
google_analytics: UA-52446115-1
repo: http://github.com/nandomoreirame/end2end
disqus_shortname: "nandothemes"
disqus_site_shortname: "nandothemes"
# Author settings
author:
name: Fernando Moreira
job: Frontend Engineer
bio: "Enthusiast performance, responsive design and usability, always looking for the best project and good coffee."
thumb: /images/author.jpg
email: nandomoreira.me@gmail.com
url: https://nandomoreira.me/
github: https://github.com/nandomoreirame
twitter: https://twitter.com/umdevux
facebook: https://facebook.com/umdevux
linkedin: https://linkedin.com/in/nandomoreirame
# navbar pages
navbar:
- slug: about
title: About
- slug: icons
title: Icons
- slug: blog
title: Blog
exclude: ["config.rb", "src", "Gemfile", "Gemfile.lock", "package.json","README.md", "Rakefile"]