This jekyll theme is based on materialize. Open demo
- Modify
_config.yml
,about.md
and other(whatever you need). - You can add a
favicon.ico
file in the project root directory. - If you want to use google analytics, add your
google-analytics.js
intojs
directory.
Then:
$ bundle exec jekyll s
# or start with draft
$ bundle exec jekyll s --drafts
cd materialize-jekyll
# export GEM_MIRROR=mirror.https://rubygems.org
export GEM_MIRROR='Your-ruby-gem-mirror'
make build
make run