-
Notifications
You must be signed in to change notification settings - Fork 0
/
_site.yml
56 lines (55 loc) · 1.34 KB
/
_site.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
name: "jimsdocs"
title: "Jim's Docs"
description: |
Jim's Docs houses various technical documentation related to R meant to be shared.
output_dir: docs
# theme: css/jimstheme.css
twitter:
site: "@jimbrig"
base_url: https://jimsdocs.jimbrig.com
repository_url: https://github.com/jimbrig/jimsdocs
source_url: https://github.com/jimbrig/jimsdocs
favicon: images/favicon.ico
collections:
posts:
categories: true
categories_metadata: true
authors_metadata: true
feed_items_max: 20
projects:
categories: true
categories_metadata: true
authors_metadata: false
feed_items_max: 20
navbar:
logo: images/R.png
search: true
right:
- text: "Home"
href: index.html
- text: "About"
href: about.html
- text: "Gallery"
href: gallery.html
- text: "Changelog"
href: CHANGELOG.html
- icon: fas fa-search
href: search.html
- icon: fa fa-rss
href: index.xml
- icon: fab fa-linkedin-in
href: https://www.linkedin.com/in/jimbrig
- icon: fab fa-twitter
href: https://twitter.com/jimbrig
- icon: fab fa-github-alt
href: https://github.com/jimbrig
output:
distill::distill_article:
self_contained: false
toc: true
highlight: default
code_folding: show
code_download: true
includes:
in_header:
- _includes/header.html