Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 423 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 423 Bytes

Blog built in Jekyll

Requirements

  • Ruby 2.6+

Setup

  1. Install Jekyll
gem install jekyll bundler
  1. Create Gem file
  2. Run bundle
  3. 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