Octopress 的 EMD 主题
受布局启发的简单主题。
入门
在 octopress(您的博客)文件夹的主页上:
$ git submodule add git@github.com:vidblog/emd-theme.git .themes/emd-theme
$ rake install["emd-theme"]
$ cd .themes/emd-theme && bower i && cd ../..
您需要在config.rb上添加bourbon和neat :
add_import_path "vendor/bower/bourbon/dist/"
add_import_path "vendor/bower/neat/app/assets/stylesheets/"
并在Gemfile上更新1.0.1的compass gem。 后:
$ bundle update
2021-06-07 16:04:06
800KB
HTML
1