To build locally:
- Run
jekyll build
in the source folder. - Copy contents of
_site
into the compiled folders'blog
directory. The compiled folder is an entirely different directory, i.e., not a subdir in the source folder. This should map to thegh-pages
branch in GitHub pages. - In the compiled folder, copy the
index.html
file from theblog
directory into the root of the folder. - Also copy the
_sass
folder from the source folder to a_sass
folder in the compiled directory. You need this if there have been style related changes, e.g., if you have changedminima.scss
.