Created
April 25, 2013 10:17
-
-
Save hiloki/5458807 to your computer and use it in GitHub Desktop.
Conference Boilerplate by Docpad
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# http://docpad.org/docs/skeletons | |
# Docpadをインストール | |
$ sudo npm install -g docpad | |
# ディレクトリをつくって、その中にDocpadをセットアップ | |
$ mkdir conderence | |
$ cd conderence/ | |
# 'docpad run'でセットアップ開始、スケルトンを選べるので 13 を選ぶ | |
$ docpad run | |
info: Welcome to DocPad v6.31.4 | |
... | |
Which skeleton will you use? | |
1) HTML5 Boilerplate | |
2) HTML5 Boilerplate with Grunt | |
3) Twitter Bootstrap | |
4) Twitter Bootstrap with Jade | |
5) Kitchensink | |
6) Benjamin Lupton's Website | |
7) DocPad's Website | |
8) Bevry's Website | |
9) Startup Hostel's Website | |
10) NodeChat | |
11) SlidePad | |
12) Reveal.js | |
13) Conference Boilerplate | |
14) No Skeleton | |
:13 | |
info: Installing the Conference Boilerplate skeleton into /Users/YOURNAME/conference | |
... | |
nfo: Generated all 29 files in 1.911 seconds | |
info: Watching setup starting... | |
info: Watching setup | |
info: The action completed successfully | |
# Control + C で一度終了 | |
# 再度、'docpad run'を実行する | |
info: Welcome to DocPad v6.31.4 | |
... | |
info: Generated all 29 files in 1.787 seconds | |
info: Watching setup starting... | |
info: Watching setup | |
info: The action completed successfully | |
# http://localhost:9778/を参照すると、ページができている | |
# 'docpad run'は、初期のセットアップコマンドでもあるが、 | |
# セットアップ後は、server&watchなコマンドになる | |
# あとはsrcディレクトリの中をいじったり、 | |
# 必要に応じてプラグインをいれましょう | |
# http://docpad.org/docs/plugins |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment