You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Install dependencies
bundle
# Start the server# The baseurl needs to be set to empty to have the paths working locally
bundle exec jekyll serve --watch --baseurl=
# Generate a new post
bundle exec jekyll post "Post title"