Skip to content

Commit 5015e12

Browse files
Update theme.md
1 parent fb710b9 commit 5015e12

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

recipes/jekyll/theme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,21 @@
22
> Creating and maintaining a GitHub theme
33
44

5+
56
## Samples
67

8+
### Quickstart
9+
10+
My own quickstart theme project.
11+
12+
[![MichaelCurrin - jekyll-theme-quickstart](https://img.shields.io/static/v1?label=MichaelCurrin&message=jekyll-theme-quickstart&color=blue&logo=github)](https://github.com/MichaelCurrin/jekyll-theme-quickstart)
13+
14+
### Minima
15+
716
Pieces from the [Minima](https://github.com/jekyll/minima) theme, to help with build your theme.
817

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+
920
- `Gemfile`
1021
```ruby
1122
# frozen_string_literal: true

0 commit comments

Comments
 (0)