-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
100 lines (79 loc) · 2.4 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
# --- General options --- #
url: "https://flux-framework.org"
baseurl: "/locator-map"
title-img: /assets/img/logo.png
twitter-img: /assets/img/logo.png
mapbox: "pk.eyJ1IjoidnNvY2giLCJhIjoiY2sxdXE4dGZ6MGxveTNibzBqc2E5OXpzbiJ9.OdVyKYmHLhSsk03iQoN1kw"
# Name of website
title: Flux Locator Map
github_url: flux-framework/locator-map
# Short description of your site
description: The Flux Framework Locator Map
# --- Navigation bar options --- #
# Image to show in the navigation bar - image must be a square (width = height)
# Remove this parameter if you don't want an image in the navbar
avatar: "/assets/img/logo.png"
# List of links in the navigation bar
navbar-links:
Home: "https://flux-framework.org"
# --- Background colour/image options --- #
# Personalize the colors in your website. Colour values can be any valid CSS colour
navbar-col: "#2094f3"
navbar-text-col: "#ffffff"
navbar-children-col: "#500e3d"
page-col: "#2094f3"
link-col: "#31dce4"
hover-col: "#31dce4"
footer-col: "#F5F5F5"
footer-text-col: "#777777"
footer-link-col: "#404040"
# Alternatively, the navbar, footer, and page background can be set to use background images
# instead of colour
#navbar-img: "../img/rse-transport-light.png"
# footer-img: "../img/rse-transport-light.png"
# page-img: "/img/bgimage.png"
# --- Footer options --- #
# Change all these values or delete the ones you don't want.
# Important: you must keep the "name" parameter, everything else you can remove
author:
name: vsoch
# Social Network Links
social-network-links:
github: flux-framework
twitter: FluxFramework
# Select which share links to show in posts
share-links-active:
twitter: true
facebook: false
google: false
linkedin: false
# How to display the link to the website in the footer
# Remove this if you don't want a link in the footer
url-pretty: "flux-framework"
# Output options (more information on Jekyll's site)
timezone: "America/New_York"
markdown: kramdown
highlighter: rouge
permalink: /:year-:month-:day-:title/
kramdown:
input: GFM
# Default YAML values (more information on Jekyll's site)
defaults:
-
scope:
path: "" # all files
values:
layout: "page"
show-avatar: false
css: /assets/css/custom.css
# Use tags index page and make tags on each post clickable
link-tags: true
# Exclude these files from production site
exclude:
- _site
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- tests
- vendor