{{ site.name }}
-{{ site.description }}
-diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index e225384..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: deploy - -on: - push: - branches: - - jekyll - -jobs: - github-pages: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - token: ${{ secrets.GH_PAGES_GITHUB_TOKEN }} - ref: jekyll - - name: setup-ruby - uses: ruby/setup-ruby@v1 - with: - os: ubuntu-latest - ruby-version: '3.1.2' - bundler-cache: true - - name: jekyll build - run: bundle exec jekyll build - - name: deploy to gh-pages - run: | - cd ./_site - git init - git config user.name grupyblumenau - git config user.email grupyblumenau@gmail.com - git add . && git commit -m "Deploy github-pages" - git remote add origin https://rtancman:${{ secrets.GH_PAGES_GITHUB_TOKEN }}@github.com/pythonbnu/pythonbnu.github.io.git - git push origin master -f \ No newline at end of file diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 7af275f..0000000 --- a/.gitignore +++ /dev/null @@ -1,69 +0,0 @@ -_site -.DS_Store -*.swp -.sass-cache -.vscode - -*.gem -*.rbc -/.config -/coverage/ -/InstalledFiles -/pkg/ -/spec/reports/ -/spec/examples.txt -/test/tmp/ -/test/version_tmp/ -/tmp/ - -# Used by dotenv library to load environment variables. -# .env - -# Ignore Byebug command history file. -.byebug_history - -## Specific to RubyMotion: -.dat* -.repl_history -build/ -*.bridgesupport -build-iPhoneOS/ -build-iPhoneSimulator/ - -## Specific to RubyMotion (use of CocoaPods): -# -# We recommend against adding the Pods directory to your .gitignore. However -# you should judge for yourself, the pros and cons are mentioned at: -# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control -# -# vendor/Pods/ - -## Documentation cache and generated files: -/.yardoc/ -/_yardoc/ -/doc/ -/rdoc/ - -## Environment normalization: -/.bundle/ -/vendor/bundle -/lib/bundler/man/ - -# for a library or gem, you might want to ignore these files since the code is -# intended to run in multiple environments; otherwise, check them in: -# Gemfile.lock -# .ruby-version -# .ruby-gemset - -# unless supporting rvm < 1.11.0 or doing something fancy, ignore this: -.rvmrc - -# Used by RuboCop. Remote config files pulled in from inherit_from directive. -# .rubocop-https?--* - -.sass-cache/ -.jekyll-cache/ -.jekyll-metadata -# Ignore folders generated by Bundler -.bundle/ -vendor/ diff --git a/.ruby-version b/.ruby-version deleted file mode 100644 index 6ebad14..0000000 --- a/.ruby-version +++ /dev/null @@ -1 +0,0 @@ -3.1.2 \ No newline at end of file diff --git a/Gemfile b/Gemfile deleted file mode 100644 index 63a4bd8..0000000 --- a/Gemfile +++ /dev/null @@ -1,32 +0,0 @@ -source 'https://rubygems.org' - -ruby "3.1.2" - -# Happy Jekylling! -gem 'jekyll', '~> 4.2', '>= 4.2.2' - -gem 'minima', '~> 2.5', '>= 2.5.1' -gem 'html-proofer', '~> 4.4' -gem 'rouge' -gem 'webrick', '~> 1.7' - -#gem "github-pages", group: :jekyll_plugins - -# If you have any plugins, put them here! -group :jekyll_plugins do - gem 'jekyll-theme-clean-blog', '~> 4.0', '>= 4.0.12' - gem 'jekyll-redirect-from', '~> 0.16.0' - gem 'jekyll-feed', '~> 0.16.0' - gem 'jekyll-paginate', '~> 1.1.0' - gem 'jekyll-youtube', '~> 1.0' - gem 'jekyll-giphy', '~> 1.0' - gem 'jekyll-gist', '~> 1.5' - gem 'jekyll-archives', '~> 2.2', '>= 2.2.1' -end - -# Windows does not include zoneinfo files, so bundle the tzinfo-data gem -gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] - -# Performance-booster for watching directories on Windows -gem 'wdm', '~> 0.1.0' if Gem.win_platform? - diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 3ec051b..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,138 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - addressable (2.8.1) - public_suffix (>= 2.0.2, < 6.0) - colorator (1.1.0) - concurrent-ruby (1.1.10) - em-websocket (0.5.3) - eventmachine (>= 0.12.9) - http_parser.rb (~> 0) - ethon (0.15.0) - ffi (>= 1.15.0) - eventmachine (1.2.7) - faraday (2.5.2) - faraday-net_http (>= 2.0, < 3.1) - ruby2_keywords (>= 0.0.4) - faraday-net_http (3.0.0) - ffi (1.15.5) - forwardable-extended (2.6.0) - html-proofer (4.4.0) - addressable (~> 2.3) - mercenary (~> 0.3) - nokogiri (~> 1.13) - parallel (~> 1.10) - rainbow (~> 3.0) - typhoeus (~> 1.3) - yell (~> 2.0) - zeitwerk (~> 2.5) - http_parser.rb (0.8.0) - i18n (1.12.0) - concurrent-ruby (~> 1.0) - jekyll (4.2.2) - addressable (~> 2.4) - colorator (~> 1.0) - em-websocket (~> 0.5) - i18n (~> 1.0) - jekyll-sass-converter (~> 2.0) - jekyll-watch (~> 2.0) - kramdown (~> 2.3) - kramdown-parser-gfm (~> 1.0) - liquid (~> 4.0) - mercenary (~> 0.4.0) - pathutil (~> 0.9) - rouge (~> 3.0) - safe_yaml (~> 1.0) - terminal-table (~> 2.0) - jekyll-archives (2.2.1) - jekyll (>= 3.6, < 5.0) - jekyll-feed (0.16.0) - jekyll (>= 3.7, < 5.0) - jekyll-giphy (1.0.0) - jekyll-gist (1.5.0) - octokit (~> 4.2) - jekyll-paginate (1.1.0) - jekyll-redirect-from (0.16.0) - jekyll (>= 3.3, < 5.0) - jekyll-sass-converter (2.2.0) - sassc (> 2.0.1, < 3.0) - jekyll-seo-tag (2.8.0) - jekyll (>= 3.8, < 5.0) - jekyll-theme-clean-blog (4.0.12) - jekyll (>= 3.8.5) - jekyll-watch (2.2.1) - listen (~> 3.0) - jekyll-youtube (1.0.0) - jekyll - kramdown (2.4.0) - rexml - kramdown-parser-gfm (1.1.0) - kramdown (~> 2.0) - liquid (4.0.3) - listen (3.7.1) - rb-fsevent (~> 0.10, >= 0.10.3) - rb-inotify (~> 0.9, >= 0.9.10) - mercenary (0.4.0) - minima (2.5.1) - jekyll (>= 3.5, < 5.0) - jekyll-feed (~> 0.9) - jekyll-seo-tag (~> 2.1) - nokogiri (1.16.2-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.16.2-x86_64-linux) - racc (~> 1.4) - octokit (4.25.1) - faraday (>= 1, < 3) - sawyer (~> 0.9) - parallel (1.22.1) - pathutil (0.16.2) - forwardable-extended (~> 2.6) - public_suffix (5.0.0) - racc (1.7.3) - rainbow (3.1.1) - rb-fsevent (0.11.2) - rb-inotify (0.10.1) - ffi (~> 1.0) - rexml (3.2.5) - rouge (3.30.0) - ruby2_keywords (0.0.5) - safe_yaml (1.0.5) - sassc (2.4.0) - ffi (~> 1.9) - sawyer (0.9.2) - addressable (>= 2.3.5) - faraday (>= 0.17.3, < 3) - terminal-table (2.0.0) - unicode-display_width (~> 1.1, >= 1.1.1) - typhoeus (1.4.0) - ethon (>= 0.9.0) - unicode-display_width (1.8.0) - webrick (1.7.0) - yell (2.2.2) - zeitwerk (2.6.0) - -PLATFORMS - x86_64-darwin-21 - x86_64-linux - -DEPENDENCIES - html-proofer (~> 4.4) - jekyll (~> 4.2, >= 4.2.2) - jekyll-archives (~> 2.2, >= 2.2.1) - jekyll-feed (~> 0.16.0) - jekyll-giphy (~> 1.0) - jekyll-gist (~> 1.5) - jekyll-paginate (~> 1.1.0) - jekyll-redirect-from (~> 0.16.0) - jekyll-theme-clean-blog (~> 4.0, >= 4.0.12) - jekyll-youtube (~> 1.0) - minima (~> 2.5, >= 2.5.1) - rouge - tzinfo-data - webrick (~> 1.7) - -RUBY VERSION - ruby 3.1.2p20 - -BUNDLED WITH - 2.3.22 diff --git a/_config.yml b/_config.yml deleted file mode 100644 index 1ea724e..0000000 --- a/_config.yml +++ /dev/null @@ -1,71 +0,0 @@ -# Site -name: "Grupy Blumenau" -author: "Grupy Blumenau" -description: "Comunidade Python de Blumenau" -meta_description: "Grupy Blumenau é uma comunidade de usuários da linguagem e do ecossistema Python em Blumenau, Santa Catarina." -logo: 'assets/images/python-logo.png' -pythonbrasillogo: 'assets/images/python-brasil-logo.svg' -favicon: 'assets/images/favicon.ico' -baseurl: "" -url: "https://blumenau.sc.python.org.br" -cdn_url: "https://pythonbnu.github.io" -twitter_username: pythonbnu -github_username: pythonbnu -facebook_username: pythonbnu -linkedin_username: pythonbnu -facebook_app_id: 'XXXXXX' -google_analytics: 'UA-131796064-1' -disqus: 'pythonbnu' -mailchimp-list: 'XXXX' -facebook: https://www.facebook.com/pythonbnu -twitter: https://www.twitter.com/pythonbnu -github: https://github.com/pythonbnu -slack: https://hackerspaceblumenau.slack.com/messages/C6U70HXK4 -instagram: https://www.instagram.com/grupyblumenau -linkedin: https://www.linkedin.com/company/grupy-blumenau -facebook_group: https://www.facebook.com/groups/185266825299444/ -discord: -whatsapp: -youtube: https://www.youtube.com/channel/UCpYa4wTH1bg_pvsHFw9FImQ -telegram: https://t.me/GruPyBnu -hackerspaceblumenau: http://www.hackerspaceblumenau.org/ - -# Authors -authors: - pythonbnu: - name: Grupy Blumenau - display_name: Grupy Blumenau - gravatar: c51b9112603be8fd51b7a85175eee1ca - email: grupyblumenau@gmail.com - web: https://blumenau.sc.python.org.br - twitter: https://twitter.com/pythonbnu - description: "Grupy Blumenau é uma comunidade de usuários da linguagem e do ecossistema Python em Blumenau, Santa Catarina." - john: - name: John - display_name: John - gravatar: b1cc14991db7a456fcd761680bbc8f81 - email: wowthemesnet@gmail.com - web: https://www.wowthemes.net - twitter: https://twitter.com/wowthemesnet - description: "This is the author box. Write a short description of the author here. You are currently previewing Mediumish demo, a Jekyll template compatible with Github pages." - -# Plugins -plugins: - - jekyll-paginate - - jekyll-archives - -# Archives -jekyll-archives: - enabled: - - categories - layout: archive - permalinks: - category: '/:name/' - -# Pagination -paginate: 6 -paginate_path: /page:num/ - -# Other -markdown: kramdown -highlighter: rouge \ No newline at end of file diff --git a/_includes/activities.html b/_includes/activities.html deleted file mode 100644 index 64a2c82..0000000 --- a/_includes/activities.html +++ /dev/null @@ -1,24 +0,0 @@ -
Promovemos encontros regulares com palestras, lightning talks e #horaextra.
- Saiba mais -Empresas de Blumenau promovem e usam JS para resolver problemas em domínios variados.
- Confira -
- {{ site.description }}
-Acesse o nosso github e ajude a contribuir com projetos da nossa comunidade.
-Nosso blog é colaborativo e usamos o Jekyll como gerador de site estático. Confira nossos posts e contribua também pelo github.
-Nosso canal no youtube sobre meetups, entrevistas e videos da comunidade. Acesse por aqui.
-Buscamos realizar encontros e eventos em Blumenau. Se na sua empresa ainda não rolou, que tal levantar esta bandeira?
-- - - {% if page.last_modified_at %} - (Updated: ) - {% endif %} - -
- - - - - - - - - -
-
-Outra dica é entrar ali pelo Bloco A (passarela da Antônio da Veiga) e perguntar direções no Balcão de informações logo na entrada.
-
-Caso você queira se inteirar mais sobre a comunidade de Python, também sugerimos os seguintes links:
-
-
-
-
-Caso você queira se inteirar mais sobre a comunidade de Python, também sugerimos os seguintes links:
-
-
-
-
-
-Caso você queira se inteirar mais sobre a comunidade de Python, também sugerimos os seguintes links:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Caso você queira se inteirar mais sobre a comunidade de Python, também sugerimos os seguintes links:
-
-
-
-
-
-
-
-
-
-Caso você queira se inteirar mais sobre a comunidade de Python, também sugerimos os seguintes links:
-
-
-
-
-
-Caso você queira se inteirar mais sobre a comunidade de Python, também sugerimos os seguintes links:
-
-
-
-Caso você queira se inteirar mais sobre a comunidade de Python, também sugerimos os seguintes links:
-
-
-
-
-
-
-
-Caso você queira se inteirar mais sobre a comunidade de Python, também sugerimos os seguintes links:
-
-
-
-
-
-
-
-
-
-Caso você queira se inteirar mais sobre a comunidade de Python, também sugerimos os seguintes links:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Caso você queira se inteirar mais sobre a comunidade de Python, também sugerimos os seguintes links:
-
-
-
-Caso você queira se inteirar mais sobre a comunidade de Python, também sugerimos os seguintes links:
-
-
-
-Fique ligado no [site do evento](http://www.hackerspaceblumenau.org/blumenau-dev-day/) para mais informações!
-
-Caso você queira se inteirar mais sobre a comunidade de Python, também sugerimos os seguintes links:
-
-
-
-
-
-Caso você queira se inteirar mais sobre a comunidade de Python, também sugerimos os seguintes links:
-
-
-
-
-
-
-Caso você queira se inteirar mais sobre a comunidade de Python, também sugerimos os seguintes links:
-
-