Requirements
- Ruby 2.6+
Setup
- Install Jekyll
gem install jekyll bundler
- Create Gem file
- Run
bundle
- Create the folders
_layouts
and_posts
To run locally execute
bundle exec jekyll serve
Then open http://localhost:4000
New posts entry
Create new md
files in _posts folder using this format:
YYYY-MM-DD-<post-name>.md