From dd5c254db0a73b5cba4c418b1a8e12084577b745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oleksis=20Fraga=20Men=C3=A9ndez?= <44526468+oleksis@users.noreply.github.com> Date: Mon, 11 Sep 2023 06:47:58 +0000 Subject: [PATCH 01/31] Add _config.yml --- _config.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..2d78ba2 --- /dev/null +++ b/_config.yml @@ -0,0 +1,34 @@ +# Site settings +title: Black Python Developers Community +description: > + blackpythondevs.com + +# baseurl: / # the subpath of your site, e.g. /blog/ +# url: https://blackpythondevs.com # the base hostname & protocol for your site + + +# Build settings +markdown: kramdown +highlighter: rouge + +plugins: + - github-pages + - jemoji + - jekyll-feed + + +exclude: + - README.md + - Gemfile* + - node_modules + - package.json + - package-lock.json + - Rakefile + - .idea/ + - .gitignore + - resources + - script + - test + - vendor + +# timezone: America/Toronto From ca2e9f6228168d4b276380f3886c45592de9db39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oleksis=20Fraga=20Men=C3=A9ndez?= <44526468+oleksis@users.noreply.github.com> Date: Mon, 11 Sep 2023 06:49:52 +0000 Subject: [PATCH 02/31] Add default layout with font-awesome 4.7.0 --- _layouts/default.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 _layouts/default.html diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..38ce38c --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,35 @@ + + + + + + + + {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} + + + + + + + +
+ +
+
+ {{ content }} +
+ + + + \ No newline at end of file From fe1706b8bf189f57899c21c4f4820bc26d875deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oleksis=20Fraga=20Men=C3=A9ndez?= <44526468+oleksis@users.noreply.github.com> Date: Mon, 11 Sep 2023 06:50:41 +0000 Subject: [PATCH 03/31] Add index.html --- index.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..d98f460 --- /dev/null +++ b/index.html @@ -0,0 +1,5 @@ +--- +layout: default +title: Home +--- +

Welcome to {{ site.title }}

