Skip to content

pepato/pepato.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README for my Jekyll

This is a Readme file for my Jekyll installation.

I will note down some issues useful for running this thing.

Hosted Build failure

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.

Build locally

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/.

  1. Move in the directory (./Github/pepato.github.io)
  2. Build the site: jekyll build --watch
  3. 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.

How to hide a post

To make a post invisible and unavailable, just add published: false in the YAML Front Matter.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published