Theme

Ghost 본문 다 보이기

theme을 수정해서 ghost blog 화면에서 글 본문이 다 나오도록 할 수 있다. 대신 theme마다 조금씩 적용 방법이 다른데 기본적으로 변경해야 할 내용은 동일 casper theme casper는 index.hbs 파일에서 loop.hbs라는 별도 파일을 통해 본문을 보이게 하고 있다. index.hbs 21 {{! The main content area on the homepage }} 22 <main id="content" class="content" role="main"> 23 24 {{! The tag below includes the post loop - partials/loop.hbs }} 25 {{> "loop"}} 26 27 </main> 위 코드에서 가리키는 partials/loop.