-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
46 lines (37 loc) · 988 Bytes
/
Copy path_config.yml
File metadata and controls
46 lines (37 loc) · 988 Bytes
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
---
port: 4100
host: localhost
safe: false
# site serving configuration
exclude: [CNAME, README.md, .gitignore]
permalink: /:title ## disables post output
timezone: null
lsi: false
markdown: kramdown
# content configuration
title: "beRi"
keywords: "beri, R, programming, hackseq18"
description: "beRi is a package management system for the R programming language"
source_link: "https://github.com/datasnakes/beri"
favicon: "img/favicon.ico"
touch_icon: "img/apple-touch-icon.png"
google_analytics_key: "UA-118740071-6"
site_image: "img/beri.jpg"
og_image: "img/beri.jpg"
hackseq: "img/hackseq_project_tag.png"
# template colors, used site-wide via css ###
colors:
black: '#000000'
white: '#ffffff'
blue: '#2E33E1'
green: '#7AE12D'
purple: '#c869bf'
orange: '#E16E2D'
turquoise: '#0fbfcf'
yellow: '#E1DC2E'
secondary: '#69C85F'
tertiary: '#479691'
primary: '#C8F466'
# Kramdown configuration
kramdown:
auto_ids: false