forked from DONGChuan/Yummy-Jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
107 lines (87 loc) · 2.49 KB
/
_config.yml
File metadata and controls
107 lines (87 loc) · 2.49 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
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# 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: Le Lab' RD # ex. I m Chuan
name: Rudy D. # ex. DONGChuan
email: delansay.rudy[AT]gmail.com
location: Rouen, France # ex. Nice, France
company:
company_url:
github_name: del-r
github_url: https://github.com/del-r # ex. https://github.com/DONGChuan
description: "Bricole des bouts de code, passionné par l'Open-Source"
favicon: favicon.png # Image must be in assets/images
repository: del-r/del-r.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: http://localhost:4000
url: https://del-r.github.io
## Gem
gems:
- jekyll-paginate
- jekyll-geo-pattern
- kramdown
- jekyll-github-metadata
# Build settings
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
source: .
destination: ./_site
quiet: false
defaults: []
kramdown:
input: GFM
# syntax_highlighter: coderay
#Defaults
defaults:
- scope:
path: ""
values:
layout: default
display_comments: true
# Disque
disque: del-rlab
# Pagination
paginate: 10
paginate_path: 'page:num'
# Navigation. If you do not like these modules, just remove them :D
navs:
-
href: /
label: Accueil
fa_icon: fa-home
-
href: /open-source
label: Open-Source
fa_icon: fa-copyright fa-flip-horizontal
-
href: /blog
label: Blog
fa_icon: fa-file-text-o
-
href: /bookmark
label: Outils
fa_icon: fa-cogs
-
href: /about
label: Contact
fa_icon: fa-id-card-o
# Sidebar to show popular repo
side_bar_repo_limit: 5 # Number of repos to show
# Google Analytics
analytics :
provider : google
google :
tracking_id : 'tracking_id' # ex. UA-72165600-X
# For about.html. Fell free to create your own!
# skill_software_keywords: [Java, C, C++, Qt, Python, MySQL, Oracle, SQLite, PL/SQL, Design Patterns]
# skill_j2ee_keywords: [Spring, Struct, Hibernet, MyBatis, JSP]
# skill_web_keywords: [HTML, CSS, JS, NodeJS, PHP, PostgreSQL, Boostrap, Foundation, Jekyll, Hugo, Wordpress]
# skill_mobile_app_keywords: [Android, Sketch UI Desgin]