From 08e826f79589d4d9126fa439dabc2d60be200e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oleksis=20Fraga=20Men=C3=A9ndez?= <44526468+oleksis@users.noreply.github.com> Date: Mon, 11 Sep 2023 06:51:25 +0000 Subject: [PATCH 04/31] Add About --- about.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 about.md diff --git a/about.md b/about.md new file mode 100644 index 0000000..64f5614 --- /dev/null +++ b/about.md @@ -0,0 +1,8 @@ +--- +layout: default +title: About Us +--- + +# About Us + +This is a sample page about us. From ccd99dfd40acf282e03f6d3f92f5fb0ff1a9e721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oleksis=20Fraga=20Men=C3=A9ndez?= <44526468+oleksis@users.noreply.github.com> Date: Mon, 11 Sep 2023 06:51:58 +0000 Subject: [PATCH 05/31] Add Gemfile and Gemfile.lock --- Gemfile | 17 ++++ Gemfile.lock | 268 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 285 insertions(+) create mode 100644 Gemfile create mode 100644 Gemfile.lock diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..235f3eb --- /dev/null +++ b/Gemfile @@ -0,0 +1,17 @@ +source "https://rubygems.org" +ruby RUBY_VERSION + +gem "jekyll", "3.9.3" + +# If you have any plugins, put them here! +group :jekyll_plugins do + gem "jemoji" + gem "github-pages" + gem "jekyll-remote-theme" + gem "jekyll-feed" +end + +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] + +gem 'webrick', '~> 1.7' diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..80faa46 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,268 @@ +GEM + remote: https://rubygems.org/ + specs: + activesupport (7.0.6) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + addressable (2.8.5) + public_suffix (>= 2.0.2, < 6.0) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.11.1) + colorator (1.1.0) + commonmarker (0.23.10) + concurrent-ruby (1.2.2) + dnsruby (1.70.0) + simpleidn (~> 0.2.1) + em-websocket (0.5.3) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0) + ethon (0.16.0) + ffi (>= 1.15.0) + eventmachine (1.2.7) + execjs (2.8.1) + faraday (2.7.10) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.2) + ffi (1.15.5) + forwardable-extended (2.6.0) + gemoji (3.0.1) + github-pages (228) + github-pages-health-check (= 1.17.9) + jekyll (= 3.9.3) + jekyll-avatar (= 0.7.0) + jekyll-coffeescript (= 1.1.1) + jekyll-commonmark-ghpages (= 0.4.0) + jekyll-default-layout (= 0.1.4) + jekyll-feed (= 0.15.1) + jekyll-gist (= 1.5.0) + jekyll-github-metadata (= 2.13.0) + jekyll-include-cache (= 0.2.1) + jekyll-mentions (= 1.6.0) + jekyll-optional-front-matter (= 0.3.2) + jekyll-paginate (= 1.1.0) + jekyll-readme-index (= 0.3.0) + jekyll-redirect-from (= 0.16.0) + jekyll-relative-links (= 0.6.1) + jekyll-remote-theme (= 0.4.3) + jekyll-sass-converter (= 1.5.2) + jekyll-seo-tag (= 2.8.0) + jekyll-sitemap (= 1.4.0) + jekyll-swiss (= 1.0.0) + jekyll-theme-architect (= 0.2.0) + jekyll-theme-cayman (= 0.2.0) + jekyll-theme-dinky (= 0.2.0) + jekyll-theme-hacker (= 0.2.0) + jekyll-theme-leap-day (= 0.2.0) + jekyll-theme-merlot (= 0.2.0) + jekyll-theme-midnight (= 0.2.0) + jekyll-theme-minimal (= 0.2.0) + jekyll-theme-modernist (= 0.2.0) + jekyll-theme-primer (= 0.6.0) + jekyll-theme-slate (= 0.2.0) + jekyll-theme-tactile (= 0.2.0) + jekyll-theme-time-machine (= 0.2.0) + jekyll-titles-from-headings (= 0.5.3) + jemoji (= 0.12.0) + kramdown (= 2.3.2) + kramdown-parser-gfm (= 1.1.0) + liquid (= 4.0.4) + mercenary (~> 0.3) + minima (= 2.5.1) + nokogiri (>= 1.13.6, < 2.0) + rouge (= 3.26.0) + terminal-table (~> 1.4) + github-pages-health-check (1.17.9) + addressable (~> 2.3) + dnsruby (~> 1.60) + octokit (~> 4.0) + public_suffix (>= 3.0, < 5.0) + typhoeus (~> 1.3) + html-pipeline (2.14.3) + activesupport (>= 2) + nokogiri (>= 1.4) + http_parser.rb (0.8.0) + i18n (1.14.1) + concurrent-ruby (~> 1.0) + jekyll (3.9.3) + addressable (~> 2.4) + colorator (~> 1.0) + em-websocket (~> 0.5) + i18n (>= 0.7, < 2) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 2.0) + kramdown (>= 1.17, < 3) + liquid (~> 4.0) + mercenary (~> 0.3.3) + pathutil (~> 0.9) + rouge (>= 1.7, < 4) + safe_yaml (~> 1.0) + jekyll-avatar (0.7.0) + jekyll (>= 3.0, < 5.0) + jekyll-coffeescript (1.1.1) + coffee-script (~> 2.2) + coffee-script-source (~> 1.11.1) + jekyll-commonmark (1.4.0) + commonmarker (~> 0.22) + jekyll-commonmark-ghpages (0.4.0) + commonmarker (~> 0.23.7) + jekyll (~> 3.9.0) + jekyll-commonmark (~> 1.4.0) + rouge (>= 2.0, < 5.0) + jekyll-default-layout (0.1.4) + jekyll (~> 3.0) + jekyll-feed (0.15.1) + jekyll (>= 3.7, < 5.0) + jekyll-gist (1.5.0) + octokit (~> 4.2) + jekyll-github-metadata (2.13.0) + jekyll (>= 3.4, < 5.0) + octokit (~> 4.0, != 4.4.0) + jekyll-include-cache (0.2.1) + jekyll (>= 3.7, < 5.0) + jekyll-mentions (1.6.0) + html-pipeline (~> 2.3) + jekyll (>= 3.7, < 5.0) + jekyll-optional-front-matter (0.3.2) + jekyll (>= 3.0, < 5.0) + jekyll-paginate (1.1.0) + jekyll-readme-index (0.3.0) + jekyll (>= 3.0, < 5.0) + jekyll-redirect-from (0.16.0) + jekyll (>= 3.3, < 5.0) + jekyll-relative-links (0.6.1) + jekyll (>= 3.3, < 5.0) + jekyll-remote-theme (0.4.3) + addressable (~> 2.0) + jekyll (>= 3.5, < 5.0) + jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0) + rubyzip (>= 1.3.0, < 3.0) + jekyll-sass-converter (1.5.2) + sass (~> 3.4) + jekyll-seo-tag (2.8.0) + jekyll (>= 3.8, < 5.0) + jekyll-sitemap (1.4.0) + jekyll (>= 3.7, < 5.0) + jekyll-swiss (1.0.0) + jekyll-theme-architect (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-cayman (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-dinky (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-hacker (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-leap-day (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-merlot (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-midnight (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-minimal (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-modernist (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-primer (0.6.0) + jekyll (> 3.5, < 5.0) + jekyll-github-metadata (~> 2.9) + jekyll-seo-tag (~> 2.0) + jekyll-theme-slate (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-tactile (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-time-machine (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-titles-from-headings (0.5.3) + jekyll (>= 3.3, < 5.0) + jekyll-watch (2.2.1) + listen (~> 3.0) + jemoji (0.12.0) + gemoji (~> 3.0) + html-pipeline (~> 2.2) + jekyll (>= 3.0, < 5.0) + kramdown (2.3.2) + 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.3.6) + minima (2.5.1) + jekyll (>= 3.5, < 5.0) + jekyll-feed (~> 0.9) + jekyll-seo-tag (~> 2.1) + minitest (5.19.0) + nokogiri (1.15.3-x86_64-linux) + racc (~> 1.4) + octokit (4.25.1) + faraday (>= 1, < 3) + sawyer (~> 0.9) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + public_suffix (4.0.7) + racc (1.6.2) + rb-fsevent (0.11.2) + rb-inotify (0.10.1) + ffi (~> 1.0) + rexml (3.2.6) + rouge (3.26.0) + ruby2_keywords (0.0.5) + rubyzip (2.3.2) + safe_yaml (1.0.5) + sass (3.7.4) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + sawyer (0.9.2) + addressable (>= 2.3.5) + faraday (>= 0.17.3, < 3) + simpleidn (0.2.1) + unf (~> 0.1.4) + terminal-table (1.8.0) + unicode-display_width (~> 1.1, >= 1.1.1) + typhoeus (1.4.0) + ethon (>= 0.9.0) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + unf (0.1.4) + unf_ext + unf_ext (0.0.8.2) + unicode-display_width (1.8.0) + webrick (1.8.1) + +PLATFORMS + x86_64-linux + +DEPENDENCIES + github-pages + jekyll (= 3.9.3) + jekyll-feed + jekyll-remote-theme + jemoji + tzinfo-data + webrick (~> 1.7) + +RUBY VERSION + ruby 3.2.2p53 + +BUNDLED WITH + 2.4.18 From bf184dcbc9e8977b1d5f4670fa2884989c56d22e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oleksis=20Fraga=20Men=C3=A9ndez?= <44526468+oleksis@users.noreply.github.com> Date: Mon, 11 Sep 2023 06:52:15 +0000 Subject: [PATCH 06/31] Add .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..98417ce --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +npm-debug.log +_site \ No newline at end of file From 579ad2e003890b627a171399feca996e3299c465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oleksis=20Fraga=20Men=C3=A9ndez?= <44526468+oleksis@users.noreply.github.com> Date: Mon, 11 Sep 2023 06:52:59 +0000 Subject: [PATCH 07/31] Add Jekyll Devcontainer --- .devcontainer/devcontainer.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..811ce4d --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,27 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/jekyll +{ + "name": "Jekyll", + // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile + "image": "mcr.microsoft.com/devcontainers/jekyll:2-bullseye", + + // Features to add to the dev container. More info: https://containers.dev/features. + // "features": {}, + + // Use 'forwardPorts' to make a list of ports inside the container available locally. + "forwardPorts": [ + // Jekyll server + 4000, + // Live reload server + 35729 + ] + + // Uncomment the next line to run commands after the container is created. + // "postCreateCommand": "jekyll --version" + + // Configure tool-specific properties. + // "customizations": {}, + + // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. + // "remoteUser": "root" +} From 4f2ff41c9cecc9d1230afcd688ef84a4e19b339e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oleksis=20Fraga=20Men=C3=A9ndez?= <44526468+oleksis@users.noreply.github.com> Date: Mon, 11 Sep 2023 15:57:41 +0000 Subject: [PATCH 08/31] Use HTML copy entity --- _layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index 38ce38c..c67b56a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -28,7 +28,7 @@ {{ content }} From 104ac82846bb6fd95a35fef6a474a77acbeb49e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oleksis=20Fraga=20Men=C3=A9ndez?= <44526468+oleksis@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:24:17 +0000 Subject: [PATCH 09/31] Add header.html in _includes --- _includes/header.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _includes/header.html diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 0000000..ce0a01c --- /dev/null +++ b/_includes/header.html @@ -0,0 +1,15 @@ +
+ +
\ No newline at end of file From d18399f74e6960c68a1ef7de202816c52a26eb12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oleksis=20Fraga=20Men=C3=A9ndez?= <44526468+oleksis@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:25:00 +0000 Subject: [PATCH 10/31] Add site navigation to _config.yml --- _config.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/_config.yml b/_config.yml index 2d78ba2..3f81fa2 100644 --- a/_config.yml +++ b/_config.yml @@ -6,6 +6,29 @@ description: > # baseurl: / # the subpath of your site, e.g. /blog/ # url: https://blackpythondevs.com # the base hostname & protocol for your site +# Favicon +# favicon: images/favicon.png + +# Google Analytics id, e.g. "UA-NNNNNNNN-N" +google_analytics: "" + +# Site navigation - each item must have a title, a url and font awesome class. +navigation: + - text: Home + url: / + fa: fa fa-home fa-fw + - text: About Us + url: /about/ + fa: fa fa-info-circle fa-fw + - text: Events + url: /events/ + fa: fa fa-calendar fa-fw + - text: Conferences + url: /conferences/ + fa: fa fa-microphone fa-fw + - text: Community + url: /community/ + fa: fa fa-users fa-fw # Build settings markdown: kramdown From 52c5bcec9c4d358a7c9d5d3bc425a1a09938e5d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oleksis=20Fraga=20Men=C3=A9ndez?= <44526468+oleksis@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:25:31 +0000 Subject: [PATCH 11/31] Update include header.html --- _layouts/default.html | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index c67b56a..c2e581d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -13,17 +13,7 @@ -
- -
+ {% include header.html %}
{{ content }}
From 6bf41968b9bc9669f916810967a6f08b8e2cd04a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oleksis=20Fraga=20Men=C3=A9ndez?= <44526468+oleksis@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:35:09 +0000 Subject: [PATCH 12/31] Update relative URL --- _config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 3f81fa2..946595e 100644 --- a/_config.yml +++ b/_config.yml @@ -18,16 +18,16 @@ navigation: url: / fa: fa fa-home fa-fw - text: About Us - url: /about/ + url: about.html fa: fa fa-info-circle fa-fw - text: Events - url: /events/ + url: events.html fa: fa fa-calendar fa-fw - text: Conferences - url: /conferences/ + url: conferences.html fa: fa fa-microphone fa-fw - text: Community - url: /community/ + url: community.html fa: fa fa-users fa-fw # Build settings From aba145bd14bb84b5c4ec5efb489c5235b90de77e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oleksis=20Fraga=20Men=C3=A9ndez?= <44526468+oleksis@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:58:09 +0000 Subject: [PATCH 13/31] Update site navigation item url --- _config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 946595e..8ec77c3 100644 --- a/_config.yml +++ b/_config.yml @@ -18,16 +18,16 @@ navigation: url: / fa: fa fa-home fa-fw - text: About Us - url: about.html + url: /about.html fa: fa fa-info-circle fa-fw - text: Events - url: events.html + url: /events.html fa: fa fa-calendar fa-fw - text: Conferences - url: conferences.html + url: /conferences.html fa: fa fa-microphone fa-fw - text: Community - url: community.html + url: /community.html fa: fa fa-users fa-fw # Build settings From 6edc1c9c12021819b40aadee9184efd06d8c5aa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oleksis=20Fraga=20Men=C3=A9ndez?= <44526468+oleksis@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:58:52 +0000 Subject: [PATCH 14/31] Add community, conferences and events pages --- community.md | 8 ++++++++ conferences.md | 8 ++++++++ events.md | 8 ++++++++ 3 files changed, 24 insertions(+) create mode 100644 community.md create mode 100644 conferences.md create mode 100644 events.md diff --git a/community.md b/community.md new file mode 100644 index 0000000..3b4e383 --- /dev/null +++ b/community.md @@ -0,0 +1,8 @@ +--- +layout: default +title: Community +--- + +# Community + +This is a sample page Community. diff --git a/conferences.md b/conferences.md new file mode 100644 index 0000000..1c8a225 --- /dev/null +++ b/conferences.md @@ -0,0 +1,8 @@ +--- +layout: default +title: Conferences +--- + +# Conferences + +This is a sample page Conferences. diff --git a/events.md b/events.md new file mode 100644 index 0000000..5f9b503 --- /dev/null +++ b/events.md @@ -0,0 +1,8 @@ +--- +layout: default +title: Events +--- + +# Events + +This is a sample page Events. From 433a8b08354fb1d0f663ca579dc69b5c381f7a6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oleksis=20Fraga=20Men=C3=A9ndez?= <44526468+oleksis@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:09:33 +0000 Subject: [PATCH 15/31] Add BlackPythonDevelopers CSS --- assets/css/bpd.css | 164 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 164 insertions(+) create mode 100644 assets/css/bpd.css diff --git a/assets/css/bpd.css b/assets/css/bpd.css new file mode 100644 index 0000000..38a37ab --- /dev/null +++ b/assets/css/bpd.css @@ -0,0 +1,164 @@ +body { + /* color: #6b747a; */ + line-height: 1.66667; + padding-left: 30px; + padding-right: 30px; +} + +.site-header { + border-bottom: 1px solid #d7d7d7; + align-items: center; + display: flex; + padding-bottom: 1em; + padding-top: 1em; +} + +.site-title { + color: #2c343c; + /* font-family: "Noto Serif",Georgia,serif; */ + font-size: 1.66667rem; + font-weight: 700; + letter-spacing: -1px; + line-height: 1.2; + margin: 0 15px 0 0 +} + +@media only screen and (max-width: 600px) { + .site-title { + font-size: 1.5rem; + letter-spacing: normal + } +} + +.site-title a { + color: #2c343c; + text-decoration: none +} + +.site-title a:hover { + color: #2d72d9 +} + +.site-navigation { + margin-left: auto +} + +.menu { + list-style: none; + margin: 0; + padding: 0 +} + +.menu-item { + display: inline-block; + margin: 0 0 0 15px +} + +.menu-item a { + color: #9ba6ad; + display: inline-block; + font-size: .88889rem; + font-weight: 700; + padding: 5px 0; + text-decoration: none +} + +.menu-item a:hover { + color: #2d72d9 +} + +.menu-toggle { + display: none +} + +@media only screen and (max-width: 800px) { + #menu-open { + display: block; + -ms-flex: 0 0 auto; + -webkit-flex: 0 0 auto; + flex: 0 0 auto; + margin-left: auto + } + + #menu-close { + display: block; + position: absolute; + right: 45px; + top: 3.33333rem + } + + .site-navigation { + -webkit-overflow-scrolling: touch; + background: #fff; + bottom: 0; + left: 0; + margin: 0; + opacity: 0; + overflow: hidden; + pointer-events: none; + position: absolute; + right: 0; + top: 0; + visibility: hidden; + z-index: -1 + } + + .site-navigation-wrap { + height: 100%; + overflow: auto; + -webkit-overflow-scrolling: touch; + position: relative + } + + .menu { + opacity: 0; + padding: 7rem 45px 2.5rem + } + + .menu-item { + border-bottom: 1px solid #d7d7d7; + display: block; + margin: 0 + } + + .menu-item:last-child { + border: 0 + } + + .menu-item a { + display: block; + padding: .5rem 0 + } + + .menu--opened .site { + height: 100%; + left: 0; + overflow: hidden; + position: fixed; + top: 0; + width: 100%; + z-index: 998 + } + + .menu--opened .site-navigation { + opacity: 1; + pointer-events: auto; + visibility: visible; + z-index: 999 + } + + .menu--opened .menu { + opacity: 1 + } +} + +@media only screen and (max-width: 600px) { + #menu-close { + right: 35px; + top: 2.8125rem + } + + .menu { + padding: 6.375rem 35px 2.5rem + } +} \ No newline at end of file From 60b4bbbcb07a9e85d82122a60b5200ff150c8c01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oleksis=20Fraga=20Men=C3=A9ndez?= <44526468+oleksis@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:10:46 +0000 Subject: [PATCH 16/31] Include stylesheet assets/css/bpd.css --- _layouts/default.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_layouts/default.html b/_layouts/default.html index c2e581d..c3ced02 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -7,6 +7,7 @@ {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} + From c5c0efd3697bb3382a5c3694c7520b08d0e8e419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oleksis=20Fraga=20Men=C3=A9ndez?= <44526468+oleksis@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:11:44 +0000 Subject: [PATCH 17/31] Add CSS class and logo text --- _includes/header.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index ce0a01c..4650cc4 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,5 +1,6 @@ -
- - - - -
\ No newline at end of file +

