-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
65 lines (56 loc) · 2.47 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# User configuration file
# Important for initial setup
# The first three are needed for the project-pages theme.
plugins:
- jekyll-seo-tag # Easy SEO
- jekyll-remote-theme # So we can use the theme
- jekyll-default-layout # So we can use the theme easily
# If you have additional plugins, you can add them here.
# Make sure GitHub supports them here: https://pages.github.com/versions/
# Don't change! (or do change if you really want ig)
remote_theme: BuildingAtom/[email protected]
# Metadata and SEO-helper stuff
# This title here should correspond to your base site or as a shared title
title: You've Got to Feel It To Believe It Multi-Modal Bayesian Inference for Semantic and Property Prediction
# url: "https://ParkerEwen5441.github.io" # the base hostname & protocol for your site, e.g. http://example.com
url: "https://roahmlab.github.io"
baseurl: "/multimodal_mapping" # the subpath of your site, e.g. /blog
# This sets window title, not the title you read on the page
title-format: page-site # options are page-site, page, site.
lang: en
# Shenanigans from the template default because that's actually not a thing.
credit:
copyright-symbol: false
text: >- # supports markdown
[Project pages template](https://www.github.com/BuildingAtom/project-pages)
built by Adam Li / [@BuildingAtom](https://www.github.com/BuildingAtom)
# Hide the credits in the footer by setting this false.
show-credit: false
# Disable the footer by just setting the above false AND making the below blank
# footer:
# connections-pre: # This prefixes the connections section at the botom.
# connections-post: Socials
# connections:
# github: https://github.com/ParkerEwen5441
# related-sites:
# sites:
# - text: Semantic Elevation Mapping
# href: /project-pages/sel_map
# icon: bi-box-arrow-left
# icon-library: bootstrap-icons
# Only leave the icon libraries you want to use enabled.
# The supported libraries are:
#
# simpleicons (no need to enable), bootstrap-icons, css.gg,
# ionicons, feathericons, academicons
#
# simpleicons doesn't require any extra loading.
# icon-libraries:
# - bootstrap-icons
# Keep mathjax disabled because it's a bit expensive. (Disabled by default)
# You can enable this on a page-by-page basis, if you somehow are using mutliple pages.
# mathjax: false
# Code highlighter
# highlighter: rouge
# There is room for extra SEO shenanigans. jekyll-seo-tag is included,
# so check out that repo to see what you can do.