Skip to content

Commit 295a41c

Browse files
authored
Merge pull request jekyllt#22 from rriemann/patch-1
add 3rd convenient hosting option to readme (use netlify)
2 parents e45becc + 2baede3 commit 295a41c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ then host;
4545
generated HTML files to a *gh-pages* branch.
4646
This later approach is the one I am currently using to generate the live demo.
4747

48+
**3)** deploy the static website with Jekyll-compatible hosters, such as https://www.netlify.com/, that allow for deployment from the Github repo and publish the website using CDNs. Netlify has a free starter offer.
49+
4850
For option **1)** simply clone this repository (*master branch*), and then run
4951
`bundle exec jekyll serve` inside the directory. Upload the resulting `_site/` (or `../jasper2-pages/`)
5052
contents to your repository (*master branch* if uploading as your personal page

0 commit comments

Comments
 (0)