Skip to content

alismed/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published