-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
66 lines (54 loc) · 1.59 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
email: info@noovolari.com
# SEO in <head>
title: Leapp - Make the switch, today.
description: >- # this means to ignore newlines until "baseurl:"
Manage your Cloud credentials locally and improve your workflow with the only open-source desktop app you’ll ever need.
# Facebook & Twitter in <head>
facebook_username: #
twitter_username: #
github_username: #
# Configuration
baseurl: '' # the subpath of your site, e.g. /blog
url: 'https://www.leapp.cloud' # for github pages leave it like this
# Navbar title
navbar_title: Leapp
# Navbar urls
blog_url: 'https://blog.leapp.cloud'
github_download_url: 'https://github.com/Noovolari/leapp/releases/latest'
github_roadmap_url: 'https://roadmap.leapp.cloud/tabs/4-in-progress'
github_url: 'https://github.com/Noovolari/leapp'
get_started: 'https://docs.leapp.cloud/latest/installation/install-leapp/'
latest: 'https://docs.leapp.cloud/latest'
facebook_url: '#'
twitter_url: '#'
linkedin_url: '#'
slack: 'https://join.slack.com/t/noovolari/shared_invite/zt-opn8q98k-HDZfpJ2_2U3RdTnN~u_B~Q'
sass:
sass_dir: assets/css
style: compressed
jekyll-uglify:
harmony: true # Enable experimental ES6 conversion
# -----------------------------------
# ----- Don't edit below this! ------
# Build settings
plugins:
- jekyll-feed
- uglifier
# Includes directories not in normal template
include:
- _pages
# Exclude from processing.
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
defaults:
- values:
hero_class: "default-hero"