Skip to content

ivolivares/iolivares-dot-com

Repository files navigation

Deploy with Vercel

iolivares.com

This is my website for my personal brand (my name). This is the version from 2021, if you want to see 2017 version, please go to this repo.

I'm moving to Vercel (ex now.sh) from Firebase and NextJS, for different reasons (here maybe in the future you will see a link to a blog post).

If you have any doubt about this repo, just tweet me @ivolivares.

Overview

  • pages/api/* - API routes powering features like Spotify now playing or how healthy is my week.
  • pages/_middleware.ts - Middleware used to redirects, security headers, cors, among other important features. The only TS code here.
  • pages/[slug]* - Static pre-rendered articles and content pages using MDX.
  • pages/* - All static pages .

Developing in your localhost

$ git clone https://github.com/ivolivares/iolivares-dot-com.git
$ cd iolivares-dot-com
$ yarn
$ yarn dev

To use the APIs, we need some keys, please create a .env file similar to .env.example file in the repo.

Built Using