author-pic

Paulo Bomfim

Creating Gatsby Blogs

Posted on October 02, 2019

How to create a simple blog with Gatsby I created a new gatsby blog with Gatsby library I used the Gatsby Starter Blog to create a simple blog. And I did the tutorial from Gatsby website : Making a…

Read full post

Setup Travis

Posted on September 27, 2019

How to configure Rubocop in Travis I defined rubocop in Gemfile. In travis file, the heroku deploy is: The script order look like this : How to configure Travis with JS application To run yarn in…

Read full post

Install and configure Rubocop

Posted on September 26, 2019

How to include Rubocop in Travis CI Add commands in travis.yml file: How to configure Rubocop analysis Create a .rubocop.yml file and configure. I relied on some sites and followed standards…

Read full post