Skip to the content.

Home / Step 2

Step 2: Set Up Jekyll on GitHub Pages

  1. Create a _config.yml file in your repo.

  2. Add this code:

     theme: jekyll-theme-cayman
    
  3. Commit & Push → GitHub will apply the theme.

Check GitHub Jekyll Themes: https://pages.github.com/themes/

Next: Step 3