From c11fe6292e5cfc67602f88ebb37074b28cddf733 Mon Sep 17 00:00:00 2001 From: Renan araujo Date: Wed, 7 Feb 2024 14:41:53 +0000 Subject: [PATCH] feat: flamecon 6 --- Gemfile.lock | 14 ++++++++------ _includes/callout.html | 6 +++--- index.html | 4 +--- pages/flamecon.html | 5 +++++ 4 files changed, 17 insertions(+), 12 deletions(-) create mode 100644 pages/flamecon.html diff --git a/Gemfile.lock b/Gemfile.lock index 29065cdd..57fca2c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,12 +11,13 @@ GEM eventmachine (1.2.7) ffi (1.15.5) forwardable-extended (2.6.0) + google-protobuf (3.23.4-arm64-darwin) google-protobuf (3.23.4-x86_64-darwin) google-protobuf (3.23.4-x86_64-linux) http_parser.rb (0.8.0) i18n (1.14.1) concurrent-ruby (~> 1.0) - jekyll (4.3.2) + jekyll (4.3.3) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) @@ -58,22 +59,23 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (5.0.3) + rake (13.1.0) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) rexml (3.2.5) - rouge (4.1.2) + rouge (3.30.0) safe_yaml (1.0.5) - sass-embedded (1.64.1-x86_64-darwin) - google-protobuf (~> 3.23) - sass-embedded (1.64.1-x86_64-linux-gnu) - google-protobuf (~> 3.23) + sass-embedded (1.58.3) + google-protobuf (~> 3.21) + rake (>= 10.0.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.4.2) webrick (1.8.1) PLATFORMS + arm64-darwin-23 x86_64-darwin-23 x86_64-linux diff --git a/_includes/callout.html b/_includes/callout.html index a5066390..c993dcaf 100644 --- a/_includes/callout.html +++ b/_includes/callout.html @@ -1,9 +1,9 @@

- Our Flame Game Jam 3.0 is happening on 8-10th of December on - itch.io! You - do not want to miss it! + Flamecon is back!! + Join un on Febrary 26th to talk about 3D, flame_riverpod, games & more! + Live on YouTube

\ No newline at end of file diff --git a/index.html b/index.html index aadec661..b6b2fbcd 100644 --- a/index.html +++ b/index.html @@ -5,10 +5,8 @@
- {% comment %} - Uncomment this to add a callout to the top of the page + {% include callout.html %} - {% endcomment %}
diff --git a/pages/flamecon.html b/pages/flamecon.html new file mode 100644 index 00000000..0abbccdc --- /dev/null +++ b/pages/flamecon.html @@ -0,0 +1,5 @@ +--- +permalink: /flamecon +redirect_to: + - https://www.youtube.com/watch?v=Mznf-FnDzfM +--- \ No newline at end of file