Skip to content

Commit 0f10a6b

Browse files
authored
Merge pull request #4817 from leereilly/for-the-love-of-code
Add "For the Love of Code" topic
2 parents f425a55 + 8546250 commit 0f10a6b

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
source "https://rubygems.org"
22

3+
gem "faraday", "2.12.2"
34
gem "faraday-retry", "2.3.1"
45
gem "github-pages", "~> 232", group: :jekyll_plugins
6+
gem "json", "2.11.3"
7+
gem "language_server-protocol", "3.17.0.4"
58
gem "nokogiri", "~> 1.18.8"
69
gem "rake", "13.2.1"
710
gem "rubocop", "1.75.5"
8-
gem "faraday", "2.12.2"
9-
gem "json", "2.11.3"
10-
gem "language_server-protocol", "3.17.0.4"
1111

1212
group :test do
1313
gem "fastimage"
65.4 KB
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
aliases: fortheloveofcode, ftloc
3+
created_by: Lee Reilly
4+
display_name: For the Love of Code
5+
released: July 11, 2025
6+
short_description: "A global, summer hackathon that celebrates the playful, creative, and downright silly side of software development."
7+
topic: for-the-love-of-code
8+
related: gameoff
9+
url: http://gh.io/ftloc
10+
logo: for-the-love-of-code.png
11+
---
12+
For The Love of Code is a global, summer hackathon that celebrates the playful, creative, and downright silly side of software development. From talking toasters to terminal karaoke, this event invites developers to build the projects they've always dreamed about, but never had an excuse to ship. Just for the joy of it. No startups, no pressure... just vibes, creativity, and code.

topics/game-off/game-off.png

45.7 KB
Loading

topics/game-off/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
aliases: github-game-off, githubgameoff, gameoff, ggo12, ggo13, ggo14, ggo15, ggo16
33
related: global-game-jam, ludum-dare, js13kgames
44
display_name: Game Off
5+
created_by: Lee Reilly
6+
released: October 25, 2012
57
short_description: Game Off is an annual game jam celebrating open source.
68
topic: game-off
79
logo: game-off.png

0 commit comments

Comments
 (0)