Skip to content

YannAries/yannick-webfolio

Repository files navigation

Yannick Webfolio logo webfolio

Netlify Status Open Source Love License: MIT

Webfolio haut de page Webfolio bas de page


Languages and tools

gridsome vuejs typescript bootstrap sass webpack linux


Yannick Webfolio is my personal and professional webfolio that showcase my most recent work samples, real world problem solving skills and introduction about myself.


Installation

I'm using MX Linux based on Debian.


1- After forking the repository, install Gridsome CLI globally :

$ npm install --global @gridsome/cli


2- Move into project folder and download a package and the project dependencies :

$ cd yannick-webfolio && npm install


3- Start local development server :

$ gridsome develop


You'll then be able to run the application locally at http://localhost:8080/ .


Gridsome Plugins

  • @gridsome/transformer-remark Markdown transformer for Gridsome with Remark.
  • @gridsome/source-filesystem Transform files into content that can be fetched with GraphQL in your components.
  • @gridsome-plugin-purgecss Purgecss to Gridsome project (non longer maintained).

Contribution

Feel free to submit an issue or a pull request if you want to contribute.


Roadmap

  • Optimize code following Google Lighthouse report
  • Optimize security
  • Internationalize routes in english
  • Implement secure form submission
  • Replace Bootstrap layouts with Bulma
  • Integration testing