Sean's blog hosted at https://SeanKilleen.com
public_repo
permissionsJEKYLL_GITHUB_TOKEN
environment variableThis will allow the jekyll-github-metadata
plugin to perform as expected and make things like edit links and the contributors page work correctly.
gem install bundler
bundle install
bundle exec jekyll serve
should build the site and serve it at http://localhost:4000
. For future posts, you can build with bundle exec jeykll serve --future true
For my own reference because I often forget how. :smile:
npm install markdownlint-cli
markdownlint _posts
npm install cspell
cspell _posts/**/*.md