This is the repository for my site and blog where I write some random thoughts about software development and related things.
I like a lot to use gatsby and this project is entirely made with it, alongside with tailwindcss, mdx (to write markdown posts/pages with some nice embedded React components), styled-components and some custom React components.
To enhance or fix something. First, you'll need to clone this repository:
git clone https://github.com/brunoarueira/blog.git
After, run the commands below:
cd blog/
yarn install
Open your editor of choice and start to improve or fix what you want.
To see the changes, you'll need to run:
yarn dev
The command above will start the gatsby server
to run on 8001
port, then
open on your browser http://localhost:8001
and you'll see your recent changes.
Some contents follow Creative Commons and the needed credits is given alongside the post which uses third parties content. The posts and other contents created by me should follow Creative Commons too, requiring to give the appropriate credits.