Static blog powered by Jekyll
bundle install
bundle exec jekyll serve- Branch out of
mainbranch. - Ensure you're part of the list of authors in _data/authors.yml. Add your profile image to folder assets/images/avatars/.
- Create a file inside folder _posts/ with the following naming convention:
yyyy-mm-dd-title-with-spaces.md - Add images that you'll use in this post to folder assets/images/post/
- Ensure your header is correct. Use existing posts as an example, both for the header and the content.
- Ensure you run
bundle install && bundle exec jekyll servelocally and double check everything is fine at http://127.0.0.1:4000/ before submitting a PR to branchmain.
We use Google Style Guide and write-good to provide consistent writing style.
The linting tool is Vale and you can run it locally by following the installation and running the following command.
vale --glob='*.md' --minAlertLevel=warning .For more information, check the usage docs