This is a jekyll cheetsheet.
Run
bundle exec jekyll serve
# set port
bundle exec jekyll serve --port 1234
# render draft pages
bundle exec jekyll serve --drafts
# preparing publish
bundle exec jekyll build
Theme
bundle info --path minima
Then you can copy theme files you wanted to jekyll site directory.
Favicon
<link rel="shortcut icon" type="image/png" href="/favicon.png"> (1)
-
add this to
_includes/head.html