Jekyll Blog and Hosting on GitHub
Create a blog with naming convention of yyyy-mm-dd-name-of-the-blog.md and save it in _posts directory
On a new machine (mac) use this link
If not using the gem File
bundle exec jekyll build
jekyll serve
Making a personal website
using GitHub’s free Hosting for the Jekyll Sites
- Ruby (Pre requisites for Jekyll) : https://jekyllrb.com/docs/installation/
- Jekyll - for static site and blogging
Build the site
bundle install
bundle exec jekyll serve
In case of any issue,
export LDFLAGS="-L/usr/local/opt/libffi/lib" && \
export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig" && \
bundle install