8000 GitHub - lukeclimen/portfolio: Portfolio template made with Nuxt 3, Nuxt Content and TailwindCSS
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ portfolio Public template
forked from HugoRCD/canvas

Portfolio template made with Nuxt 3, Nuxt Content and TailwindCSS

License

Notifications You must be signed in to change notification settings

lukeclimen/portfolio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Social Preview

Canvas template

This is a fully customizable portfolio template built with Nuxt.js and Tailwind CSS. Use it to showcase your work, testimonials and other information to your clients.

Demo

You can see a live demo at canvas.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/canvas.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.

Articles

  1. Navigate to the content/articles 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.

Projects

  1. Navigate to the data/ directory.
  2. Here, you'll find a projects.ts file. To modify the projects, simply open this file and make your changes.
  3. To add a new project, add a new object to the projects array.

Other Content

Simply go to the data/ directory and do the exact same thing as above. All content works the same way.

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. For the blog open graph image, go to the content/articles directory and change the image key in the Markdown file of the article.

About

Portfolio template made with Nuxt 3, Nuxt Content and TailwindCSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 69.7%
  • TypeScript 27.8%
  • SCSS 2.5%
0