forked from meriadec/LedgerHQ.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
62 lines (49 loc) · 1.43 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
# SITE CONFIGURATION
title: Ledger Blog # your site title
author: CharlesLedger
description: > # Meta description of Homepage
The latest news about technology and engineering at Ledger.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://blog.ledger.com"
# SEO PLUGIN
social:
name: Ledger Blog
links:
- https://twitter.com/ledger
- https://github.com/ledgerHQ
# THEME SETTINGS
navigation: # Navigation links
- {name: 'Engineering', link: '/'}
- {name: 'Financial Solutions', link: '/financial-solutions/'}
- {name: 'About', link: '/about'}
tagline: >
Technology and Engineering at Ledger
hero_img: posts/sleek_lg.jpg # Main background image: use the path from /assets/img/ => This will output /assets/img/posts/sleek_lg.jpg
email: engineering@ledger.fr # email for form submission
twitter_username: ledger
github_username: ledgerHQ
# google_tag_manager: GTM-XXXXXXX # Uncomment to enable GTM. Replace GTM-XXXXXXX with your GTM container ID
service_worker: true
# BUILD SETTINGS
markdown: kramdown
highlighter: rouge # or pygments or null
# theme: jekyll-sleek # Uncomment if you're using the theme as a ruby gem
exclude:
- README.md
- node_modules
- script
- package.json
- package-lock.json
- Gemfile
- Gemfile.lock
- vendor
- npm-debug.log
- gulpfile.js
- sleek.jpg
include: ['_pages']
permalink: /:title/
compress_html:
clippings: all
plugins:
- jekyll-sitemap
- jekyll-seo-tag