diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 483b8a2..7d41904 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,21 +7,20 @@ on: jobs: build: - runs-on: ubuntu-latest steps: - - name: Checkout to master - uses: actions/checkout@master - - name: Set up Ruby 2.6 - uses: actions/setup-ruby@v1 - with: - ruby-version: 2.6.x - - name: Set up gems - run: | - gem install bundler - bundle install --jobs 4 --retry 3 - - name: Deploy site - run: bundle exec rake site:publish - env: - GH_PAGES_TOKEN: ${{ secrets.GH_PAGES_TOKEN }} + - name: Checkout to master + uses: actions/checkout@master + - name: Set up Ruby 2.6 + uses: ruby/setup-ruby@v1 + with: + ruby-version: 2.6.10 + - name: Set up gems + run: | + gem install bundler -v 2.4.22 + bundle install --jobs 4 --retry 3 + - name: Deploy site + run: bundle exec rake site:publish + env: + GH_PAGES_TOKEN: ${{ secrets.GH_PAGES_TOKEN }} diff --git a/Gemfile b/Gemfile index 25fc1e7..3279e0c 100644 --- a/Gemfile +++ b/Gemfile @@ -8,5 +8,5 @@ gem 'sass' gem 'uglifier' gem 'github-pages' gem 'jekyll-paginate' -gem "nokogiri", "~> 1.10.4" -gem "rack", "~> 1.6.11" +gem "nokogiri", "~> 1.13.6" +gem "rack", "~> 1.6.12" diff --git a/Gemfile.lock b/Gemfile.lock index 4aa0c31..7f073a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,8 +6,8 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) coffee-script (2.4.1) coffee-script-source execjs @@ -16,21 +16,36 @@ GEM commonmarker (0.17.13) ruby-enum (~> 0.5) concurrent-ruby (1.1.4) - dnsruby (1.61.2) - addressable (~> 2.5) + dnsruby (1.61.7) + simpleidn (~> 0.1) em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) - ethon (0.12.0) - ffi (>= 1.3.0) + ethon (0.14.0) + ffi (>= 1.15.0) eventmachine (1.2.7) execjs (2.7.0) extras (0.3.0) forwardable-extended (~> 2.5) - faraday (0.15.4) + faraday (1.5.1) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0.1) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.1) + faraday-patron (~> 1.0) multipart-post (>= 1.2, < 3) + ruby2_keywords (>= 0.0.4) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) + faraday-excon (1.1.0) + faraday-httpclient (1.0.1) + faraday-net_http (1.0.1) + faraday-net_http_persistent (1.2.0) + faraday-patron (1.0.0) fastimage (2.1.5) - ffi (1.10.0) + ffi (1.15.3) forwardable-extended (2.6.0) gemoji (3.0.0) github-pages (193) @@ -209,51 +224,60 @@ GEM rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) mercenary (0.3.6) - mini_portile2 (2.4.0) + mini_portile2 (2.8.0) minima (2.5.0) jekyll (~> 3.5) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.11.3) - multipart-post (2.0.0) - nokogiri (1.10.4) - mini_portile2 (~> 2.4.0) - octokit (4.13.0) + multipart-post (2.1.1) + nokogiri (1.13.6) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + octokit (4.21.0) + faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (2.0.5) - rack (1.6.11) - rake (12.3.2) + racc (1.6.0) + rack (1.6.12) + rake (12.3.3) rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) rouge (2.2.1) ruby-enum (0.7.2) i18n + ruby2_keywords (0.0.4) ruby_dep (1.5.0) - rubyzip (1.2.2) + rubyzip (2.0.0) safe_yaml (1.0.4) sass (3.7.3) 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.8.1) - addressable (>= 2.3.5, < 2.6) - faraday (~> 0.8, < 1.0) + sawyer (0.8.2) + addressable (>= 2.3.5) + faraday (> 0.8, < 2.0) + simpleidn (0.2.1) + unf (~> 0.1.4) sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) thread_safe (0.3.6) - typhoeus (1.3.1) + typhoeus (1.4.0) ethon (>= 0.9.0) tzinfo (1.2.5) thread_safe (~> 0.1) uglifier (4.1.20) execjs (>= 0.3.0, < 3) + unf (0.1.4) + unf_ext + unf_ext (0.0.7.7) unicode-display_width (1.4.1) PLATFORMS @@ -265,8 +289,8 @@ DEPENDENCIES jekyll-assets jekyll-paginate kramdown - nokogiri (~> 1.10.4) - rack (~> 1.6.11) + nokogiri (~> 1.13.6) + rack (~> 1.6.12) rake sass uglifier diff --git a/_data/companies.yml b/_data/companies.yml index 6880d88..169f886 100644 --- a/_data/companies.yml +++ b/_data/companies.yml @@ -28,6 +28,11 @@ image_url: images/logo_binar.png description: Binar Academy adalah akademi non-formal dengan program full scholarship untuk siapapun yang ingin belajar dan memberikan social impact +- name: Bintang Digital Asia + url: https://bintangdigitalasia.com/ + image_url: images/logo_bda.png + description: Unlocking your business growth with enterprise-grade IoT solution. + - name: Bukalapak url: http://bukalapak.com image_url: images/logo_bukalapak.png @@ -58,6 +63,11 @@ image_url: images/logo_gojek.png description: GO-JEK adalah sebuah perusahaan teknologi berjiwa sosial yang bertujuan untuk meningkatkan kesejahteraan pekerja di berbagai sektor informal di Indonesia. +- name: Happy5 + url: https://www.happy5.co + image_url: images/logo_happy5.png + description: The performance management tool for HR, managers, and employees. + - name: HIJUP url: https://www.hijup.com/ image_url: images/logo_hijup.png @@ -88,6 +98,11 @@ image_url: images/logo_kmk.png description: Currently owns and operates BBM, Liputan6.com, Vidio.com, Bintang.com, Bola.com and KlikDokter.com. +- name: Kulkul Tech + url: https://kulkul.tech + image_url: images/logo_kulkul.png + description: Leading software development partner in Southeast Asia. We invest in people and excellent software. + - name: Mekari url: https://mekari.com/ image_url: images/logo_mekari.png @@ -157,3 +172,13 @@ url: https://wgs.co.id/ image_url: images/logo_wgs.png description: One of the largest IT service company offering programming outsourcing, personalized business and enterprise solutions. + +- name: Wispay + url: https://wis-pay.com/ + image_url: images/logo_wispay.png + description: Beli atau jual pulsa, bayar tagihan PLN, top up e-wallet, hingga layanan PPOB lainnya—semua bisa kamu lakukan dengan cepat, mudah, dan aman lewat satu aplikasi. + +- name: Wiswis + url: https://wis-wis.com/ + image_url: images/logo_wiswis.png + description: Your everyday social gaming platform—Play awesome games with friends for free, whenever and wherever you are. diff --git a/_includes/_footer.html b/_includes/_footer.html index be49a26..e08d029 100644 --- a/_includes/_footer.html +++ b/_includes/_footer.html @@ -3,7 +3,7 @@ ID-Ruby |Github |Meetup - |Slack + |Slack |Telegram
Incorporated theme by Inc
diff --git a/afterparty/index.html b/afterparty/index.html new file mode 100644 index 0000000..26abaf0 --- /dev/null +++ b/afterparty/index.html @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/conf/2019/schedules.html b/conf/2019/schedules.html index fac7d30..3bf792c 100644 --- a/conf/2019/schedules.html +++ b/conf/2019/schedules.html @@ -20,7 +20,7 @@