Skip to content

Commit af7cebb

Browse files
committed
simplify media paths
1 parent 5d3b4ff commit af7cebb

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

template.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resources:
1212
huggingface: https://huggingface.co/
1313
description: academic projectpage template that supports markdown and KaTeX
1414

15-
image: https://denkiwakame.github.io/academic-project-template/media/teaser.png
15+
image: https://denkiwakame.github.io/academic-project-template/teaser.png
1616
url: https://denkiwakame.github.io/academic-project-template
1717
speakerdeck: # speakerdeck slide ID
1818
authors:
@@ -49,34 +49,34 @@ bibtex: >
4949
note = {This paper sets the benchmark for future AI research and applications.}
5050
}
5151
52-
teaser: media/teaser.png
52+
teaser: teaser.png
5353
abstract: |
54-
This is a versatile template designed to satisfy your research project page needs, all while harnessing the power of **UIKit** and **React**. Built on the foundations of simplicity and flexibility, this template allows you to focus on expressing your ideas without the hassle of directly handling CSS—thanks to customizable SASS variables.
54+
This is a versatile template designed to satisfy your research project page needs, all while harnessing the power of 🎨**UIKit** and **React**. Built on the foundations of simplicity and flexibility, this template allows you to focus on expressing your ideas without the hassle of directly handling CSS—thanks to customizable SASS variables.
5555
With markdown as your canvas and $\KaTeX$ for precise equations, crafting clear and engaging project page becomes effortless. Whether you're unraveling complex theories or presenting your findings, this template aims to support your scholarly endeavors with grace and ease.
5656
*Need to edit HTML directly?* Fear not! In addition to markdown, you can also directly write HTML with ease. Feel empowered to craft your content exactly as you envision it, whether through markdown's simplicity or the precision of HTML.
5757
5858
body:
5959
- title: Media examples
6060
text: |
61-
You can access media files in `public/media/` using `media/` paths
61+
Files in `public/` can be referenced directly: `<img src="001.jpg" />`
6262
6363
<div class="uk-position-relative" uk-slideshow="animation: fade">
6464
<div class="uk-slideshow-items">
6565
<div>
66-
<img src="media/001.jpg" alt="" uk-cover>
66+
<img src="001.jpg" alt="" uk-cover>
6767
</div>
6868
<div>
69-
<img src="media/002.jpg" alt="" uk-cover>
69+
<img src="002.jpg" alt="" uk-cover>
7070
</div>
7171
<div>
72-
<img src="media/003.jpg" alt="" uk-cover>
72+
<img src="003.jpg" alt="" uk-cover>
7373
</div>
7474
</div>
7575
<div class="uk-position-bottom-center uk-position-small">
7676
<ul class="uk-thumbnav">
77-
<li uk-slideshow-item="0"><a href="#"><img src="media/001.jpg" width="100" height="67" alt=""></a></li>
78-
<li uk-slideshow-item="1"><a href="#"><img src="media/002.jpg" width="100" height="67" alt=""></a></li>
79-
<li uk-slideshow-item="2"><a href="#"><img src="media/003.jpg" width="100" height="67" alt=""></a></li>
77+
<li uk-slideshow-item="0"><a href="#"><img src="001.jpg" width="100" height="67" alt=""></a></li>
78+
<li uk-slideshow-item="1"><a href="#"><img src="002.jpg" width="100" height="67" alt=""></a></li>
79+
<li uk-slideshow-item="2"><a href="#"><img src="003.jpg" width="100" height="67" alt=""></a></li>
8080
</ul>
8181
</div>
8282
</div>
@@ -177,11 +177,11 @@ projects: # relevant projects
177177
url: https://denkiwakame.github.io/academic-project-template/
178178
- title: Relevant Project II
179179
description: abstract text
180-
img: media/001.jpg
180+
img: 001.jpg
181181
journal: "EFGH'22"
182182
url: https://denkiwakame.github.io/academic-project-template/
183183
- title: Relevant Project III
184184
description: abstract text
185-
img: media/002.jpg
185+
img: 002.jpg
186186
journal: "IJKL'22"
187187
url: https://denkiwakame.github.io/academic-project-template/

0 commit comments

Comments
 (0)