Skip to content

Commit

Permalink
removed carousel stash, fixed README typo, added panels and tutorials…
Browse files Browse the repository at this point in the history
… to CFP with new flag true
  • Loading branch information
harryli0088 committed Jan 21, 2025
1 parent b9cdccd commit 4c12889
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ npm run build

Now you can run the site locally by running
```
`bundle exec jekyll serve -d ./_site -b '/' && npm run-script start`
bundle exec jekyll serve -d ./_site -b '/' && npm run-script start
```

You may need to break these commands apart and run these two commands in separate consoles
Expand Down
14 changes: 7 additions & 7 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,19 +122,19 @@ menu:
is_new: false
- text: "Short Papers"
url: "/year/2025/info/call-participation/shortpapers"
is_new: true
is_new: false
# - text: "Posters"
# url: "/year/2025/info/call-participation/posters"
# is_new: false
# - text: "Tutorials"
# url: "/year/2025/info/call-participation/tutorials"
# is_new: false
- text: "Tutorials"
url: "/year/2025/info/call-participation/tutorials"
is_new: true
- text: "Workshops"
url: "/year/2025/info/call-participation/workshops"
is_new: false
- text: "Panels"
url: "/year/2025/info/call-participation/panels"
is_new: true
# - text: "Panels"
# url: "/year/2025/info/call-participation/panels"
# is_new: false
# - text: "Doctoral Colloquium"
# url: "/year/2025/info/call-participation/doctoral-colloquium"
# is_new: false
Expand Down
2 changes: 1 addition & 1 deletion _includes/carousel.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{% for entry in site.data.carousel %}
<div class="carousel-item {{ entry.active }}">
{% if entry.image %}
<img class="d-block w-100" src="/assets/carousel/{{ entry.image }}" />
<img class="d-block w-100" src="assets/carousel/{{ entry.image }}" />
{% endif %}
{% if entry.description or entry.button-text %}

Expand Down

0 comments on commit 4c12889

Please sign in to comment.