jekyll

jekyll

My personal wiki notes on jekyll implementation

jekyll

About The Project

My personal wiki notes on jekyll implementation

Built With

Getting Started

Prerequisites

  • Install jekyll and bundler

    gem install jekyll bundler
    
  • Grant permission to main branch to allow it to deploy to gh-pages branch.

    • Go to Settings page of the repository, click Environments tab and select github-pages environment then click on Edit button.

    • Under Deployment branches, click Add deployment branch rule and enter main on the Branch name pattern text then click Add rule button to apply the changes.

Installation

  1. Create a new repository.

  2. Clone the newly created repository.

    git clone [email protected]:<username>/<repository>.git
    
  3. Change directory to the local repository path.

  4. Create a new jekyll site.

    jekyll new .
    
  5. Update Gemfile if necessary and execute this command to update Gemfile.lock for changes to reflect.

    bundle install
    
  6. Update _config.yml accordingly.

jekyll logo

Want a Jekyll website built?

Hire a Jekyll developer