Source code of fabienfernandez.dev built with Jekyll, Webpack, Tailwind CSS and Vue.js.
$ bundle install
$ yarn
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/
$ yarn prod
$ JEKYLL_ENV=production jekyll build
Do not hesitate to contribute to the project by adapting or adding features ! Bug reports or pull requests are welcome.
This project is released under the MIT license.