Skip to content

Commit 31bba48

Browse files
authored
Merge pull request #5 from rubytaiwan/add-cfp-deadline
Add CFP deadline
2 parents 93f942f + f1c6f7a commit 31bba48

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
title: RubyConf Taiwan x COSCUP 2025
22
description: Conference for Open Source Coders, Users & Promoters
33
email: info@rubyconf.tw
4-
baseurl: "https://2025.rubyconf.tw"
4+
# baseurl: "https://2025.rubyconf.tw"
55
url: ""
66

77
plugins:
88
- jekyll-tailwindcss
99

1010
tailwindcss:
1111
css_path: "./_tailwind.css"
12-
config: "./tailwind.config.js" # 添加此行指定 tailwind.config.js 位置
12+
config: "./tailwind.config.js"
1313

1414
mail:
1515
contact: "contact@rubyconf.tw"

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h1 class="text-4xl md:text-5xl font-bold mb-4 shadow-text">RubyConf Taiwan x CO
2222
<h2 class="text-2xl md:text-3xl mb-8 shadow-text">Ruby Language and Open Source Summit: Taiwan's Premier Community Convergence</h2>
2323
<p class="text-xl mb-8 shadow-text">Conference for Ruby Language Open Source Coders, Users & Promoters</p>
2424
<div class="flex flex-wrap justify-center gap-4">
25-
<a href="{{site.links.cfp}}" class="bg-white text-red-600 hover:bg-gray-100 px-6 py-3 rounded-lg font-bold">Call For Proposals (Open 2025/4/19)</a>
25+
<a href="{{site.links.cfp}}" class="bg-white text-red-600 hover:bg-gray-100 px-6 py-3 rounded-lg font-bold">Call For Proposals (Closes 2025-05-11 20:00 GMT+8)</a>
2626
<a href="{{site.links.cfs}}" class="bg-white text-red-600 hover:bg-gray-100 px-6 py-3 rounded-lg font-bold">Sponsor Us</a>
2727
<a href="{{site.links.cfv}}" class="bg-white text-red-600 hover:bg-gray-100 px-6 py-3 rounded-lg font-bold">Call For Volunteer</a>
2828
</div>

0 commit comments

Comments
 (0)