My landing page built with Jekyll.
Run this blog in your local host with the following steps:
1. First, you need to execute the command bellow to:
- Clone the repository
- Access the generated folder
- Run `jekyll serve` or `jekyll serve -w`
git clone git@github.com:marhalpert/marhalpert.github.io.git
If you have some performance problems in markdown compile task, please use
jekyll serve --watch --limit_posts <number-of-posts-for-compile-using-watch>
. If you're using Jekyll >= 3.0 runjekyll serve --incremental
command for a better feedback time
Feel free to contribute with this project or leave a suggestion.