Source code of guillaumebriday.fr built with Jekyll, Webpack, Tailwind CSS and Vue.js.
$ bundle install
$ npm install
The current folder will be generated into ./_site :
$ jekyll build
Building the assets with Webpack :
$ npm run dev
# Or
$ npm run watch
# Or
$ npm run prod
Running ESLint :
$ npm run lint
Build the site on the preview server :
$ jekyll serve --config _config.yml,_config.dev.yml
$ open http://127.0.0.1:4000/
$ npm run 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.