| 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 |
|
|
| author | ccppoo |
commit revert 잘 못했다가 파일 날려서 다시 작성한 것임
상당히 피곤해진 상태로 다시 작성한 것으로 대충 작성함, 나중에 수정에 수정해서 내용 추가할 수 있도록
마크다운 문법에 따라 작성됨
마크다운 기능도 있고, 루비 기능도 있음
def main():
print('hello world')공식 문서를 참고해보자
sequenceDiagram
Alice->>John: Hello John, how are you?
John-->>Alice: Great!
html 속성을 이용해서
숨을 수 도 있다.
더 보기
보기 보기 보기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
-
참고한 내용이에요~ ↩