main gh io pages and sites
-
Open this blog at hedzr.com.
-
The blog site is powered by Jekyll & Minimal Mistakes.
Read its doc here -
mkdocs template repo for your notes, blog, or docs-site: notes-hi -
More
-
Special hedzr/hedzr
First thing is install and prepare Gems environment by install gems packages:
bundle
# Or bundle update
# Or bundle install
The second step is start a local server to serve for Jekyll Pages:
bundle exec jekyll serve --verbose --drafts --watch --host 0.0.0.0 --port 3999
And open http://localhost:3999/ at browser.
To install jekyll to local machine, see its Installation chapter.