-
Ruby:
sudo apt install ruby-full libffi-dev
- Fork this repository.
- Clone it to your local machine.
- Add your report under the folder
_posts
. You'll find a template there. Remember to add date to your report's filename too, so your filename will look something like this:2021-03-18-report-title.markdown
.
After you've finished your post, you can run bundle exec jekyll build
or jekyll build
to build your post. The built HTML folder should show up under _site
.
You can run bundle exec jekyll serve
or jekyll serve
to preview the post on http://localhost:4000/projetos_imersao/.
Once satisfied with your post, make a pull request to this repo.
You might need to install Jekyll. If you're note familiar with Jekyll, you can find Jekyll's installation instructions here.