Site generated from piharpi/jekyll-klise
devbox install
devbox shellInside the devbox's shell run:
# Install dependencies
bundle install
# Serve the site
jekyll serve
# Build the site
jekyll buildThis project uses jekyll-compose that is a ruby gem that helps you manage the posts, drafts and pages very easily.
# Create draft
jekyll draft "My draft"
# Publish draft
jekyll publish _drafts/my-draft
# Create post
jekyll post "My post"