Skip to content

Commit 6f4ca16

Browse files
committed
Project
1 parent 5f27486 commit 6f4ca16

File tree

102 files changed

+41
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+41
-8
lines changed

README.md

+22

deploy.sh

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
cd site-data
2+
3+
hugo
4+
echo "Site built with Hugo"
5+
6+
cd ..
7+
git add .
8+
git commit -m "$1"
9+
git push
10+
11+
echo "Pushed to remote"

docs/event/workshop-on-java/index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -227,27 +227,27 @@ <h2 class="section-title">More Events</h2>
227227
<div class="col-lg-4 col-sm-6 mb-5 mb-lg-0">
228228
<div class="card border-0 rounded-0 hover-shadow">
229229
<div class="card-img position-relative">
230-
<img class="card-img-top rounded-0" src="/images/events/applying-hs.jpg" alt="Applying for Higher Studies: Undergrad and Beyond">
231-
<div class="card-date"><span>15</span><br>Apr</div>
230+
<img class="card-img-top rounded-0" src="/images/events/ctf-super-league.jpg" alt="Capture The Flag: Super League">
231+
<div class="card-date"><span>02</span><br>Jul</div>
232232
</div>
233233
<div class="card-body">
234234

235235
<p><i class="ti-location-pin text-primary mr-2"></i>Online</p>
236-
<h4 class="card-title"><a href="https://ieeecsbuet.github.io/event/apply-for-higher-studies/">Applying for Higher Studies: Undergrad and Beyond</a></h4>
236+
<h4 class="card-title"><a href="https://ieeecsbuet.github.io/event/ctf-super-league/">Capture The Flag: Super League</a></h4>
237237
</div>
238238
</div>
239239
</div>
240240

241241
<div class="col-lg-4 col-sm-6 mb-5 mb-lg-0">
242242
<div class="card border-0 rounded-0 hover-shadow">
243243
<div class="card-img position-relative">
244-
<img class="card-img-top rounded-0" src="/images/events/ctf-super-league.jpg" alt="Capture The Flag: Super League">
245-
<div class="card-date"><span>02</span><br>Jul</div>
244+
<img class="card-img-top rounded-0" src="/images/events/applying-hs.jpg" alt="Applying for Higher Studies: Undergrad and Beyond">
245+
<div class="card-date"><span>15</span><br>Apr</div>
246246
</div>
247247
<div class="card-body">
248248

249249
<p><i class="ti-location-pin text-primary mr-2"></i>Online</p>
250-
<h4 class="card-title"><a href="https://ieeecsbuet.github.io/event/ctf-super-league/">Capture The Flag: Super League</a></h4>
250+
<h4 class="card-title"><a href="https://ieeecsbuet.github.io/event/apply-for-higher-studies/">Applying for Higher Studies: Undergrad and Beyond</a></h4>
251251
</div>
252252
</div>
253253
</div>

config.toml site-data/config.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
baseURL = "https://ieeecsbuet.github.io"
33
title = "IEEE CS | BUET Student Branch Chapter"
44
theme = "theme"
5-
themesDir = "./"
6-
publishDir = "./docs/"
5+
themesDir = "../"
6+
publishDir = "../docs/"
77
# post pagination
88
paginate = "6"
99
# post excerpt
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)