forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
93 lines (75 loc) · 2.41 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
82
83
84
85
86
87
88
89
90
91
92
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: CarlosMChica
name: Carlos Morera de la Chica
email: [email protected]
location: London, UK
company: Codurance
company_link: www.codurance.com
github_url: https://github.com/carlosmchica
github_user: carlosmchica
twitter_url: https://twitter.com/CarlosMChica
twitter_user: carlosmchica
description: Software Developer at Codurance
favicon: favicon.png # Image must be in assets/images
repository: carlosmchica/carlosmchica.github.io # ex. DONGChuan/DONGChuan.github.io
# The base hostname & protocol for your site
# For local test, please use http://localhost:4000
# For production, use your github page url. ex. http://dongchuan.github.io
url: https://carlosmchica.github.io
## Gem
gems:
- jekyll-paginate
- jekyll-geo-pattern
- rouge
- kramdown
- jekyll-github-metadata
# Build settings
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
source: .
destination: ./_site
quiet: false
defaults:
- scope:
path: "" # an empty string here means all files in the project
type: "posts" # previously `post` in Jekyll 2.2.
values:
permalink: /:title/ #default post permalink
kramdown:
input: GFM
enable_coderay: true
# Disque
disque: carlosmchica.disqus.com
# Pagination
paginate: 10
paginate_path: 'page:num'
# Navigation. If you do not like these modules, just remove them :D
navs:
- href: /
label: Home
- href: /open-source
label: Open-Source
- href: /blog
label: Blog
- href: /about
label: About
# Sidebar to show popular repo
side_bar_repo_limit: 5 # Number of repos to show
# Google Analytics
analytics :
provider : google
google :
tracking_id : 'UA-81755706-1'
# For about.html. Fell free to create your own!
skill_software_keywords: [Java, C#, Software Craftsmanship, Clean Code, Software Design, DDD, TDD, Agile, Design Patterns]
#skill_j2ee_keywords: [Spring, Struct, Hibernet, MyBatis, JSP]
skill_web_keywords: [HTML, CSS, JS, AngularJS, NodeJS, ExpressJS, MongoDB, Boostrap]
skill_mobile_app_keywords: [Android, Material Design]