# About ### Where this project comes from The theme scaffold was generated with this command and Jekyll 4: ```sh $ jekyll new-theme NAME ``` Note that is similar to the `jekyll new` command. ### Package a theme The part that allows this project gem to be packaged as an installable gem-based theme is this file: - [jekyll-theme-quickstart.gemspec](/jekyll-theme-quickstart.gemspec) The other parts like the config and Gemfile or the layout and includes directories are standard for a Jekyll project. The markdown pages in the root are included for a local demo and are not packaged in the theme. Resources: - [Creating a gem-based theme](https://jekyllrb.com/docs/themes/#creating-a-gem-based-theme) in Jekyll docs. - [Publishing your theme](https://jekyllrb.com/docs/themes/#publishing-your-theme) in Jekyll docs. - [Adding a theme to your GitHub Pages site using Jekyll](https://help.github.com/en/github/working-with-github-pages/adding-a-theme-to-your-github-pages-site-using-jekyll) guide on Github's help.