From 40593ee6a823f85919ff1fbd9c86b4f51af2039e Mon Sep 17 00:00:00 2001 From: YzyLmc Date: Mon, 18 Dec 2023 02:00:59 -0500 Subject: [PATCH] update --- _config.yml | 10 +++++----- index.md | 17 ++--------------- 2 files changed, 7 insertions(+), 20 deletions(-) diff --git a/_config.yml b/_config.yml index dc054aa..e291ebc 100644 --- a/_config.yml +++ b/_config.yml @@ -18,7 +18,7 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: Sniffle Workshop +title: Brown Robotics Talks email: your-email@example.com description: >- # this means to ignore newlines until "baseurl:" Write an awesome description for the workshop site here. You can edit this @@ -38,11 +38,11 @@ plugins: # this and add the path to the pages in order as they should show up header_pages: - index.md -- speakers.md -- organizers.md -- callforpapers.md +# - speakers.md +# - organizers.md +# - callforpapers.md - schedule.md -- papers.md +# - papers.md - contactus.md # # Specify the name of a file to show as a masthead graphic at the top of each page, instead of a title, here: diff --git a/index.md b/index.md index 8b4e9a9..016da02 100644 --- a/index.md +++ b/index.md @@ -3,20 +3,7 @@ # To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults permalink: / -title: Home +title: About layout: home --- - -Hi there! Here's the lazy grad student's template for workshop webpages. I put this together to help automate mundane tasks with conventional workshop webpages - curating lists of speakers and/or organizers, schedules, and submitted/accepted papers. Here's a completely unrelated picture adapted from "Machine Learning & Artificial Intelligence" by `mikemacmarketing`; licensed under CC BY 2.0: - -![](assets/img/banner.jpg) - -The theme is quite easy to use if you're familiar with Jekyll. The following collections are implemented: -1. **Speakers**: Curate a [speaker list like this one](speakers) from a set of markdown files, one per speaker. Crops and displays images if available. Adds a short bio. See files in the `_speakers` directory for examples. -2. **Organizers**: Curate an organizer list from a set of markdown files, one per organizer. See files in the `_organizers` directory for examples. -3. **Schedule**: Curate a [schedule like this](schedule) from a set of markdown files, one per event (talk, panel, break, etc.). See files in the `_schedule` directory for examples. Schedule items are sorted by a `sequence_id` attribute. -4. **Papers**: Curate a [list of papers like this](papers) from a bunch of markdown files, one per paper. See files in the `_papers` directory for examples. Papers are sorted by a `sequence_id` attribute if specifed (else they are listed alphabetically). - -> **NOTE:** The best way to use these is to turn feature on or off by editing the `collections` attribute in `_config.yml`. - -If you experience issues or have cool features to add, feel free to [fork this template](). +Brown Robotics Talks consists of BigAI talks and lab talks (CIT 115). From spring 2024, this website is created to track both talk series. All confirmed schedule will be posted, together with recordings of past talks (you'll need a Brown account to access the recordings). \ No newline at end of file