My personal website <3
$ git clone https://github.com/zenorocha/zenorocha.com.git
cd zenorocha.com
npm install
npm run dev
The basic file structure for the project is organized in the following way:
.
|-- articles
|-- components
|-- data
|-- layouts
|-- lib
|-- pages
`-- public
Here you'll find a list of markdown files for each post.
Here you'll find reusable blocks of React components.
Here you'll find JSON files that populates each section.
Here you'll find default templates for different pages.
Here you'll find a set of utilities.
Here you'll find all the main pages of the site.
Here you'll find all the CSS, images, and font files.
MIT License © Zeno Rocha