안녕 hexo
hexo cool
really?
- build
- test
- test2
- test3
- ss
Front-matter
See front-matter for more information.
Setting Description Default
layout Layout
title Title
date Published date File created date
update Updated date File updated date
comments Enables comment feature for the post true
tags Tags (Not available for pages)
categories Categories (Not available for pages)
permalink Override the default permalink of the post
toc Display TOC button true
comment Display comment true
notag Do not generate Tags menu false
top Pin post on the top of the list
table sample
Foo | |
Foo | Foo |
Foo | Foo |
pre tag
이곳에 소스를 적는것인데 syntax highlight가 정상 동작하는지를 모르겠다는.. ㄷㄷㄷ
이곳에 소스를 적는것인데 syntax highlight가 정상 동작하는지를 모르겠다는.. ㄷㄷㄷ |
Block Quote
인자없음
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque hendrerit lacus ut purus iaculis feugiat. Sed nec tempor elit, quis aliquam neque. Curabitur sed diam eget dolor fermentum semper at eu lorem.
책 인용
Do not just seek happiness for yourself. Seek happiness for all. Through kindness. Through mercy.
트위터 인용
NEW: DevDocs now comes with syntax highlighting. http://devdocs.io
웹게시물
Every interaction is both precious and an opportunity to delight.
Code Block
기본
alert('Hello World!');
언어지정
[rectangle setX: 10 y: 10 width: 20 height: 20];
<script>
console.log('1111');
</script>url, 제목 넣기
Array.map array.map(callback[, thisArg])
_.compactUnderscore.js _.compact([0, 1, false, 2, '', 3]);
=> [1, 2, 3]간략표현
test.js
/** comment **/ |