Skip to content

SK2108/jekyll-blog

Repository files navigation

Jekyll-blog

Learning to build a project with Jekyll

Getting started

  • Install all the dependencies with this command
bundle install

Create a new project

For example for a blog, you can use

bundle exec jekyll new blog

Launch the server

bundle exec jekyll serve

To add livereload use this command instead

bundle exec jekyll serve -l

Helpful links

About

Learning to build a project with Jekyll

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published