forked from uhlibraries-digital/bcdams-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
89 lines (73 loc) · 2.14 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
# Build settings
# Gems
gems:
- jekyll-paginate
- jekyll-feed
# url is the full website URL
# baseurl is the website's URL without the hostname
# If you are hosting it on Github for some project with name 'projectname', then the url and baseurl should look like:
#url: "http://username.github.io/projectname"
#baseurl: "/projectname"
url: "https://epfllibrary.github.io/infoscience-map"
enforce_ssl: ""
baseurl: "/infoscience-map"
# Title of website
title: INFOSCIENCE Metadata profile
#Default keywords (used if no keywords are specified on a page basis)
keywords: dspace-cris, EPFL, metadata application profile
# Short description of your site
desc: "This is the metadata application profile for Infoscience, the EPFL institutional repository."
# --- 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/epfl.svg"
# List of links in the navigation bar
nav-links:
Home: ""
# Guidelines: "guidelines"
About: "about"
Contact: "contact"
# --- Footer options --- #
# If the values are empty, they are ignored
profile:
name: Infoscience Support
email: infoscience@epfl.ch
# facebook: your-fb-id
github: epfllibrary
# twitter: your-twitter-id
# linkedin: your-linkedin-id
# stackoverflow: your-stackoverflow-id
# To display link in the footer section
# pretty-url: "bchetty.com"
# --- Misc --- #
# Google Analytics Settings
# google_analytics: "Your-GA-Id"
# Set these options as you need (For more information, check Jekyll's site)
timezone: "Europe/Zurich"
markdown: kramdown
highlighter: rouge
permalink: /blog/:title
paginate: 5
# Default YAML values (more information on Jekyll's site)
defaults:
-
scope:
path: ""
type: "posts"
values:
comments: false # add comments to all blog posts
-
scope:
path: "" # all files
values:
layout: "default"
show-avatar: true
# Exclude these files from production site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME
created-by: Julien, Sicot
creator-url: https://people.epfl.ch/julien.sicot