👋 Hello! Welcome to the Ulabox Engineering Blog. This blog is built with Gatsby.js and deployed automatically with Netlify.
Description | Command |
---|---|
Install dependencies | yarn install |
Start development env | yarn run start |
Build site | yarn run build |
Serve site | yarn run serve |
Clean cache | yarn run clean |
Run tests | yarn run test |
To write a new post you should:
- Create a git branch.
- Create a new directory inside of
src/pages/blog
. Usekebab-case
on the directory name. This name defines the URL of the post. - Inside of the directory you created, add an
index.md
file. - Use Markdown to write the post.
- Once finished submit a pull request to preview the post and pass the CI.
- Finally after your PR is approved merge it 🚀