forked from StaticMania/roxo-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
112 lines (103 loc) · 2.98 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# Welcome to Jekyll!
title: Threonine Design
email: [email protected]
description: Threonine | Illustrer la science
baseurl: "/" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jekyllrb
github_username: jekyll
# We're using formspree.io for form handling, paste your formspree url below
formspreeFormUrl: "https://formspree.io/f/mvolangn" #formspree.io/myykjpje
# Build settings
gems:
- jekyll-paginate-v2
pagination:
enabled: true
per_page: 2
permalink: '/blog/:num/'
sort_field: 'date'
sort_reverse: true
sass:
sass_dir: _scss/
style: compressed
webrick:
headers:
Access-Control-Allow-Origin: "*"
# Navigation (remember to remove the redondant /threonine)
navigation:
- title: Accueil
url: /
- title: A propos
url: /about
- title: Portfolio
url: /portfolio
- title: CV
url: /cv
- title: Blog
url: /blog
- title: Contact
url: /contact
tag: special
- title: EN
url: https://threoninedesign.com/
# Call to action
call-to-action:
enable : true
background_image : "images/backgrounds/cta-background2.jpg"
title : "Travaillons ensemble !"
primary_button : "Contactez-moi"
primary_button_url : "contact"
secondary_button : "Revoir mon travail"
secondary_button_url : "portfolio"
# Footer
footer:
contactInfo:
title : "Informations de contact"
address : "Anne-Claire Godet </br> 220 chemin de Montabon <br/> 38660 LE TOUVET <br/> FRANCE"
email : "[email protected]"
sitemap:
title: "Plan du site"
link:
- name : "A propos"
url : "/about"
- name : "Portfolio"
url : "/portfolio"
- name : "CV"
url : "/cv"
- name : "Contact"
url : "/contact"
- name : "CGU"
url : "/cgu"
social:
title: "Réseaux sociaux"
link:
- name : "Linkedin"
url : "https://www.linkedin.com/in/anne-claire-godet-031/"
- name : "Instagram"
url : "https://www.instagram.com/threo.nine/"
- name : "Behance"
url : "https://www.behance.net/threoninedesign"
- name : "Facebook"
url : "https://www.facebook.com/threonine.design"
service:
title: "J'aide les chercheurs à:"
description: "Libérer du temps pour se consacrer à leur coeur de métier <br/> Mettre en valeur leurs résultats </br> Faire passer leur message"
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/