The Wayback Machine - https://web.archive.org./web/20201028190011/https://docs.github.com/en/free-pro-team@latest/github/working-with-github-pages/adding-a-theme-to-your-github-pages-site-with-the-theme-chooser

Adding a theme to your GitHub Pages site with the theme chooser

You can add a theme to your GitHub Pages site to customize your site’s look and feel.

GitHub Pages is available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see "GitHub's products."

In this article

Did this doc help you?

Help us make these docs great!

All GitHub docs are open source. See something that's wrong or unclear? Submit a pull request.

Make a contribution

Or, learn how to contribute.

People with admin permissions for a repository can use the theme chooser to add a theme to a GitHub Pages site.

About the theme chooser

The theme chooser adds a Jekyll theme to your repository. For more information about Jekyll, see "About GitHub Pages and Jekyll."

How the theme chooser works depends on whether your repository is public or private.

  • If GitHub Pages is already enabled for your repository, the theme chooser will add your theme to the current publishing source.
  • If your repository is public and GitHub Pages is disabled for your repository, using the theme chooser will enable GitHub Pages and configure the default branch as your publishing source.
  • If your repository is private and GitHub Pages is disabled for your repository, you must enable GitHub Pages by configuring a publishing source before you can use the theme chooser.

For more information about publishing sources, see "About GitHub Pages."

If you manually added a Jekyll theme to your repository in the past, those files may be applied even after you use the theme chooser. To avoid conflicts, remove all manually added theme folders and files before using the theme chooser. For more information, see "Adding a theme to your GitHub Pages site using Jekyll."

Adding a theme with the theme chooser

  1. On GitHub, navigate to your site's repository.
  2. Under your repository name, click Settings.
    Repository settings button
  3. Under "GitHub Pages," click Choose a theme or Change theme.
    Choose a theme button
  4. On the top of the page, click the theme you want, then click Select theme.
    Theme options and Select theme button
  5. You may be prompted to edit your site's README.md file.

Your chosen theme will automatically apply to markdown files in your repository. To apply your theme to HTML files in your repository, you need to add YAML front matter that specifies a layout to each file. For more information, see "Front Matter" on the Jekyll site.

Further reading

Did this doc help you?

Help us make these docs great!

All GitHub docs are open source. See something that's wrong or unclear? Submit a pull request.

Make a contribution

Or, learn how to contribute.