Skip to content

HugoRCD/hr-folio

Repository files navigation

Portfolio Social Preview

HR Folio

This is the code for my personal portfolio built with Nuxt and Tailwind CSS.

Live website

You can see it live at hrcd.fr.

Features

Quick Setup

  1. Clone this repository if you have access or download it from the store
git clone git@github.com:HugoRCD/hr-folio.git
  1. Install dependencies
bun install
  1. Start development server
bun dev
  1. Generate static project
bun generate
  1. Start production server
bun start

How to Modify the Portfolio Content

This portfolio uses Nuxt Content to manage the content. Here's how you can modify it:

First check the app.config.ts file to change the global configuration of the portfolio, there is a lot of stuff you can change here.

Writing

  1. Navigate to the content/2.writing directory.
  2. Here, you'll find Markdown files for each article. To modify an article, simply open its Markdown file and make your changes.
  3. To add a new article, create a new Markdown file in this directory. The name of the file will be used as the URL slug for the article.

Works

  1. Navigate to the content/1.works/ directory.
  2. Here, you'll find JSON files for each project. To modify an project, simply open its JSON file and make your changes.
  3. To add a new project, add a new JSON file in this directory.

Other Content

Simply go to the content/ directory and edit any of the Markdown or JSON files to modify the content.

Setup the Contact Form

This portfolio uses Resend to handle the contact form. To set it up, follow these steps:

  • Get your api key from Resend here your api key
  • Add your api key in the .env file
  • change the from key in the sendEmail route in the server/api/ folder, you can customize everything you want in this route
  • That's it, you're good to go!

Setup the Open Graph Image

To change the main open graph image, go to the app.config.ts file and change the openGrapImage key.

About

My personnal minimal but beautiful portfolio made with Nuxt 3, Nuxt Content and TailwindCSS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published