- Jekyll
- HTML5/CSS3
- JavaScript
Dependency | Version |
---|---|
Animate.css | v3.7.0 |
Bootstrap | v4.2.1 |
FontAwesome | v5.6.3 |
jQuery | v3.3.1 |
Popper.js | v1.14.6 |
wow.js | v1.1.2 |
- Navigate into the root directory of your local Jekyll site repository.
- Run your Jekyll site locally:
$ bundle exec jekyll serve
- Preview your local Jekyll site in your web browser at https://localhost:4000.
Pro Tip: use
$ bundle exec jekyll s -o
instead of step 2 & 3.
Note: If "unknown encoding name CP720" error occurred, use:
$ chcp.com 1252
then try again.
For more info visit GitHub Help Page