Skip to content

rubenRP/rubenr.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Ruben Rodriguez
Mar 23, 2025
260dded · Mar 23, 2025
Mar 21, 2025
Mar 21, 2025
Mar 23, 2025
Mar 21, 2025
Mar 21, 2025
Mar 21, 2025
Apr 14, 2020
Mar 21, 2025
Mar 21, 2025
Mar 21, 2025
Mar 21, 2025
Mar 21, 2025
Mar 21, 2025

Repository files navigation

rubenr.dev

License: MIT

Personal website made with Astro and Vue 3

Features

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

Contributing

This is a personal blog, but if you want to contribute or make some fix, raise an issue or let me know.

Forking policy

Feel free to fork this repository and use it as a base for your own blog. If you do so, please consider the following:

  • Remove all the posts and images
  • Change the content of the about.md file
  • Change the content of the CONSTS file

Author

Rubén Rodríguez

License

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

Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI