Jekyll FullIt Theme, publish your static website/blog on GitHub Pages using Jekyll, Bootstrap 4 and fullpage.js.

Installation

1. Create a Repo

2. Install FullIt

  <code>
    $ git clone https://github.com/fullit/fullit.github.io USERNAME.github.io
    $ cd USERNAME.github.io
    $ git remote set-url origin git@github.com:USERNAME/USERNAME.github.io.git
    $ git push origin master  
  </code>
</pre> 

3. Edit your website configuration

Edit _includes/themes/bootstrap/ to change information about your new website and also to remove the GitHub red ribbon (default.html#26).

4. Enjoy

  • After giving 10 mins to GitHub of course.