Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
6847244
tmp work on new page
ha-yi Aug 31, 2025
db2350e
fix carousel and hero
ha-yi Aug 31, 2025
6a221d1
add events
ha-yi Aug 31, 2025
4f6767b
update events
ha-yi Aug 31, 2025
08bdee2
update events
ha-yi Aug 31, 2025
1808d76
build
ha-yi Aug 31, 2025
a4019b8
cleanup
ha-yi Aug 31, 2025
18aaa9e
udpate id
ha-yi Sep 5, 2025
b4e39e1
update register
ha-yi Sep 5, 2025
88ed247
wire up register with events page
ha-yi Sep 5, 2025
d0de5dc
update progress
ha-yi Sep 5, 2025
3b3d123
check if success
ha-yi Sep 5, 2025
1c249f3
update
ha-yi Sep 5, 2025
9f49613
update timeline template
ha-yi Sep 5, 2025
a613fbc
update history
ha-yi Sep 5, 2025
73fa419
udpate
ha-yi Sep 5, 2025
ea91031
udpdate linkedin and add decks, update for LDM 3 and 4
ha-yi Sep 6, 2025
0b8f824
add ldm5
ha-yi Sep 6, 2025
eeec8b0
add ldw 01
ha-yi Sep 6, 2025
759cbbb
add community
ha-yi Sep 6, 2025
e669726
add photo profile
ha-yi Sep 6, 2025
fe1662f
udpdate community pages
ha-yi Sep 6, 2025
fea8ced
add ldm 2 and update community pag
ha-yi Sep 6, 2025
00d2584
update, hide badge
ha-yi Sep 6, 2025
21627a1
add ldm7 and ldw2
ha-yi Sep 6, 2025
189a8fc
update
ha-yi Sep 6, 2025
cbf6c50
add ldm 8
ha-yi Sep 6, 2025
c935e7c
add README.md
ardianta Sep 8, 2025
75b9211
content(event): update speaker name
ardianta Sep 8, 2025
b1aeef8
add logo and favicons
ahmadhabibi14 Sep 10, 2025
527cd56
in-progress: meetup 12
ahmadhabibi14 Sep 10, 2025
98876f0
add ldm9
oendnsk675 Sep 10, 2025
05e4d8e
Merge pull request #20 from ardianta/lombokdev_new_website
ha-yi Sep 11, 2025
b23871e
tmp work on certificates
ha-yi Sep 12, 2025
5517c37
fix: meetup 12
ahmadhabibi14 Sep 12, 2025
25a2e2b
fix: meetup 12 (2)
ahmadhabibi14 Sep 12, 2025
a847bdb
meetup 11
ahmadhabibi14 Sep 12, 2025
7ce9e36
Merge pull request #21 from ahmadhabibi14/new_page
ha-yi Sep 13, 2025
7b88d70
Refactor hero section layout and content, add partners carousel, upda…
oendnsk675 Oct 4, 2025
dbbf221
Merge pull request #23 from LombokDev/refactor/home
ha-yi Nov 18, 2025
4fa6e95
udpate Ldm13
ha-yi Nov 23, 2025
0a0f659
enable marquee to have url
ha-yi Nov 23, 2025
c5869c1
fix the broken IG and github link, add marquee stop when hover
ha-yi Nov 23, 2025
a0b9822
update Ldm13
bangchand Dec 3, 2025
04e2b74
update ldm13 description
bangchand Dec 3, 2025
51f9394
Merge pull request #36 from bangchand/new_page
herpiko Dec 3, 2025
a6776ed
docs: filled meetup event history
anwar907 Dec 3, 2025
9339907
style: remove overlay button and padding style
anwar907 Dec 4, 2025
f9197b9
Merge pull request #37 from anwar907/new_page
anwar907 Dec 4, 2025
002a722
fix: menu button mobile version
anwar907 Dec 4, 2025
35943d6
Merge pull request #38 from anwar907/new_page
anwar907 Dec 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
_site
.sass-cache
.jekyll-cache
.jekyll-metadata
vendor
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"tailwindCSS.experimental.configFile": "assets/css/style.css"
}
25 changes: 25 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
permalink: /404.html
layout: page
---

<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>

<div class="container">
<h1>404</h1>

<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
38 changes: 38 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
source "https://rubygems.org"
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 4.4.1"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.5"


# gem "jekyll-starter-tailwind", "~> 0.1.0"

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
gem "jekyll-sitemap"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", ">= 1", "< 3"
gem "tzinfo-data"
end

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin]

# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
189 changes: 189 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,189 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base64 (0.3.0)
bigdecimal (3.2.2)
colorator (1.1.0)
concurrent-ruby (1.3.5)
csv (3.3.5)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.17.2)
ffi (1.17.2-aarch64-linux-gnu)
ffi (1.17.2-aarch64-linux-musl)
ffi (1.17.2-arm-linux-gnu)
ffi (1.17.2-arm-linux-musl)
ffi (1.17.2-arm64-darwin)
ffi (1.17.2-x64-mingw-ucrt)
ffi (1.17.2-x86-linux-gnu)
ffi (1.17.2-x86-linux-musl)
ffi (1.17.2-x86_64-darwin)
ffi (1.17.2-x86_64-linux-gnu)
ffi (1.17.2-x86_64-linux-musl)
forwardable-extended (2.6.0)
google-protobuf (4.32.0)
bigdecimal
rake (>= 13)
google-protobuf (4.32.0-aarch64-linux-gnu)
bigdecimal
rake (>= 13)
google-protobuf (4.32.0-aarch64-linux-musl)
bigdecimal
rake (>= 13)
google-protobuf (4.32.0-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.32.0-x64-mingw-ucrt)
bigdecimal
rake (>= 13)
google-protobuf (4.32.0-x86-linux-gnu)
bigdecimal
rake (>= 13)
google-protobuf (4.32.0-x86-linux-musl)
bigdecimal
rake (>= 13)
google-protobuf (4.32.0-x86_64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.32.0-x86_64-linux-gnu)
bigdecimal
rake (>= 13)
google-protobuf (4.32.0-x86_64-linux-musl)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
jekyll (4.4.1)
addressable (~> 2.4)
base64 (~> 0.2)
colorator (~> 1.0)
csv (~> 3.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (>= 2.0, < 4.0)
jekyll-watch (~> 2.0)
json (~> 2.6)
kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.3, >= 0.3.6)
pathutil (~> 0.9)
rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-feed (0.15.1)
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (3.1.0)
sass-embedded (~> 1.75)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.13.2)
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
minima (2.5.2)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (6.0.2)
rake (13.3.0)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.4.2)
rouge (4.6.0)
safe_yaml (1.0.5)
sass-embedded (1.91.0)
google-protobuf (~> 4.31)
rake (>= 13)
sass-embedded (1.91.0-aarch64-linux-android)
google-protobuf (~> 4.31)
sass-embedded (1.91.0-aarch64-linux-gnu)
google-protobuf (~> 4.31)
sass-embedded (1.91.0-aarch64-linux-musl)
google-protobuf (~> 4.31)
sass-embedded (1.91.0-arm-linux-androideabi)
google-protobuf (~> 4.31)
sass-embedded (1.91.0-arm-linux-gnueabihf)
google-protobuf (~> 4.31)
sass-embedded (1.91.0-arm-linux-musleabihf)
google-protobuf (~> 4.31)
sass-embedded (1.91.0-arm64-darwin)
google-protobuf (~> 4.31)
sass-embedded (1.91.0-riscv64-linux-android)
google-protobuf (~> 4.31)
sass-embedded (1.91.0-riscv64-linux-gnu)
google-protobuf (~> 4.31)
sass-embedded (1.91.0-riscv64-linux-musl)
google-protobuf (~> 4.31)
sass-embedded (1.91.0-x64-mingw-ucrt)
google-protobuf (~> 4.31)
sass-embedded (1.91.0-x86_64-darwin)
google-protobuf (~> 4.31)
sass-embedded (1.91.0-x86_64-linux-android)
google-protobuf (~> 4.31)
sass-embedded (1.91.0-x86_64-linux-gnu)
google-protobuf (~> 4.31)
sass-embedded (1.91.0-x86_64-linux-musl)
google-protobuf (~> 4.31)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2025.2)
tzinfo (>= 1.0.0)
unicode-display_width (2.6.0)
wdm (0.2.0)
webrick (1.9.1)

PLATFORMS
aarch64-linux-android
aarch64-linux-gnu
aarch64-linux-musl
arm-linux-androideabi
arm-linux-gnu
arm-linux-gnueabihf
arm-linux-musl
arm-linux-musleabihf
arm64-darwin
riscv64-linux-android
riscv64-linux-gnu
riscv64-linux-musl
x64-mingw-ucrt
x86-linux-gnu
x86-linux-musl
x86_64-darwin
x86_64-linux-android
x86_64-linux-gnu
x86_64-linux-musl

DEPENDENCIES
http_parser.rb (~> 0.6.0)
jekyll (~> 4.4.1)
jekyll-feed (~> 0.12)
jekyll-sitemap
minima (~> 2.5)
tzinfo (>= 1, < 3)
tzinfo-data
wdm (~> 0.1)

BUNDLED WITH
2.7.1
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
run:
@bundle exec jekyll serve
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# lombokdev.github.io
## Project Setup

Install Jekyll

```bash
gem install bundler jekyll
```

## Run Dev Server

```bash
bundle exec jekyll serve
```
7 changes: 7 additions & 0 deletions _certificates/1d4cf6d7-2a63-4e1c-9f43-7a6b4f5a9e1d.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: certificate
id: 1d4cf6d7-2a63-4e1c-9f43-7a6b4f5a9e1d
event-name: Meetup Testing
certificate-type: Attendance
certificate: ldm-01.svg
---
71 changes: 71 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
#
# If you need help with YAML syntax, here are some quick references for you:
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
# https://learnxinyminutes.com/docs/yaml/
#
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: "Lombok Dev | Berbagi Berkolaborasi"
description: "Lombok Developer Community"
baseurl: ""
url: "https://lombokdev.github.io"

# Build settings
markdown: kramdown
highlighter: rouge
plugins:
- jekyll-feed
- jekyll-sitemap

# Collections
collections:
events:
output: true
permalink: /events/:name
galleries:
output: true
permalink: /galleries/:path
certificates:
output: true
register:
output: true
permalink: /register/:name/
# Defaults
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "default"

# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
Loading
Loading