-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
59 lines (54 loc) · 1.54 KB
/
_config.yml
File metadata and controls
59 lines (54 loc) · 1.54 KB
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
# Site settings
title: LiteBIRD
email: maurizio.tomasi@unimi.it
description: >
LiteBIRD GitHub organization public page
lang: en-US
baseurl: "" # the subpath of your site, e.g. /blog/
url: https://litebird.github.io/ # the base hostname & protocol for your site
git_address: https://github.com/litebird
git_edit_address: https://github.com/litebird/litebird.github.io
access_request_template: >
subject=Access to the LiteBIRD GitHub organization&body=Hi Maurizio,%0D%0A %0D%0A I am officially a LiteBIRD collaborator (or external collaborator) and I'd like to access the GitHub organization ( https://github.com/litebird ). My username is ...%0D%0A %0D%0AThanks!
# theme options from https://bootswatch.com/3/
# comment out this to use default Bootstrap
bootwatch: paper # cerulean cosmo custom cyborg darkly flatly journal lumen readable sandstone simplex slate solar spacelab superhero united yeti
# Build settings
markdown: kramdown
highlighter: rouge
# Plugins (previously gems:)
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-email-protect
exclude:
- Gemfile
- Gemfile.lock
- .idea/
- .gitignore
- README.md
timezone: Europe/Berlin
defaults:
- scope:
path: _posts
type: posts
values:
layout: post
sectionid: blog
- scope:
path: _docs
type: docs
values:
layout: docs
sectionid: docs
seo:
type: "WebPage"
collections:
docs:
permalink: /:collection/:path/
output: true
posts:
permalink: /blog/:year/:month/:day/:title/
output: true