Your Own Bootstrap Github Page Using Jekyll ? - Part 2

Apr 4, 2018

To Create your own template:

Follow the directory structure:

    PROJECT_ROOT\
    ├── assets
    │   ├── css
    │   ├── fonts
    │   │   └── bootstrap
    │   ├── images
    │   ├── js
    ├── _includes ➜ (Reusable HTML Elements)
    ├── _layouts ➜ (Template elements)
    ├── _pages ➜ (Pages for Static Sites)
    ├── _posts ➜ (Blog Posts)
    ├── _sass ➜ (CSS in SASS mode)
       ├── bootstrap
       │   └── mixins
       └── minima
References :

   html (2) , css (2) , jekyll (3) , static-site-generator (3)