forked from OGGM/oggm.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
39 lines (34 loc) · 940 Bytes
/
_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
# Site settings
title: "OGGM"
description: "An open source glacier model in Python"
url: https://oggm.org
# url: http://localhost:4000 # for testing
# Secondary Parameters
baseurl:
header-img: img/backgrounds/blue_ice.jpg
headercolor: "#FFFFFF"
logo: img/logos/logo.png
header-images: ["img/backgrounds/slide_2.jpg", "img/backgrounds/slide_3.jpg", "img/backgrounds/slide_4.jpg", "img/backgrounds/slide_5.jpg"]
# Tertiary Parameters
github_username: OGGM
project_repository: oggm
#disqus_shortname: oggm
g-analytics: UA-106829797-1
#altmetric: true
# Build settings
plugins: [jekyll-watch, jekyll-assets]
markdown: kramdown
highlighter: rouge
permalink: pretty
exclude: ["less","node_modules","Gruntfile.js","package.json","README.md"]
kramdown:
auto_ids: true
# Jekyll Settings
defaults:
-
scope:
path: "projects"
type: "pages"
values:
layout: "project"
header-img: "img/backgrounds/blue_ice.jpg"