This is a Readme file for my Jekyll installation.
I will note down some issues useful for running this thing.
I can't understand why Github keeps failing in building my blog. Following this guide I will try to build my blog locally and then commit/push the whole thing.
Here is the guide to Jekyll: http://jekyllrb.com/.
This is also helpful to work with GitHub: https://help.github.com/articles/using-jekyll-with-pages/.
- Move in the directory (./Github/pepato.github.io)
- Build the site:
jekyll build --watch
- Run the server:
jekyll serve --detach
You should find your site generated in localhost:4000
and automatically updated.
Basically, all the build options are listed here.
To make a post invisible and unavailable, just add published: false
in the YAML Front Matter.