Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion _config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# site properties and page defaults
title: CIRCLE Group
subtitle:
subtitle:
description: Pioneering the future of intelligent perception by fusing deep learning, topology, geometry, and pyhsics to teach machines how to see and understand the world.
header: images/background.jpg
footer: images/footer.jpg
Expand Down Expand Up @@ -52,6 +52,14 @@ plugins:
- jekyll-feed
- jekyll-last-modified-at

# jekyll-spaceship configuration
# Override the MathJax processor's default scripts to drop the compromised
# polyfill.io
jekyll-spaceship:
mathjax-processor:
src:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js

# code block syntax highlighting
highlighter: rouge

Expand Down
Loading