Skip to content

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

License

Notifications You must be signed in to change notification settings

fernandez-fabien/guillaumebriday.fr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published