From 7409b3f953d0d807cba801e9747918ca00897259 Mon Sep 17 00:00:00 2001 From: Dukula Date: Fri, 2 Dec 2022 13:02:16 +0300 Subject: [PATCH 1/7] development file changes Cherry picked from main to development --- .gitignore | 5 ++++- Gemfile | 8 ++++++-- Gemfile.lock | 4 +++- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7268e9a..aa75ff2 100755 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,7 @@ _site .jekyll-cache .jekyll-metadata *.DS_Store -Gemfile.lock \ No newline at end of file + +Gemfile.lock + +.gitignore \ No newline at end of file diff --git a/Gemfile b/Gemfile index dad12e4..94ee67f 100755 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,10 @@ -source 'https://rubygems.org' +source "https://rubygems.org" + +# webrick http local development server +gem 'webrick' + gem 'bundler' gem 'jekyll' gem 'jekyll-sitemap' gem 'wdm', '>= 0.1.0' -gem 'jekyll-remote-include', :github => 'netrics/jekyll-remote-include' \ No newline at end of file +gem 'jekyll-remote-include', :github => 'netrics/jekyll-remote-include' diff --git a/Gemfile.lock b/Gemfile.lock index cce62bd..54f09fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -65,6 +65,7 @@ GEM unicode-display_width (~> 1.1, >= 1.1.1) unicode-display_width (1.8.0) wdm (0.1.1) + webrick (1.7.0) PLATFORMS x86_64-linux-musl @@ -75,6 +76,7 @@ DEPENDENCIES jekyll-remote-include! jekyll-sitemap wdm (>= 0.1.0) + webrick BUNDLED WITH - 2.2.2 + 2.3.25 \ No newline at end of file From 79da50586717941f9cf793ecaae443dc3ed41339 Mon Sep 17 00:00:00 2001 From: Timm <8081055+timmwille@users.noreply.github.com> Date: Tue, 20 Dec 2022 14:43:55 +0100 Subject: [PATCH 2/7] Update .gitignore --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index aa75ff2..2e19871 100755 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,3 @@ _site *.DS_Store Gemfile.lock - -.gitignore \ No newline at end of file From 069c0fb3d9447efabd47c1c4efc58c3618ddbfe7 Mon Sep 17 00:00:00 2001 From: bmen Date: Fri, 31 Mar 2023 14:54:51 +0200 Subject: [PATCH 3/7] added Development part in the readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06796d6..f66d2cb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,11 @@ The local experts can - organize gatherings and much more. Feel free to contact any of the peers in your region or [suggest another profile](https://github.com/ASKnetCommunity/LEAD/issues) to be added. You might also want to contact one of the partner Hubs for participation. -If you want to take part, you can start with creating a profile for yourself. You [find the tutorials here](https://github.com/ASKnetCommunity/LEAD/wiki). +If you want to take part, you can start with creating a profile for yourself. You [find the tutorials here](https://github.com/ASKnetCommunity/LEAD/wiki). + +## Development + +You can find out how to get the website running and developed locally on your computer here: [Development](https://github.com/ASKnetCommunity/ASKnet.Community/wiki/development) ## Partners and Funder From b8690f3ba969563a96ef62d4029cb5b47cbc70b4 Mon Sep 17 00:00:00 2001 From: bmen Date: Fri, 31 Mar 2023 15:06:28 +0200 Subject: [PATCH 4/7] Updated Credits --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f66d2cb..db7eea3 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ You can find out how to get the website running and developed locally on your co - This project was started by the Community members around #ASKnet [Track-II-participants Stories for Community-Empowerment 2020-2021](https://github.com/ASKnet-Open-Training/ASKnet-Track-II-participants-stories-Community-Empowerment-2020-2021/) - Special thanks to all the mentors who helped create it, we will continue the work with a new direction called LEAD - **Local Expert Action Directory** where you can find the local expertise around you, provided by the [#ASKnet](https://openculture.agency/asknet-access-to-skills-and-knowledge-network/) Community +#### Theme: Kross Theme (https://github.com/themefisher/kross-jekyll) +- Copyright (c) 2016 - Present, Designed & Developed by Themefisher +- Licensed under MIT (https://github.com/themefisher/kross-jekyll/blob/main/LICENSE) + #### Bootstrap v4.1.1 (https://getbootstrap.com/) * Copyright 2011-2018 The Bootstrap Authors * Copyright 2011-2018 Twitter, Inc. From a1b0049249d054d4222d8d7efadc7720f86dcccf Mon Sep 17 00:00:00 2001 From: bmen Date: Fri, 31 Mar 2023 15:09:25 +0200 Subject: [PATCH 5/7] added jeykyll to credits --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index db7eea3..b6a0fac 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ You can find out how to get the website running and developed locally on your co - Copyright (c) 2016 - Present, Designed & Developed by Themefisher - Licensed under MIT (https://github.com/themefisher/kross-jekyll/blob/main/LICENSE) +#### Jekyll v4.2.1 (https://jekyllrb.com/) +* Licensed under MIT (https://github.com/jekyll/jekyll/blob/master/LICENSE) + #### Bootstrap v4.1.1 (https://getbootstrap.com/) * Copyright 2011-2018 The Bootstrap Authors * Copyright 2011-2018 Twitter, Inc. From f375c28ac34984e93e82dbbd44be462c28c89892 Mon Sep 17 00:00:00 2001 From: chardso <71114711+chardso@users.noreply.github.com> Date: Tue, 27 Jun 2023 02:20:39 +0300 Subject: [PATCH 6/7] Update Wafela-Andrew.md added my google workspace email,twitter,instagram and linkedIn handles. --- _profiles/Wafela-Andrew.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_profiles/Wafela-Andrew.md b/_profiles/Wafela-Andrew.md index acda7f4..aeb84cc 100644 --- a/_profiles/Wafela-Andrew.md +++ b/_profiles/Wafela-Andrew.md @@ -8,12 +8,14 @@ languages: "English (good), Kiswahili (good), Madi/Lugbara (good), Luganda/Lugis hub: Youth Empowerment Foundation github: chardso mail: wafelaandrew2@gmail.com -twitter: +mail2:hardwareandelectronicsprototyp@gmail.com +twitter: @WafelaAndrew facebook: wafela.andrew.9 -instagram: +instagram: wafela_andrew phone: "+256785437751" whatsapp: "+256785437751" telegram: Chadso +LinkedIn:Andrew Wafela website: skills: - {name: 'Hardware & Repair', number: 1, qualification: " From 3c36603773aafe4b8ced4927c7ec529258c0be72 Mon Sep 17 00:00:00 2001 From: chardso <71114711+chardso@users.noreply.github.com> Date: Tue, 27 Jun 2023 02:33:26 +0300 Subject: [PATCH 7/7] Update Wafela-Andrew.md --- _profiles/Wafela-Andrew.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_profiles/Wafela-Andrew.md b/_profiles/Wafela-Andrew.md index aeb84cc..b00106c 100644 --- a/_profiles/Wafela-Andrew.md +++ b/_profiles/Wafela-Andrew.md @@ -8,14 +8,14 @@ languages: "English (good), Kiswahili (good), Madi/Lugbara (good), Luganda/Lugis hub: Youth Empowerment Foundation github: chardso mail: wafelaandrew2@gmail.com -mail2:hardwareandelectronicsprototyp@gmail.com -twitter: @WafelaAndrew +mail: hardwareandelectronicsprototyp@gmail.com +twitter: WafelaAndrew facebook: wafela.andrew.9 instagram: wafela_andrew phone: "+256785437751" whatsapp: "+256785437751" telegram: Chadso -LinkedIn:Andrew Wafela +LinkedIn: Andrew Wafela website: skills: - {name: 'Hardware & Repair', number: 1, qualification: "