This jekyll theme is based on materialize. Open demo
- Modify
_config.yml,about.mdand other(whatever you need). - You can add a
favicon.icofile in the project root directory. - If you want to use google analytics, add your
google-analytics.jsintojsdirectory.
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