Update README.md
This commit is contained in:
parent
ba647e1f33
commit
d41648bb95
|
@ -16,3 +16,8 @@ A starter kit for using [Tailwind](https://tailwindcss.com) with [Jekyll](https:
|
|||
## What is Jekyll?
|
||||
>"Jekyll is a simple, blog-aware, static site generator perfect for personal, project, or organization sites. Think of it like a file-based CMS, without all the complexity. Jekyll takes your content, renders Markdown and Liquid templates, and spits out a complete, static website ready to be served by Apache, Nginx or another web server. Jekyll is the engine behind GitHub Pages, which you can use to host sites right from your GitHub repositories."
|
||||
– [Jekyll](https://jekyllrb.com/)
|
||||
|
||||
## Get started
|
||||
* `bundle install` to install Ruby gems
|
||||
* `npm install` to install npm packages
|
||||
* `gulp` to run the default Gulp task
|
||||
|
|
Loading…
Reference in New Issue