guillaumebriday.fr

guillaumebriday.fr

✏️ 📖 My personal blog built with Jekyll, Webpack, Tailwind CSS and Vue.js.

guillaumebriday.fr

Source code of guillaumebriday.fr built with Jekyll, Webpack, Tailwind CSS and Vue.js.

Installation

$ bundle install
$ npm install

Development

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/

Production

$ npm run 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.