This jekyll theme is based on materialize. (NOTE: this theme is only made for my own, but you can modify it freely.)
You may need some dev headers, for debian/linux, just run:
# apt-get install liblzma-dev zlib1g-dev
(Other dependencies may also needed.)
$ git clone https://github.com/mumuxme/materialize-jekyll
$ cd materialize-jekyll
$ bundle install
- 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
You can use GitHub-flavored emoji. See emoji cheat sheet
- Add comment. (???)
- Add options to choose self host or cdn.
Others:
- jquery: https://jquery.com
- materialize: http://materializecss.com
- material-scrolltop: bartholomej/material-scrolltop
- material design icon: Templarian/MaterialDesign or https://materialdesignicons.com/getting-started
- GitHub-flavored emoji plugin: jemoji