Skip to content

Commit

Permalink
240402_podcast_abstract_blog_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Penguinayee committed May 12, 2024
2 parents 4a5f8cc + aad48e3 commit ae4f9a5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@
path = 2023
url = https://github.com/btbatw/symposium-2023.git
branch = gh-pages
[submodule "2024"]
path = 2024
url = https://github.com/btbatw/symposium-2024.git
branch = gh-pages
1 change: 1 addition & 0 deletions 2024
Submodule 2024 added at c88aec
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The site will be served at `http://127.0.0.1:4000/`

```bash
# git submodule add -b [branchname] [git url] [destination local directory]
git submodule add -b gh-pages https://github.com/btbatw/symposium-2023.git ./2023/
git submodule add -b gh-pages https://github.com/btbatw/symposium-2024.git ./2024/

# for local repo freshedly cloned and has submodule
git submodule update --init
Expand Down
Binary file added assets/img/symposium_cover/symposium_pb-2024.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions symposium.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ title: Symposium
</div>

<hr class="mt-5 mb-4" />
## 2023 Symposium
## 2024 Symposium

<div class="row">
{% assign years = "2023" | split: ',' %}
{% assign years = "2024" | split: ',' %}
{% for year in years %}
<a class="col-4 col-md-3 col-lg-2" href="{{ year | prepend: '/' | absolute_url }}">
{% capture new_var %}{{ year }}.jpg{% endcapture %}
Expand All @@ -35,7 +35,7 @@ title: Symposium
## Past Symposia

<div class="row">
{% assign years = "2022,2021,2020,2019,2018,2017,2016,2015,2014,2013" | split: ',' %}
{% assign years = "2023,2022,2021,2020,2019,2018,2017,2016,2015,2014,2013" | split: ',' %}
{% for year in years %}
<a class="col-4 col-md-3 col-lg-2" href="{{ year | prepend: '/' | absolute_url }}">
{% capture new_var %}{{ year }}.jpg{% endcapture %}
Expand Down

0 comments on commit ae4f9a5

Please sign in to comment.