BPDev

+ + + + diff --git a/_layouts/default.html b/_layouts/default.html index 8a84670..2ceee7a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,28 +1,47 @@ - + + + + + + + {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} + + + + + + + + - - - - - {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} - - - - - - - - - + {% include header.html %} -
- {{ content }} -
+
{{ content }}
- - - \ No newline at end of file + + diff --git a/assets/css/bpd.css b/assets/css/bpd.css index dc16270..3b7b705 100644 --- a/assets/css/bpd.css +++ b/assets/css/bpd.css @@ -1,18 +1,18 @@ body { - /* color: #6b747a; */ - line-height: 1.66667; - padding-left: 30px; - padding-right: 30px; + /* color: #6b747a; */ + line-height: 1.66667; + padding-left: 30px; + padding-right: 30px; } .screen-reader-text { - border: 0 none; - clip: rect(1px, 1px, 1px, 1px); - height: 1px; - overflow: hidden; - padding: 0; - position: absolute !important; - width: 1px + border: 0 none; + clip: rect(1px, 1px, 1px, 1px); + height: 1px; + overflow: hidden; + padding: 0; + position: absolute !important; + width: 1px; } button, @@ -20,53 +20,57 @@ input, optgroup, select, textarea { - color: inherit; - font: inherit; - margin: 0 + color: inherit; + font: inherit; + margin: 0; } button { - overflow: visible + overflow: visible; } button, select { - text-transform: none + text-transform: none; } button, -html input[type=button], -input[type=reset], -input[type=submit] { - -webkit-appearance: button; - cursor: pointer +html input[type="button"], +input[type="reset"], +input[type="submit"] { + -webkit-appearance: button; + cursor: pointer; } button[disabled], html input[disabled] { - cursor: default + cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { - border: 0; - padding: 0 + border: 0; + padding: 0; } #menu-close, #menu-open, .back-to-top { - background: 0; - border: 1px solid #d7d7d7; - border-radius: 3px; - box-sizing: border-box; - color: #6b747a; - padding: 0; - position: relative; - height: 36px; - width: 36px; - -webkit-transition: border-color .3s, color .3s; - transition: border-color .3s, color .3s + background: 0; + border: 1px solid #d7d7d7; + border-radius: 3px; + box-sizing: border-box; + color: #6b747a; + padding: 0; + position: relative; + height: 36px; + width: 36px; + -webkit-transition: + border-color 0.3s, + color 0.3s; + transition: + border-color 0.3s, + color 0.3s; } #menu-close:active, @@ -78,257 +82,257 @@ input::-moz-focus-inner { .back-to-top:active, .back-to-top:focus, .back-to-top:hover { - border-color: #2d72d9; - color: #2d72d9; - outline: 0 + border-color: #2d72d9; + color: #2d72d9; + outline: 0; } .menu { - list-style: none; - margin: 0; - padding: 0 + list-style: none; + margin: 0; + padding: 0; } .menu-item { - display: inline-block; - margin: 0 0 0 15px + display: inline-block; + margin: 0 0 0 15px; } .menu-item a { - color: #9ba6ad; - display: inline-block; - font-size: .88889rem; - font-weight: 700; - padding: 5px 0; - text-decoration: none + color: #9ba6ad; + display: inline-block; + font-size: 0.88889rem; + font-weight: 700; + padding: 5px 0; + text-decoration: none; } .menu-item a:hover { - color: #2d72d9 + color: #2d72d9; } .menu-toggle { - display: none + display: none; } .icon-menu { - background: currentColor; - color: inherit; - height: 2px; - left: 50%; - margin-left: -11px; - margin-top: -1px; - position: absolute; - top: 50%; - width: 22px + background: currentColor; + color: inherit; + height: 2px; + left: 50%; + margin-left: -11px; + margin-top: -1px; + position: absolute; + top: 50%; + width: 22px; } .icon-menu:after, .icon-menu:before { - background: currentColor; - content: ""; - height: 100%; - left: 0; - position: absolute; - width: 100% + background: currentColor; + content: ""; + height: 100%; + left: 0; + position: absolute; + width: 100%; } .icon-menu:before { - top: -5px + top: -5px; } .icon-menu:after { - bottom: -5px + bottom: -5px; } .icon-close { - background: 0; - color: inherit; - height: 2px; - left: 50%; - margin-left: -12px; - margin-top: -1px; - position: absolute; - top: 50%; - width: 24px + background: 0; + color: inherit; + height: 2px; + left: 50%; + margin-left: -12px; + margin-top: -1px; + position: absolute; + top: 50%; + width: 24px; } .icon-close:after, .icon-close:before { - background: currentColor; - content: ""; - height: 100%; - left: 0; - position: absolute; - width: 100% + background: currentColor; + content: ""; + height: 100%; + left: 0; + position: absolute; + width: 100%; } .icon-close:before { - top: 0; - -webkit-transform: rotate(45deg); - transform: rotate(45deg) + top: 0; + -webkit-transform: rotate(45deg); + transform: rotate(45deg); } .icon-close:after { - top: 0; - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg) + top: 0; + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); } .site-header { - border-bottom: 1px solid #d7d7d7; - align-items: center; - display: flex; - padding-bottom: 3.33333em; - padding-top: 2.5em; + border-bottom: 1px solid #d7d7d7; + align-items: center; + display: flex; + padding-bottom: 3.33333em; + padding-top: 2.5em; } .site-title { - color: #2c343c; - /* font-family: "Noto Serif",Georgia,serif; */ - font-size: 1.66667rem; - font-weight: 700; - letter-spacing: -1px; - line-height: 1.2; - margin: 0 15px 0 0 + color: #2c343c; + /* font-family: "Noto Serif",Georgia,serif; */ + font-size: 1.66667rem; + font-weight: 700; + letter-spacing: -1px; + line-height: 1.2; + margin: 0 15px 0 0; } @media only screen and (max-width: 600px) { - .site-title { - font-size: 1.5rem; - letter-spacing: normal - } + .site-title { + font-size: 1.5rem; + letter-spacing: normal; + } } .site-title a { - color: #2c343c; - text-decoration: none + color: #2c343c; + text-decoration: none; } .site-title a:hover { - color: #2d72d9 + color: #2d72d9; } .site-navigation { - margin-left: auto + margin-left: auto; } .menu { - list-style: none; - margin: 0; - padding: 0 + list-style: none; + margin: 0; + padding: 0; } .menu-item { - display: inline-block; - margin: 0 0 0 15px + display: inline-block; + margin: 0 0 0 15px; } .menu-item a { - color: #9ba6ad; - display: inline-block; - font-size: .88889rem; - font-weight: 700; - padding: 5px 0; - text-decoration: none + color: #9ba6ad; + display: inline-block; + font-size: 0.88889rem; + font-weight: 700; + padding: 5px 0; + text-decoration: none; } .menu-item a:hover { - color: #2d72d9 + color: #2d72d9; } .menu-toggle { - display: none + display: none; } @media only screen and (max-width: 800px) { - #menu-open { - display: block; - -ms-flex: 0 0 auto; - -webkit-flex: 0 0 auto; - flex: 0 0 auto; - margin-left: auto - } - - #menu-close { - display: block; - position: absolute; - right: 30px; - top: 2.2rem - } - - .site-navigation { - -webkit-overflow-scrolling: touch; - background: #fff; - bottom: 0; - left: 0; - margin: 0; - opacity: 0; - overflow: hidden; - pointer-events: none; - position: absolute; - right: 0; - top: 0; - visibility: hidden; - z-index: -1 - } - - .site-navigation-wrap { - height: 100%; - overflow: auto; - -webkit-overflow-scrolling: touch; - position: relative - } - - .menu { - opacity: 0; - padding: 7rem 45px 2.5rem - } - - .menu-item { - border-bottom: 1px solid #d7d7d7; - display: block; - margin: 0 - } - - .menu-item:last-child { - border: 0 - } - - .menu-item a { - display: block; - padding: .5rem 0 - } - - .menu--opened .site { - height: 100%; - left: 0; - overflow: hidden; - position: fixed; - top: 0; - width: 100%; - z-index: 998 - } - - .menu--opened .site-navigation { - opacity: 1; - pointer-events: auto; - visibility: visible; - z-index: 999 - } - - .menu--opened .menu { - opacity: 1 - } + #menu-open { + display: block; + -ms-flex: 0 0 auto; + -webkit-flex: 0 0 auto; + flex: 0 0 auto; + margin-left: auto; + } + + #menu-close { + display: block; + position: absolute; + right: 30px; + top: 2.2rem; + } + + .site-navigation { + -webkit-overflow-scrolling: touch; + background: #fff; + bottom: 0; + left: 0; + margin: 0; + opacity: 0; + overflow: hidden; + pointer-events: none; + position: absolute; + right: 0; + top: 0; + visibility: hidden; + z-index: -1; + } + + .site-navigation-wrap { + height: 100%; + overflow: auto; + -webkit-overflow-scrolling: touch; + position: relative; + } + + .menu { + opacity: 0; + padding: 7rem 45px 2.5rem; + } + + .menu-item { + border-bottom: 1px solid #d7d7d7; + display: block; + margin: 0; + } + + .menu-item:last-child { + border: 0; + } + + .menu-item a { + display: block; + padding: 0.5rem 0; + } + + .menu--opened .site { + height: 100%; + left: 0; + overflow: hidden; + position: fixed; + top: 0; + width: 100%; + z-index: 998; + } + + .menu--opened .site-navigation { + opacity: 1; + pointer-events: auto; + visibility: visible; + z-index: 999; + } + + .menu--opened .menu { + opacity: 1; + } } @media only screen and (max-width: 600px) { - #menu-close { - right: 30px; - top: 2.20rem - } - - .menu { - padding: 6.375rem 35px 2.5rem - } -} \ No newline at end of file + #menu-close { + right: 30px; + top: 2.2rem; + } + + .menu { + padding: 6.375rem 35px 2.5rem; + } +} diff --git a/assets/js/bpd.js b/assets/js/bpd.js index 3672026..acda8ea 100644 --- a/assets/js/bpd.js +++ b/assets/js/bpd.js @@ -3,13 +3,16 @@ */ // Menu on small screens -let menuToggle = document.querySelectorAll('.menu-toggle'); +let menuToggle = document.querySelectorAll(".menu-toggle"); if (menuToggle) { - for (let i = 0; i < menuToggle.length; i++) { - menuToggle[i].addEventListener('click', function (e) { - document.body.classList.toggle('menu--opened'); - e.preventDefault(); - }, false); - } + for (let i = 0; i < menuToggle.length; i++) { + menuToggle[i].addEventListener( + "click", + function (e) { + document.body.classList.toggle("menu--opened"); + e.preventDefault(); + }, + false, + ); + } } -; \ No newline at end of file diff --git a/index.html b/index.html index d98f460..a9137b5 100644 --- a/index.html +++ b/index.html @@ -2,4 +2,5 @@ layout: default title: Home --- +

Welcome to {{ site.title }}

From 0ba04f237bac9048390b3e5f2bb1631e9e9766e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oleksis=20Fraga=20Men=C3=A9ndez?= Date: Tue, 12 Sep 2023 15:58:50 -0400 Subject: [PATCH 29/31] Add .gitattributes. Introduce end-of-line normalization --- .gitattributes | 16 ++ Gemfile | 34 ++-- Gemfile.lock | 536 ++++++++++++++++++++++++------------------------- LICENSE | 42 ++-- _config.yml | 2 + 5 files changed, 324 insertions(+), 306 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e81c44d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,16 @@ +* text=auto + +* .md text +* .html text +* .css text +* .js text +* .yml text +* .xml text + +* .bat eol=crlf + +* .sh eol=lf + +* .png binary +* .jpg binary +* .gif binary diff --git a/Gemfile b/Gemfile index 235f3eb..fa266a7 100644 --- a/Gemfile +++ b/Gemfile @@ -1,17 +1,17 @@ -source "https://rubygems.org" -ruby RUBY_VERSION - -gem "jekyll", "3.9.3" - -# If you have any plugins, put them here! -group :jekyll_plugins do - gem "jemoji" - gem "github-pages" - gem "jekyll-remote-theme" - gem "jekyll-feed" -end - -# Windows does not include zoneinfo files, so bundle the tzinfo-data gem -gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] - -gem 'webrick', '~> 1.7' +source "https://rubygems.org" +ruby RUBY_VERSION + +gem "jekyll", "3.9.3" + +# If you have any plugins, put them here! +group :jekyll_plugins do + gem "jemoji" + gem "github-pages" + gem "jekyll-remote-theme" + gem "jekyll-feed" +end + +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] + +gem 'webrick', '~> 1.7' diff --git a/Gemfile.lock b/Gemfile.lock index 80faa46..25681cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,268 +1,268 @@ -GEM - remote: https://rubygems.org/ - specs: - activesupport (7.0.6) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 1.6, < 2) - minitest (>= 5.1) - tzinfo (~> 2.0) - addressable (2.8.5) - public_suffix (>= 2.0.2, < 6.0) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.11.1) - colorator (1.1.0) - commonmarker (0.23.10) - concurrent-ruby (1.2.2) - dnsruby (1.70.0) - simpleidn (~> 0.2.1) - em-websocket (0.5.3) - eventmachine (>= 0.12.9) - http_parser.rb (~> 0) - ethon (0.16.0) - ffi (>= 1.15.0) - eventmachine (1.2.7) - execjs (2.8.1) - faraday (2.7.10) - faraday-net_http (>= 2.0, < 3.1) - ruby2_keywords (>= 0.0.4) - faraday-net_http (3.0.2) - ffi (1.15.5) - forwardable-extended (2.6.0) - gemoji (3.0.1) - github-pages (228) - github-pages-health-check (= 1.17.9) - jekyll (= 3.9.3) - jekyll-avatar (= 0.7.0) - jekyll-coffeescript (= 1.1.1) - jekyll-commonmark-ghpages (= 0.4.0) - jekyll-default-layout (= 0.1.4) - jekyll-feed (= 0.15.1) - jekyll-gist (= 1.5.0) - jekyll-github-metadata (= 2.13.0) - jekyll-include-cache (= 0.2.1) - jekyll-mentions (= 1.6.0) - jekyll-optional-front-matter (= 0.3.2) - jekyll-paginate (= 1.1.0) - jekyll-readme-index (= 0.3.0) - jekyll-redirect-from (= 0.16.0) - jekyll-relative-links (= 0.6.1) - jekyll-remote-theme (= 0.4.3) - jekyll-sass-converter (= 1.5.2) - jekyll-seo-tag (= 2.8.0) - jekyll-sitemap (= 1.4.0) - jekyll-swiss (= 1.0.0) - jekyll-theme-architect (= 0.2.0) - jekyll-theme-cayman (= 0.2.0) - jekyll-theme-dinky (= 0.2.0) - jekyll-theme-hacker (= 0.2.0) - jekyll-theme-leap-day (= 0.2.0) - jekyll-theme-merlot (= 0.2.0) - jekyll-theme-midnight (= 0.2.0) - jekyll-theme-minimal (= 0.2.0) - jekyll-theme-modernist (= 0.2.0) - jekyll-theme-primer (= 0.6.0) - jekyll-theme-slate (= 0.2.0) - jekyll-theme-tactile (= 0.2.0) - jekyll-theme-time-machine (= 0.2.0) - jekyll-titles-from-headings (= 0.5.3) - jemoji (= 0.12.0) - kramdown (= 2.3.2) - kramdown-parser-gfm (= 1.1.0) - liquid (= 4.0.4) - mercenary (~> 0.3) - minima (= 2.5.1) - nokogiri (>= 1.13.6, < 2.0) - rouge (= 3.26.0) - terminal-table (~> 1.4) - github-pages-health-check (1.17.9) - addressable (~> 2.3) - dnsruby (~> 1.60) - octokit (~> 4.0) - public_suffix (>= 3.0, < 5.0) - typhoeus (~> 1.3) - html-pipeline (2.14.3) - activesupport (>= 2) - nokogiri (>= 1.4) - http_parser.rb (0.8.0) - i18n (1.14.1) - concurrent-ruby (~> 1.0) - jekyll (3.9.3) - addressable (~> 2.4) - colorator (~> 1.0) - em-websocket (~> 0.5) - i18n (>= 0.7, < 2) - jekyll-sass-converter (~> 1.0) - jekyll-watch (~> 2.0) - kramdown (>= 1.17, < 3) - liquid (~> 4.0) - mercenary (~> 0.3.3) - pathutil (~> 0.9) - rouge (>= 1.7, < 4) - safe_yaml (~> 1.0) - jekyll-avatar (0.7.0) - jekyll (>= 3.0, < 5.0) - jekyll-coffeescript (1.1.1) - coffee-script (~> 2.2) - coffee-script-source (~> 1.11.1) - jekyll-commonmark (1.4.0) - commonmarker (~> 0.22) - jekyll-commonmark-ghpages (0.4.0) - commonmarker (~> 0.23.7) - jekyll (~> 3.9.0) - jekyll-commonmark (~> 1.4.0) - rouge (>= 2.0, < 5.0) - jekyll-default-layout (0.1.4) - jekyll (~> 3.0) - jekyll-feed (0.15.1) - jekyll (>= 3.7, < 5.0) - jekyll-gist (1.5.0) - octokit (~> 4.2) - jekyll-github-metadata (2.13.0) - jekyll (>= 3.4, < 5.0) - octokit (~> 4.0, != 4.4.0) - jekyll-include-cache (0.2.1) - jekyll (>= 3.7, < 5.0) - jekyll-mentions (1.6.0) - html-pipeline (~> 2.3) - jekyll (>= 3.7, < 5.0) - jekyll-optional-front-matter (0.3.2) - jekyll (>= 3.0, < 5.0) - jekyll-paginate (1.1.0) - jekyll-readme-index (0.3.0) - jekyll (>= 3.0, < 5.0) - jekyll-redirect-from (0.16.0) - jekyll (>= 3.3, < 5.0) - jekyll-relative-links (0.6.1) - jekyll (>= 3.3, < 5.0) - jekyll-remote-theme (0.4.3) - addressable (~> 2.0) - jekyll (>= 3.5, < 5.0) - jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0) - rubyzip (>= 1.3.0, < 3.0) - jekyll-sass-converter (1.5.2) - sass (~> 3.4) - jekyll-seo-tag (2.8.0) - jekyll (>= 3.8, < 5.0) - jekyll-sitemap (1.4.0) - jekyll (>= 3.7, < 5.0) - jekyll-swiss (1.0.0) - jekyll-theme-architect (0.2.0) - jekyll (> 3.5, < 5.0) - jekyll-seo-tag (~> 2.0) - jekyll-theme-cayman (0.2.0) - jekyll (> 3.5, < 5.0) - jekyll-seo-tag (~> 2.0) - jekyll-theme-dinky (0.2.0) - jekyll (> 3.5, < 5.0) - jekyll-seo-tag (~> 2.0) - jekyll-theme-hacker (0.2.0) - jekyll (> 3.5, < 5.0) - jekyll-seo-tag (~> 2.0) - jekyll-theme-leap-day (0.2.0) - jekyll (> 3.5, < 5.0) - jekyll-seo-tag (~> 2.0) - jekyll-theme-merlot (0.2.0) - jekyll (> 3.5, < 5.0) - jekyll-seo-tag (~> 2.0) - jekyll-theme-midnight (0.2.0) - jekyll (> 3.5, < 5.0) - jekyll-seo-tag (~> 2.0) - jekyll-theme-minimal (0.2.0) - jekyll (> 3.5, < 5.0) - jekyll-seo-tag (~> 2.0) - jekyll-theme-modernist (0.2.0) - jekyll (> 3.5, < 5.0) - jekyll-seo-tag (~> 2.0) - jekyll-theme-primer (0.6.0) - jekyll (> 3.5, < 5.0) - jekyll-github-metadata (~> 2.9) - jekyll-seo-tag (~> 2.0) - jekyll-theme-slate (0.2.0) - jekyll (> 3.5, < 5.0) - jekyll-seo-tag (~> 2.0) - jekyll-theme-tactile (0.2.0) - jekyll (> 3.5, < 5.0) - jekyll-seo-tag (~> 2.0) - jekyll-theme-time-machine (0.2.0) - jekyll (> 3.5, < 5.0) - jekyll-seo-tag (~> 2.0) - jekyll-titles-from-headings (0.5.3) - jekyll (>= 3.3, < 5.0) - jekyll-watch (2.2.1) - listen (~> 3.0) - jemoji (0.12.0) - gemoji (~> 3.0) - html-pipeline (~> 2.2) - jekyll (>= 3.0, < 5.0) - kramdown (2.3.2) - 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.3.6) - minima (2.5.1) - jekyll (>= 3.5, < 5.0) - jekyll-feed (~> 0.9) - jekyll-seo-tag (~> 2.1) - minitest (5.19.0) - nokogiri (1.15.3-x86_64-linux) - racc (~> 1.4) - octokit (4.25.1) - faraday (>= 1, < 3) - sawyer (~> 0.9) - pathutil (0.16.2) - forwardable-extended (~> 2.6) - public_suffix (4.0.7) - racc (1.6.2) - rb-fsevent (0.11.2) - rb-inotify (0.10.1) - ffi (~> 1.0) - rexml (3.2.6) - rouge (3.26.0) - ruby2_keywords (0.0.5) - rubyzip (2.3.2) - safe_yaml (1.0.5) - sass (3.7.4) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sawyer (0.9.2) - addressable (>= 2.3.5) - faraday (>= 0.17.3, < 3) - simpleidn (0.2.1) - unf (~> 0.1.4) - terminal-table (1.8.0) - unicode-display_width (~> 1.1, >= 1.1.1) - typhoeus (1.4.0) - ethon (>= 0.9.0) - tzinfo (2.0.6) - concurrent-ruby (~> 1.0) - unf (0.1.4) - unf_ext - unf_ext (0.0.8.2) - unicode-display_width (1.8.0) - webrick (1.8.1) - -PLATFORMS - x86_64-linux - -DEPENDENCIES - github-pages - jekyll (= 3.9.3) - jekyll-feed - jekyll-remote-theme - jemoji - tzinfo-data - webrick (~> 1.7) - -RUBY VERSION - ruby 3.2.2p53 - -BUNDLED WITH - 2.4.18 +GEM + remote: https://rubygems.org/ + specs: + activesupport (7.0.6) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + addressable (2.8.5) + public_suffix (>= 2.0.2, < 6.0) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.11.1) + colorator (1.1.0) + commonmarker (0.23.10) + concurrent-ruby (1.2.2) + dnsruby (1.70.0) + simpleidn (~> 0.2.1) + em-websocket (0.5.3) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0) + ethon (0.16.0) + ffi (>= 1.15.0) + eventmachine (1.2.7) + execjs (2.8.1) + faraday (2.7.10) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.2) + ffi (1.15.5) + forwardable-extended (2.6.0) + gemoji (3.0.1) + github-pages (228) + github-pages-health-check (= 1.17.9) + jekyll (= 3.9.3) + jekyll-avatar (= 0.7.0) + jekyll-coffeescript (= 1.1.1) + jekyll-commonmark-ghpages (= 0.4.0) + jekyll-default-layout (= 0.1.4) + jekyll-feed (= 0.15.1) + jekyll-gist (= 1.5.0) + jekyll-github-metadata (= 2.13.0) + jekyll-include-cache (= 0.2.1) + jekyll-mentions (= 1.6.0) + jekyll-optional-front-matter (= 0.3.2) + jekyll-paginate (= 1.1.0) + jekyll-readme-index (= 0.3.0) + jekyll-redirect-from (= 0.16.0) + jekyll-relative-links (= 0.6.1) + jekyll-remote-theme (= 0.4.3) + jekyll-sass-converter (= 1.5.2) + jekyll-seo-tag (= 2.8.0) + jekyll-sitemap (= 1.4.0) + jekyll-swiss (= 1.0.0) + jekyll-theme-architect (= 0.2.0) + jekyll-theme-cayman (= 0.2.0) + jekyll-theme-dinky (= 0.2.0) + jekyll-theme-hacker (= 0.2.0) + jekyll-theme-leap-day (= 0.2.0) + jekyll-theme-merlot (= 0.2.0) + jekyll-theme-midnight (= 0.2.0) + jekyll-theme-minimal (= 0.2.0) + jekyll-theme-modernist (= 0.2.0) + jekyll-theme-primer (= 0.6.0) + jekyll-theme-slate (= 0.2.0) + jekyll-theme-tactile (= 0.2.0) + jekyll-theme-time-machine (= 0.2.0) + jekyll-titles-from-headings (= 0.5.3) + jemoji (= 0.12.0) + kramdown (= 2.3.2) + kramdown-parser-gfm (= 1.1.0) + liquid (= 4.0.4) + mercenary (~> 0.3) + minima (= 2.5.1) + nokogiri (>= 1.13.6, < 2.0) + rouge (= 3.26.0) + terminal-table (~> 1.4) + github-pages-health-check (1.17.9) + addressable (~> 2.3) + dnsruby (~> 1.60) + octokit (~> 4.0) + public_suffix (>= 3.0, < 5.0) + typhoeus (~> 1.3) + html-pipeline (2.14.3) + activesupport (>= 2) + nokogiri (>= 1.4) + http_parser.rb (0.8.0) + i18n (1.14.1) + concurrent-ruby (~> 1.0) + jekyll (3.9.3) + addressable (~> 2.4) + colorator (~> 1.0) + em-websocket (~> 0.5) + i18n (>= 0.7, < 2) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 2.0) + kramdown (>= 1.17, < 3) + liquid (~> 4.0) + mercenary (~> 0.3.3) + pathutil (~> 0.9) + rouge (>= 1.7, < 4) + safe_yaml (~> 1.0) + jekyll-avatar (0.7.0) + jekyll (>= 3.0, < 5.0) + jekyll-coffeescript (1.1.1) + coffee-script (~> 2.2) + coffee-script-source (~> 1.11.1) + jekyll-commonmark (1.4.0) + commonmarker (~> 0.22) + jekyll-commonmark-ghpages (0.4.0) + commonmarker (~> 0.23.7) + jekyll (~> 3.9.0) + jekyll-commonmark (~> 1.4.0) + rouge (>= 2.0, < 5.0) + jekyll-default-layout (0.1.4) + jekyll (~> 3.0) + jekyll-feed (0.15.1) + jekyll (>= 3.7, < 5.0) + jekyll-gist (1.5.0) + octokit (~> 4.2) + jekyll-github-metadata (2.13.0) + jekyll (>= 3.4, < 5.0) + octokit (~> 4.0, != 4.4.0) + jekyll-include-cache (0.2.1) + jekyll (>= 3.7, < 5.0) + jekyll-mentions (1.6.0) + html-pipeline (~> 2.3) + jekyll (>= 3.7, < 5.0) + jekyll-optional-front-matter (0.3.2) + jekyll (>= 3.0, < 5.0) + jekyll-paginate (1.1.0) + jekyll-readme-index (0.3.0) + jekyll (>= 3.0, < 5.0) + jekyll-redirect-from (0.16.0) + jekyll (>= 3.3, < 5.0) + jekyll-relative-links (0.6.1) + jekyll (>= 3.3, < 5.0) + jekyll-remote-theme (0.4.3) + addressable (~> 2.0) + jekyll (>= 3.5, < 5.0) + jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0) + rubyzip (>= 1.3.0, < 3.0) + jekyll-sass-converter (1.5.2) + sass (~> 3.4) + jekyll-seo-tag (2.8.0) + jekyll (>= 3.8, < 5.0) + jekyll-sitemap (1.4.0) + jekyll (>= 3.7, < 5.0) + jekyll-swiss (1.0.0) + jekyll-theme-architect (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-cayman (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-dinky (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-hacker (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-leap-day (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-merlot (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-midnight (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-minimal (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-modernist (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-primer (0.6.0) + jekyll (> 3.5, < 5.0) + jekyll-github-metadata (~> 2.9) + jekyll-seo-tag (~> 2.0) + jekyll-theme-slate (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-tactile (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-time-machine (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-titles-from-headings (0.5.3) + jekyll (>= 3.3, < 5.0) + jekyll-watch (2.2.1) + listen (~> 3.0) + jemoji (0.12.0) + gemoji (~> 3.0) + html-pipeline (~> 2.2) + jekyll (>= 3.0, < 5.0) + kramdown (2.3.2) + 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.3.6) + minima (2.5.1) + jekyll (>= 3.5, < 5.0) + jekyll-feed (~> 0.9) + jekyll-seo-tag (~> 2.1) + minitest (5.19.0) + nokogiri (1.15.3-x86_64-linux) + racc (~> 1.4) + octokit (4.25.1) + faraday (>= 1, < 3) + sawyer (~> 0.9) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + public_suffix (4.0.7) + racc (1.6.2) + rb-fsevent (0.11.2) + rb-inotify (0.10.1) + ffi (~> 1.0) + rexml (3.2.6) + rouge (3.26.0) + ruby2_keywords (0.0.5) + rubyzip (2.3.2) + safe_yaml (1.0.5) + sass (3.7.4) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + sawyer (0.9.2) + addressable (>= 2.3.5) + faraday (>= 0.17.3, < 3) + simpleidn (0.2.1) + unf (~> 0.1.4) + terminal-table (1.8.0) + unicode-display_width (~> 1.1, >= 1.1.1) + typhoeus (1.4.0) + ethon (>= 0.9.0) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + unf (0.1.4) + unf_ext + unf_ext (0.0.8.2) + unicode-display_width (1.8.0) + webrick (1.8.1) + +PLATFORMS + x86_64-linux + +DEPENDENCIES + github-pages + jekyll (= 3.9.3) + jekyll-feed + jekyll-remote-theme + jemoji + tzinfo-data + webrick (~> 1.7) + +RUBY VERSION + ruby 3.2.2p53 + +BUNDLED WITH + 2.4.18 diff --git a/LICENSE b/LICENSE index 59f4e11..1aa4c0a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,21 +1,21 @@ -MIT License - -Copyright (c) 2023 Black Python Developers Community - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +MIT License + +Copyright (c) 2023 Black Python Developers Community + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/_config.yml b/_config.yml index 985278b..58b41f2 100644 --- a/_config.yml +++ b/_config.yml @@ -52,4 +52,6 @@ exclude: - script - test - vendor + - venv + - .venv # timezone: America/Toronto From 89ad38a3b60585f4b6021ced1e453cbfe984d83b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oleksis=20Fraga=20Men=C3=A9ndez?= Date: Tue, 12 Sep 2023 16:24:51 -0400 Subject: [PATCH 30/31] Update bpd.css --- assets/css/bpd.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/bpd.css b/assets/css/bpd.css index 3b7b705..c89c2d4 100644 --- a/assets/css/bpd.css +++ b/assets/css/bpd.css @@ -237,7 +237,9 @@ input::-moz-focus-inner { text-decoration: none; } -.menu-item a:hover { +.menu-item a:hover, +.menu-item.nav-current a:link, +.menu-item.nav-current a:visited { color: #2d72d9; } From 811789c1fba7886bd45736325acdfdde2606a73b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oleksis=20Fraga=20Men=C3=A9ndez?= Date: Wed, 13 Sep 2023 22:50:46 -0400 Subject: [PATCH 31/31] Update bpd.css Add footer.html to _includes Update _layouts/default.html --- _includes/footer.html | 3 +++ _layouts/default.html | 4 +--- assets/css/bpd.css | 8 ++++++++ 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 _includes/footer.html diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..6e43b9f --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,3 @@ +
+ © {{ 'now' | date: "%Y" }} {{ site.title }} +
diff --git a/_layouts/default.html b/_layouts/default.html index 2ceee7a..1e6937e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -39,9 +39,7 @@ {% include header.html %}
{{ content }}
-
-

© {{ 'now' | date: "%Y" }} {{ site.title }}

-
+ {% include footer.html %} diff --git a/assets/css/bpd.css b/assets/css/bpd.css index c89c2d4..af96ec4 100644 --- a/assets/css/bpd.css +++ b/assets/css/bpd.css @@ -338,3 +338,11 @@ input::-moz-focus-inner { padding: 6.375rem 35px 2.5rem; } } + +footer { + border-top: 1px solid #d7d7d7; + justify-content: center; + align-items: center; + display: flex; + margin-top: 2.5em; +}