Skip to content

fernandez-fabien/fabienfernandez.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

fabienfernandez.dev

Source code of fabienfernandez.dev built with Jekyll, Webpack, Tailwind CSS and Vue.js.

Installation

$ bundle install
$ yarn

Development

The current folder will be generated into ./_site :

$ jekyll build

Building the assets with Webpack :

$ yarn dev

# Or

$ yarn watch

# Or

$ yarn prod

Running ESLint :

$ yarn lint

Build the site on the preview server :

$ jekyll serve --config _config.yml,_config.dev.yml
$ open http://127.0.0.1:4000/

Production

$ yarn prod
$ JEKYLL_ENV=production jekyll build

Contributing

Do not hesitate to contribute to the project by adapting or adding features ! Bug reports or pull requests are welcome.

License

This project is released under the MIT license.