Diff of /docs/_config.yml [000000] .. [077a87]

Switch to unified view

a b/docs/_config.yml
1
---
2
version: 1.5
3
name: 'osim-rl • OpenSim RL: Reinforcement learning environments with musculoskeletal models'
4
description: 'OpenSim RL: Reinforcement learning environments with musculoskeletal models'
5
url: https://osim-rl.kidzinski.com/
6
repository: https://github.com/stanfordnmbl/osim-rl
7
timezone: America/Los_Angeles
8
google_analytics_id: UA-118917873-1
9
google_site_verification: onQcXpAvtHBrUI5LlroHNE_FP0b2qvFyPq7VZw36iEY
10
twitter:
11
  username: kidzik
12
collections:
13
  docs:
14
    permalink: "/:collection/:path/"
15
    output: true
16
  posts:
17
    permalink: "/news/:year/:month/:day/:title/"
18
    output: true
19
  tutorials:
20
    output: true
21
defaults:
22
- scope:
23
    path: _docs
24
    type: docs
25
  values:
26
    layout: docs
27
- scope:
28
    path: _posts
29
    type: posts
30
  values:
31
    layout: news_item
32
    image: "/img/twitter-card.png"
33
sass:
34
  style: compressed
35
exclude:
36
- ".gitignore"
37
- CNAME
38
- icomoon-selection.json
39
- readme.md
40
plugins:
41
- jekyll-avatar