We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb710b9 commit 5015e12Copy full SHA for 5015e12
recipes/jekyll/theme.md
@@ -2,10 +2,21 @@
2
> Creating and maintaining a GitHub theme
3
4
5
+
6
## Samples
7
8
+### Quickstart
9
10
+My own quickstart theme project.
11
12
+[](https://github.com/MichaelCurrin/jekyll-theme-quickstart)
13
14
+### Minima
15
16
Pieces from the [Minima](https://github.com/jekyll/minima) theme, to help with build your theme.
17
18
+As in Minima, you can add gems to your theme's `*.gemspec` file. That means you don't have to add them to your project's `Gemfile`.
19
20
- `Gemfile`
21
```ruby
22
# frozen_string_literal: true
0 commit comments