-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Based on some real-world experience using this on my blog.
alias serve="gotoworkspace && bundle exec jekyll serve --future --force_polling --livereload"
alias spellcheck="gotoworkspace && cspell --config cSpell.json **/*.md"
alias lint="gotoworkspace && markdownlint -c .markdownlintrc **/*.md"
alias localdev="gotoworkspace && bundle install && bundle exec jekyll serve --future --force_polling --livereload"
Metadata
Metadata
Assignees
Labels
No labels