Skip to content

Latest commit

 

History

History
82 lines (55 loc) · 2.13 KB

File metadata and controls

82 lines (55 loc) · 2.13 KB
layout post
title 작성 방법에 대한 내용
hide_title false
feature-img assets/img/feature-img/circuit.jpeg
thumbnail assets/img/pexels/computer.jpeg
color green
bootstrap true
tags
Help
author ccppoo

작성 방법

commit revert 잘 못했다가 파일 날려서 다시 작성한 것임

상당히 피곤해진 상태로 다시 작성한 것으로 대충 작성함, 나중에 수정에 수정해서 내용 추가할 수 있도록

마크다운 문법에 따라 작성됨

마크다운 기능도 있고, 루비 기능도 있음

코드 하이라이팅 하는 방법

def main():
    print('hello world')

다이어그램 활용하는 방법

공식 문서를 참고해보자

sequenceDiagram Alice->>John: Hello John, how are you? John-->>Alice: Great!

접었다 피기, 숨김

html 속성을 이용해서

숨을 수 도 있다.

더 보기 보기 보기 보기

Github Gist 가져오기

<script src="https://gist.github.com/sylhare/dad7ed1ef3d13614c77c4ebadf8a11c3.js"></script>

Here is how it looks like:

{% highlight html %} {% raw %}

<script src="https://gist.github.com/sylhare/dad7ed1ef3d13614c77c4ebadf8a11c3.js"> </script>

{% endraw %} {% endhighlight %}

참고, 문헌 내용 달기

이렇게 달면 된다1

알아서 맨 밑에서 보이게끔 해주니깐 아무데나 작성하면 된다.

중요! 사진 여러개 배치하기

{% highlight ruby %} {% raw %} {% include aligner.html images="portfolio/cabin.png,portfolio/cake.png,portfolio/circus.png,pexels/book-glass.jpeg" column=2 row=2 %} {% endraw %} {% endhighlight %}

{% include aligner.html images="portfolio/cabin.png,portfolio/cake.png,portfolio/circus.png,pexels/book-glass.jpeg" column=2 row=2 %}

Footnotes

  1. 참고한 내용이에요~