New theme chooser for GitHub Pages
You can now build a GitHub Pages website with a Jekyll theme in just a few clicks. Create a new GitHub repository or go to an existing one. Open the…
You can now build a GitHub Pages website with a Jekyll theme in just a few clicks.
- Create a new GitHub repository or go to an existing one.
- Open the theme chooser in the GitHub Pages section of your repository settings.
- Select a theme.
Using a Jekyll theme means that your website content lives in Markdown files, which you can edit as needed and manage using your favorite Git workflow.
As soon as you apply a Jekyll theme to your site, you can add more pages simply by committing new Markdown files.
The theme chooser replaces the old automatic page generator which didn’t use Jekyll. Rest assured, existing GitHub Pages created with the automatic page generator will automatically use a matching Jekyll theme the first time you use the theme chooser.
Finally, the Jekyll themes in the theme chooser are all open sourced on GitHub.
For additional information, check out the documentation.
Written by
Related posts
Boost your CLI skills with GitHub Copilot
Want to know how to take your terminal skills to the next level? Whether you’re starting out, or looking for more advanced commands, GitHub Copilot can help us explain and suggest the commands we are looking for.
Beginner’s guide to GitHub: Setting up and securing your profile
As part of the GitHub for Beginners guide, learn how to improve the security of your profile and create a profile README. This will let you give your GitHub account a little more personality.
Beginner’s guide to GitHub: Merging a pull request
As part of the GitHub for Beginners guide, learn how to merge pull requests. This will enable you to resolve conflicts when they arise.