Skip to content

jajera/jekyll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jekyll

Contributors Forks Stargazers Issues MIT License

About The Project

My personal wiki notes on jekyll implementation

Built With

Jekyll

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 git@github.com:<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.

About

My personal wiki notes on jekyll implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published