From 888e48fc7d1a559f92c385534ccb176782148876 Mon Sep 17 00:00:00 2001 From: Carlos Pereira Atencio Date: Thu, 31 Oct 2024 17:58:47 +0000 Subject: [PATCH] Remove MakeCode search metadata & Jekyll files. --- Gemfile | 2 -- README.md | 5 ----- _config.yml | 8 -------- 3 files changed, 15 deletions(-) delete mode 100644 Gemfile delete mode 100644 _config.yml diff --git a/Gemfile b/Gemfile deleted file mode 100644 index 91ceacd..0000000 --- a/Gemfile +++ /dev/null @@ -1,2 +0,0 @@ -source 'https://rubygems.org' -gem 'github-pages', group: :jekyll_plugins \ No newline at end of file diff --git a/README.md b/README.md index a037bf0..11cb219 100644 --- a/README.md +++ b/README.md @@ -99,8 +99,3 @@ This software made available under the MIT open source license. ## Code of Conduct Trust, partnership, simplicity and passion are our core values we live and breathe in our daily work life and within our projects. Our open-source projects are no exception. We have an active community which spans the globe and we welcome and encourage participation and contributions to our projects by everyone. We work to foster a positive, open, inclusive and supportive environment and trust that our community respects the micro:bit code of conduct. Please see our [code of conduct](https://www.microbit.org/safeguarding/) which outlines our expectations for all those that participate in our community and details on how to report any concerns and what would happen should breaches occur. - -#### Metadata (used for search, rendering) - -- for PXT/ - diff --git a/_config.yml b/_config.yml deleted file mode 100644 index f56a029..0000000 --- a/_config.yml +++ /dev/null @@ -1,8 +0,0 @@ -makecode: - target: microbit - platform: microbit - home_url: https://makecode.microbit.org/ -theme: jekyll-theme-slate -include: - - assets - - README.md