pedrotcaraujo / pedrotcaraujo.site

My tiny space on the web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pedrotcaraujo.dev

My tiny space on the web <3

Technology stack

Running locally

  1. Clone this repo:
$ git clone https://github.com/pedrotcaraujo/pedrotcaraujo.site.git
  1. Then go to the project's folder:
cd pedrotcaraujo.site
  1. Install all dependencies:
npm install
  1. Run locally:
npm run dev

File structure

The basic file structure for the project is organized in the following way:

.
|-- pages
|-- posts
|-- public
|-- styles

Here you'll find all the main pages of the site.

Here you'll find a list of markdown files for each post.

Here you'll find all the images, and font files.

Here you'll find all the CSS and style files.

By

@pedrotcaraujo <3

About

My tiny space on the web


Languages

Language:JavaScript 95.3%Language:CSS 4.7%