From 0c615c1f86e2663392b571490ea0071cd1d2b08e Mon Sep 17 00:00:00 2001 From: shubhsboson Date: Fri, 12 May 2023 07:12:36 +0000 Subject: [PATCH 1/7] (cfp.md) Update dates for 2023, Update cfp link. --- pages/cfp.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/cfp.md b/pages/cfp.md index 933c4a0..9ec418f 100644 --- a/pages/cfp.md +++ b/pages/cfp.md @@ -6,13 +6,13 @@ permalink: /participate/ ### Dates -7th Jun to 23rd Jun +13th May to 28th May -1. Setup and Unconference 1: 7th - 9th June -2. Main Events: 15th and 16th June -3. Unconference 2 & Teardown: 17th to 23rd June +1. Setup and Unconference 1: 13th - 19th May +2. Main Events: 20th and 21st May +3. Unconference 2 & Teardown: 22nd to 28th May -[Submit your Hack/Talk/Proposal/Event](https://ee.kobotoolbox.org/x/Ub6gdXt6) +[Submit your Hack/Talk/Proposal/Event](https://ee.kobotoolbox.org/x/mGw6WXYO) @@ -59,13 +59,13 @@ If you are curious to see or participate in a session on a particular topic, ple There will be one main 'stage' which will feature a projector. There will also be other spaces, including open green spaces, rooms, terraces that will be open and available for both scheduled and impromptu sessions. ### Deadline -Please do make sure to send in your submissions by the 2nd June, so we can have sufficient time to go through it, give feedback and schedule it. Sooner the better! +Please do make sure to send in your submissions by the 2nd May, so we can have sufficient time to go through it, give feedback and schedule it. Sooner the better! ### Grants Please do mention if you're looking for travel assistance. We'll do our best to help with this. ### Propose -Convinced? [Register](https://ee.kobotoolbox.org/x/BUMbMagG) and don't forget to send in your [Submissions!](https://ee.kobotoolbox.org/x/Ub6gdXt6) +Convinced? [Register](https://ee.kobotoolbox.org/x/BUMbMagG) and don't forget to send in your [Submissions!](https://ee.kobotoolbox.org/x/mGw6WXYO) Also, please [subscribe to the mailing list]({% link pages/mailinglist.md %}) for the latest updates. From 1c30ae2b90120324c150571627038caacf7aa54c Mon Sep 17 00:00:00 2001 From: shubhsboson Date: Fri, 12 May 2023 07:14:28 +0000 Subject: [PATCH 2/7] (history.md) Add info for hh7. --- pages/history.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pages/history.md b/pages/history.md index 34e7e67..74fbbe3 100644 --- a/pages/history.md +++ b/pages/history.md @@ -83,3 +83,12 @@ Date Location : Thachi Valley + +### hillhacks 7 + +{: .dl-horizontal } +Date +: 13th May - 28th May 2023 + +Location +: Thachi Valley From 4d1e5ca31172bbee78f412caf659a1fe4070df0a Mon Sep 17 00:00:00 2001 From: shubhsboson Date: Fri, 12 May 2023 07:27:10 +0000 Subject: [PATCH 3/7] Lock depencies to known working versions. --- Gemfile | 4 +++ Gemfile.lock | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 Gemfile create mode 100644 Gemfile.lock diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..c32f1e6 --- /dev/null +++ b/Gemfile @@ -0,0 +1,4 @@ +source 'https://rubygems.org' + +gem 'jekyll', '~>4.3.2' +gem 'jekyll-sass-converter', '~>2.2.0' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..3669eec --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,70 @@ +GEM + remote: https://rubygems.org/ + specs: + addressable (2.8.4) + public_suffix (>= 2.0.2, < 6.0) + colorator (1.1.0) + concurrent-ruby (1.2.2) + em-websocket (0.5.3) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0) + eventmachine (1.2.7) + ffi (1.15.5) + forwardable-extended (2.6.0) + http_parser.rb (0.8.0) + i18n (1.12.0) + concurrent-ruby (~> 1.0) + jekyll (4.3.2) + addressable (~> 2.4) + colorator (~> 1.0) + em-websocket (~> 0.5) + i18n (~> 1.0) + jekyll-sass-converter (>= 2.0, < 4.0) + jekyll-watch (~> 2.0) + kramdown (~> 2.3, >= 2.3.1) + kramdown-parser-gfm (~> 1.0) + liquid (~> 4.0) + mercenary (>= 0.3.6, < 0.5) + pathutil (~> 0.9) + rouge (>= 3.0, < 5.0) + safe_yaml (~> 1.0) + terminal-table (>= 1.8, < 4.0) + webrick (~> 1.7) + jekyll-sass-converter (2.2.0) + sassc (> 2.0.1, < 3.0) + jekyll-watch (2.2.1) + listen (~> 3.0) + kramdown (2.4.0) + rexml + kramdown-parser-gfm (1.1.0) + kramdown (~> 2.0) + liquid (4.0.4) + listen (3.8.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + mercenary (0.4.0) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + public_suffix (5.0.1) + rb-fsevent (0.11.2) + rb-inotify (0.10.1) + ffi (~> 1.0) + rexml (3.2.5) + rouge (4.1.0) + safe_yaml (1.0.5) + sassc (2.4.0) + ffi (~> 1.9) + terminal-table (3.0.2) + unicode-display_width (>= 1.1.1, < 3) + unicode-display_width (2.4.2) + webrick (1.8.1) + +PLATFORMS + aarch64-linux + +DEPENDENCIES + jekyll (~> 4.3.2) + jekyll-sass-converter (~> 2.2.0) + +BUNDLED WITH + 2.4.12 From e7212c8e543bfb219883714974869453565ecab8 Mon Sep 17 00:00:00 2001 From: shubhsboson Date: Mon, 29 May 2023 17:05:15 +0200 Subject: [PATCH 4/7] Revert "(history.md) Add info for hh7." This reverts commit 1c30ae2b90120324c150571627038caacf7aa54c. --- pages/history.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pages/history.md b/pages/history.md index 74fbbe3..34e7e67 100644 --- a/pages/history.md +++ b/pages/history.md @@ -83,12 +83,3 @@ Date Location : Thachi Valley - -### hillhacks 7 - -{: .dl-horizontal } -Date -: 13th May - 28th May 2023 - -Location -: Thachi Valley From 40a1f3f37230f81983a094a9f5456dda575eccf8 Mon Sep 17 00:00:00 2001 From: shubhsboson Date: Mon, 29 May 2023 17:06:44 +0200 Subject: [PATCH 5/7] Revert "(cfp.md) Update dates for 2023, Update cfp link." This reverts commit 0c615c1f86e2663392b571490ea0071cd1d2b08e. --- pages/cfp.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/cfp.md b/pages/cfp.md index 9ec418f..933c4a0 100644 --- a/pages/cfp.md +++ b/pages/cfp.md @@ -6,13 +6,13 @@ permalink: /participate/ ### Dates -13th May to 28th May +7th Jun to 23rd Jun -1. Setup and Unconference 1: 13th - 19th May -2. Main Events: 20th and 21st May -3. Unconference 2 & Teardown: 22nd to 28th May +1. Setup and Unconference 1: 7th - 9th June +2. Main Events: 15th and 16th June +3. Unconference 2 & Teardown: 17th to 23rd June -[Submit your Hack/Talk/Proposal/Event](https://ee.kobotoolbox.org/x/mGw6WXYO) +[Submit your Hack/Talk/Proposal/Event](https://ee.kobotoolbox.org/x/Ub6gdXt6) @@ -59,13 +59,13 @@ If you are curious to see or participate in a session on a particular topic, ple There will be one main 'stage' which will feature a projector. There will also be other spaces, including open green spaces, rooms, terraces that will be open and available for both scheduled and impromptu sessions. ### Deadline -Please do make sure to send in your submissions by the 2nd May, so we can have sufficient time to go through it, give feedback and schedule it. Sooner the better! +Please do make sure to send in your submissions by the 2nd June, so we can have sufficient time to go through it, give feedback and schedule it. Sooner the better! ### Grants Please do mention if you're looking for travel assistance. We'll do our best to help with this. ### Propose -Convinced? [Register](https://ee.kobotoolbox.org/x/BUMbMagG) and don't forget to send in your [Submissions!](https://ee.kobotoolbox.org/x/mGw6WXYO) +Convinced? [Register](https://ee.kobotoolbox.org/x/BUMbMagG) and don't forget to send in your [Submissions!](https://ee.kobotoolbox.org/x/Ub6gdXt6) Also, please [subscribe to the mailing list]({% link pages/mailinglist.md %}) for the latest updates. From be5e040c3126a2806a88a1b54306663dc72e1ef4 Mon Sep 17 00:00:00 2001 From: shubhsboson Date: Mon, 29 May 2023 15:29:34 +0000 Subject: [PATCH 6/7] (Gemfile.lock) Add platform 'x86_64'. --- Gemfile.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile.lock b/Gemfile.lock index 3669eec..5c4599f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -61,6 +61,7 @@ GEM PLATFORMS aarch64-linux + x86_64-linux DEPENDENCIES jekyll (~> 4.3.2) From 1249c11d7f0fe6b6ff48346bd700317b99399b9d Mon Sep 17 00:00:00 2001 From: shubhsboson Date: Mon, 29 May 2023 15:48:22 +0000 Subject: [PATCH 7/7] (Gemfile.lock) Add platform 'ruby'. --- Gemfile.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile.lock b/Gemfile.lock index 5c4599f..6c6715d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -61,6 +61,7 @@ GEM PLATFORMS aarch64-linux + ruby x86_64-linux DEPENDENCIES