/guisalmeida.com

My personal website/blog

Primary LanguageJavaScriptMIT LicenseMIT

Logo

guisalmeida.com

Netlify Status

Logo

Start

git clone git@github.com:GuiSAlmeida/guisalmeida.com.git
cd guisalmeida.com
yarn install # or npm install

#install gatsby cli
yarn global add gatsby-cli # or npm install -g gatsby-cli

# up server at http://localhost:8000/
yarn start # or npm run start

🚀 Technologies

⚙️ TODO

  • Change color theme
  • Change scrollbar color
  • Make page 404
  • Add tags in posts
  • Update to Gatsby 3
  • New feature to hide main menu in desktop
  • Write tests
  • Change from Gatsby to Next