Skip to content

Backbase Engineering Blog – markdown-based blog for Backbase engineers to share knowledge with community

Notifications You must be signed in to change notification settings

Backbase/backbase.github.io

 
 

Repository files navigation

Static blog powered by Jekyll

Build locally

bundle install
bundle exec jekyll serve

Publishing an article

  • Branch out of main branch.
  • 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 serve locally and double check everything is fine at http://127.0.0.1:4000/ before submitting a PR to branch main.

Linting your posts

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

About

Backbase Engineering Blog – markdown-based blog for Backbase engineers to share knowledge with community

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Contributors 36