From 1d0fc317f7955821ed6784751399a1293447b60c Mon Sep 17 00:00:00 2001 From: navarrs Date: Tue, 2 Apr 2024 00:34:02 -0400 Subject: [PATCH] added blogposts --- _config.yml | 6 +- _data/navigation.yml | 8 +- _includes/footer.html | 4 +- _posts/2023-03-19-SoRTS.md | 188 +------------------------ _posts/2024-04-02-CoFRIDA.md | 17 +++ _posts/2024-04-02-SCoFT.md | 17 +++ deploy.sh | 8 +- img/posts/2024-04-02-CoFRIDA/model.png | Bin 0 -> 556820 bytes img/posts/2024-04-02-SCoFT/model.png | Bin 0 -> 906458 bytes index.md | 4 +- news.md | 2 +- 11 files changed, 54 insertions(+), 200 deletions(-) create mode 100644 _posts/2024-04-02-CoFRIDA.md create mode 100644 _posts/2024-04-02-SCoFT.md create mode 100644 img/posts/2024-04-02-CoFRIDA/model.png create mode 100644 img/posts/2024-04-02-SCoFT/model.png diff --git a/_config.yml b/_config.yml index 4fb9fdf..4ed9dea 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ # Site Settings -title: BIGLab +title: BIG tagline: roBot Intelligence Group email: description: > @@ -16,7 +16,7 @@ disqus: # Leave shortname blank to disable comments site-wide. # Disable comments for any post by adding `comments: false` to that post's YAML Front Matter. # shortname: my_disqus_shortname - shortname: biglab + shortname: big plugins: - jekyll-sitemap @@ -54,7 +54,7 @@ defaults: path: "" type: "posts" values: - author: "BIGLab" + author: "BIG" layout: post show_sidebar: true diff --git a/_data/navigation.yml b/_data/navigation.yml index e41a29e..b38c0e8 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -2,8 +2,8 @@ link: /research/ - name: Publications link: /publications/ -- name: News - link: /news/ +# - name: News +# link: /news/ - name: Team link: /current-members/ dropdown: @@ -13,5 +13,5 @@ link: /alumni/ - name: Contact link: /contact/ -- name: Openings - link: /openings/ +# - name: Openings +# link: /openings/ diff --git a/_includes/footer.html b/_includes/footer.html index 728fd03..c907c01 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -31,7 +31,7 @@