-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
48 lines (41 loc) · 1.15 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
title: Grenoble Adventure Club
author:
name: Binnette
description: >
Hiking, via ferrata, canoe, geocaching, canyoning, ski, snowshoeing,
climbing, cinema, parties and much more!
show_excerpts: false # set to true to show excerpts on the homepage
show_downloads: false
#url: https://binnette.github.io/GAC/
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
minima:
skin: solarized
# generate social links in footer
social_links:
github: Binnette/Gac
telegram: GrenobleAdventureClub
# If you want to link only specific pages in your header, uncomment
# this and add the path to the pages in order as they should show up
header_pages:
- About.md
# Build settings
plugins:
- jekyll-remote-theme
remote_theme: oinam/oinam-jekyll
#remote_theme: eliottvincent/bay
#remote_theme: jekyll/minima
#remote_theme: pages-themes/[email protected]
# oinam config
layout:
theme: vintage
titles_from_headings:
enabled: false
strip_title: false
collections: false
footer:
credit: false
custom: true
footer_custom: 'Made with ❤ by <a href="https://github.com/Binnette">Binnette</a>. Repo: <a href="https://github.com/Binnette/GAC/">here</a>'