LoginSignup
16
16

More than 5 years have passed since last update.

2015年のおすすめテンプレートサイト

Last updated at Posted at 2015-03-09

はじめに

ワンライナーは、hugomiddlemanを実行できる事が前提となります。

hugo-incorporated

git clone https://github.com/nilproductions/hugo-incorporated && cd hugo-incorporated &&  mkdir -p themes/hugo-incorporated/static && hugo server -w

lanyon-hugo

git clone https://github.com/tummychow/lanyon-hugo && cd lanyon-hugo && sed -i "" 's#"baseurl": "http://tummychow.github.io/lanyon-hugo/"#"baseurl": "http://tummychow.github.io"#g' config.json && hugo server

davidl

git clone https://github.com/flexbox/davidl && bundle install && bower install && middleman server 

landing-page-theme

git clone https://github.com/swcool/landing-page-theme && cd landing-page-theme && gem install jekyll && jekyll server

middleman-simple-template

https://github.com/syui/middleman-simple-template

git clone https://github.com/syui/middleman-simple-template && cd middleman-simple-template && bundle install && middleman server

詳しい解説はこちら

追記

テンプレートをプレビューするまでの簡易スクリプトを書きました。良さそうなテンプレートがあれば、ぜひ教えてください(プルリクエストしてください)。

以下の方法でテンプレートの追加が可能となります。

また、スクリプト、ツール自体酷い出来ですので、そちらの方もよろしければ、変更してください。

1 スクリプトの実行

$ git clone https://github.com/syui/blogstart

$ cd blogstart

$ ./blogstart

実行環境... Mac, peco,

2 プレビューが出来るまでの一連の実行コマンドのコピー、及び追加

# コマンド一覧をクリップボードに保存
$ cat << EOF | pbcopy
git clone https://github.com/syui/middleman-simple-template

cd middleman-simple-template

bundle install

middleman server
EOF

# make-themeのメニューを実行する
$ ./blogstart

3 スクリプトの書き換え

同じく、!add-themeを選択する。

4 プリリクエストを送る

16
16
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
16
16