You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,8 @@ then host;
45
45
generated HTML files to a *gh-pages* branch.
46
46
This later approach is the one I am currently using to generate the live demo.
47
47
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
+
48
50
For option **1)** simply clone this repository (*master branch*), and then run
49
51
`bundle exec jekyll serve` inside the directory. Upload the resulting `_site/` (or `../jasper2-pages/`)
50
52
contents to your repository (*master branch* if uploading as your personal page
0 commit comments