Skip to content

Instantly share code, notes, and snippets.

@yuririn
Last active June 9, 2017 02:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuririn/6c1eb408cdd8c89169c4d06635f6e3ef to your computer and use it in GitHub Desktop.
Save yuririn/6c1eb408cdd8c89169c4d06635f6e3ef to your computer and use it in GitHub Desktop.
//- テンプレート読み込み
extend inc/_layout
//- ページ独自の設定
append pagedata
- var pageTitle= "トップページ";
- var pageDescription= "ページの説明";
- var pageKeywords= "keyword01,keyword2,keyword03";
//- ページ独自のcss
append pagecss
link(rel="stylesheet" href="assets/css/top.css")
//- ページ独自のjs
append pagejs
script(src="assets/js/top.js")
//- ページのコンテンツ
block main
main.main
h2 Pugでhtml作ったよ
p Pugって楽しいね!!!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment