generated from gchure/reproducible_website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·36 lines (29 loc) · 1.46 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
title: Your Research Project Title
description: > # this means to ignore newlines until "baseurl:"
This website is an online repository for your manuscript. You should include a
concise (1-sentence) summary of your project here. This can be as simple as
the title of the paper.
permalink: ':title/' # This declares the root of your website and shouldn't be touched.
baseurl: "/" # the subpath of your site, In most cases this can be left blank
url: "" # Base of your website.In most cases, this will be left blank
# You can include social icons
site-twitter: #if your site has a twitter account, enter it here
social-github: RPGroup-PBoC # add your Github handle here.
social-email: username@hostname.com
# If you are using google analytics to track website traffic, you can insert the
# tracking key below. It will be automatically inserted into the header of every
# website page
# analytics:
# You can include a logo for your work as a .png that is saved in the folder
# 'assets/img/'. If you want a logo to show up, put the filename of the logo here
author-img: logo.png # Comment this line out if you don't want a logo
# Build settings for the website. Do not modify this unless you know what you
# are doing.
markdown: kramdown
plugins:
- jekyll-sitemap
- jekyll-paginate
- jemoji
# Files to exclude from the website build. You may not want to include all data
# files for example.
exclude: ["node_modules", "gulpfile.js", "package.json", "yarn.lock", "data_files"]