|
| 1 | +# User configuration file |
| 2 | +# Important for initial setup |
| 3 | +# The first three are needed for the project-pages theme. |
| 4 | +plugins: |
| 5 | + - jekyll-seo-tag # Easy SEO |
| 6 | + - jekyll-remote-theme # So we can use the theme |
| 7 | + - jekyll-default-layout # So we can use the theme easily |
| 8 | + # If you have additional plugins, you can add them here. |
| 9 | + # Make sure GitHub supports them here: https://pages.github.com/versions/ |
| 10 | + |
| 11 | +# Don't change! (or do change if you really want ig) |
| 12 | +remote_theme: BuildingAtom/project-pages@v1.3-theme |
| 13 | + |
| 14 | +# Metadata and SEO-helper stuff |
| 15 | +# This title here should correspond to your base site or as a shared title |
| 16 | +title: "SEL Map: Semantic Elevation Map - Real-time Terrain Property Estimation for Mobile Robots" |
| 17 | +baseurl: "/sel_map" # the subpath of your site, e.g. /blog |
| 18 | +url: "https://roahmlab.github.io" # the base hostname & protocol for your site, e.g. http://example.com |
| 19 | +# This sets window title, not the title you read on the page |
| 20 | +title-format: site # options are page-site, page, site. |
| 21 | +lang: en |
| 22 | + |
| 23 | +# Shenanigans from the template default because that's actually not a thing. |
| 24 | +credit: |
| 25 | + copyright-symbol: false |
| 26 | + text: >- # supports markdown |
| 27 | + [Project pages template](https://www.github.com/BuildingAtom/project-pages) |
| 28 | + built by Adam Li / [@BuildingAtom](https://www.github.com/BuildingAtom) |
| 29 | +
|
| 30 | +# Hide the credits in the footer by setting this false. |
| 31 | +show-credit: false |
| 32 | + |
| 33 | +# Disable the footer by just setting the above false AND making the below blank |
| 34 | +footer: |
| 35 | + # connections-pre: # This prefixes the connections section at the botom. |
| 36 | + # connections-post: Socials |
| 37 | + connections: |
| 38 | + github: https://github.com/roahmlab/sel_map |
| 39 | + arxiv: https://arxiv.org/abs/2205.12925 |
| 40 | + # related-sites: |
| 41 | + # sites: |
| 42 | + # - text: Base Example |
| 43 | + # href: /project-pages/ |
| 44 | + # icon: bi-box-arrow-left |
| 45 | + # icon-library: bootstrap-icons |
| 46 | + # - text: SEL Map Example |
| 47 | + # href: /project-pages/sel_map |
| 48 | + # icon: bi-map |
| 49 | + # icon-library: bootstrap-icons |
| 50 | + # - text: ARMOUR Example |
| 51 | + # href: /project-pages/armour-dev |
| 52 | + # icon: bi-bezier2 |
| 53 | + # icon-library: bootstrap-icons |
| 54 | + |
| 55 | + |
| 56 | +# Only leave the icon libraries you want to use enabled. |
| 57 | +# The supported libraries are: |
| 58 | +# |
| 59 | +# simpleicons (no need to enable), bootstrap-icons, css.gg, |
| 60 | +# ionicons, feathericons, academicons |
| 61 | +# |
| 62 | +# simpleicons doesn't require any extra loading. |
| 63 | +icon-libraries: |
| 64 | + - bootstrap-icons |
| 65 | + |
| 66 | +# Keep mathjax disabled because it's a bit expensive. (Disabled by default) |
| 67 | +# You can enable this on a page-by-page basis, if you somehow are using mutliple pages. |
| 68 | +mathjax: false |
| 69 | + |
| 70 | +# Code highlighter |
| 71 | +highlighter: rouge |
| 72 | + |
| 73 | +# There is room for extra SEO shenanigans. jekyll-seo-tag is included, |
| 74 | +# so check out that repo to see what you can do. |
0 commit comments