Skip to content

rubenRP/rubenr.dev

Repository files navigation

rubenr.dev

License: MIT Netlify Status

Personal website made with Nuxt 3

Features

  • Posts and pages in Markdown
  • Tags and categories
  • Sass Integration
  • Ackee Stats integration

Contributing

If you see any typos or formatting errors in a post, or any other issue that needs to be addressed, please don't hesitate to open a pull request and fix it!

Author

Rubén Rodríguez

License

This project is open source and available under the MIT License.

Setup

Make sure to install the dependencies:

# yarn
yarn install

Development Server

Start the development server on http://localhost:3000

yarn dev

Production

Build the application for production:

yarn build

Locally preview production build:

yarn preview

Check out the deployment documentation for more information.