We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee953f commit dcfe8f5Copy full SHA for dcfe8f5
Gemfile
@@ -20,6 +20,7 @@ gem "minima", "~> 2.0"
20
# If you have any plugins, put them here!
21
group :jekyll_plugins do
22
gem "jekyll-feed", "~> 0.6"
23
+ gem "jekyll-seo-tag", "~> 2.0"
24
end
25
26
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
_config.yml
@@ -1,7 +1,7 @@
1
title: "MIT Laboratory for Computational Physiology"
2
description: "Advancing healthcare through computational physiology and machine learning."
3
baseurl: ""
4
-url: "https://mit-lcp.github.io"
+url: "https://lcp.mit.edu"
5
theme: minima
6
plugins:
7
- jekyll-feed
0 commit comments