Setting Up - sidvishnoi/jekyll_helper GitHub Wiki

Architecture

In order to better manage your website, we divide the project to three major categories (content, public, source).

Content directory

The content directory has all your posts and pages, divided (manually) into independent categories. The pages are also in this directory.

Source Directory

This contains the _config.yml, _includes, _layouts and assets and plugins.

Public Directory

The directory is your public generated website. Ready for deployment.

Please see the project in the repo to better know the project structure.

Jekyll Comments

(wiki todo)