[GitHub Blog] Github ๋ธ๋ก๊ทธ์ carousel ์ถ๊ฐ
ํ๊ทธ: GitHub Blog, Jekyll
์นดํ ๊ณ ๋ฆฌ: GitHub Blog
jekyll ๋ธ๋ก๊ทธ์ carousel ์ ์ฉํ๊ธฐ
์ค์ ์ถ๊ฐ
ํ์ด์ง์ ์ด๋ฏธ์ง ๊ฒฝ๋ก๋ฅผ ์ค์ ์ ์ถ๊ฐํ๋ค.
1
2
3
4
5
6
7
8
carousels:
- images:
- image: /assets/images/image-1.jpg
url: post-name-1
- image: /assets/images/image-2.jpg
url: post-name-2
- image: /assets/images/image-3.jpg
url: post-name-3
carousel.html ํ์ผ ์ค๋น
์๋ ํ์ผ์ ๋ค์ด๋ฐ์ _includes
ํด๋ ์๋์ carousel.html
๋ก ์ ์ฅํ๋ค.
ํ์ผ์ ์ฌ๊ธฐ์ ๋ค์ด๋ก๋ ํ๋ค.
์ฌ์ฉ
์๋์ฒ๋ผ include ํด์ ์ฌ์ฉํ ์ ์๋ค. ์ต์ ๋ ์๋๊ฒ ๊ฐ๋ค.
{% include carousel.html height="50" unit="%" duration="7" number="1" %}
๋๊ธ๋จ๊ธฐ๊ธฐ