-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
58 lines (50 loc) · 1.77 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
# Jekyll configuration
markdown: kramdown
highlighter: rouge
paginate: 9 # it will paginate after this number
language: 'en-uk'
collections:
- materials
# Site settings
title: Audio Commons
email: audiocommons@upf.edu
description: > # this means to ignore newlines until "baseurl:"
Website for the Audio Commons Initiative.
baseurl: "/" # the subpath of your site, e.g. /blog/
baseurl2: "/" # the subpath of your site, e.g. /blog/
url: "https://audiocommons.github.io" # the base hostname & protocol for your site
twitter_username: AudioCommons
github_username: audiocommons
cover: assets/img/header_background_green.jpg
logo: assets/img/project_logo_h.png
logo_dark: assets/img/project_logo_v3.png
#favicon: favicon-194x194.png
# Social info
navigation: True # show the navbar links
subscribers: False # you need to connect an external service for this to work,
# if 'True' the submit button is disabled for now, but you can change that
# by editing `_includes/subscribe-form.html`
twitter: AudioCommons # replace by your username
#facebook: ghost # replace by your username
# Disqus
disqus: False
#disqus_shortname: myjekyll # replace with your disqus username
# Google Analytics
google_analytics: UA-81135339-1 # replace with your GA tracking identifier
# Permalinks
permalink: /:year/:month/:day/:title.html
# permalink: /author/:author
# permalink: /tag/:tag
# Authors' info in `_data/authors.yml`
# Tags' info in `_data/tags_info.yml`
# gems and other configs
plugins:
- jekyll-paginate
- jekyll-sitemap
# Additional settings available on the front-matter
# Site logo in the index.html (as in demo.ghost.io)
# Author's page cover in _layouts/author.html
# The same for page.html and tag.html layouts
# Post's page cover as a per-post basis _posts/...
# Disqus comments as a per-post basis
# ...