You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: recipes/jekyll/themes.md
+32-2Lines changed: 32 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,30 @@
1
1
# Themes
2
2
> Creating and maintaining a GitHub theme
3
3
4
+
## Notes
5
+
6
+
See the docs for structure in general not just Jekyll - [What is a gem?](https://guides.rubygems.org/what-is-a-gem/).
7
+
8
+
See [Specification](https://ruby-doc.org/stdlib-2.7.0/libdoc/rubygems/rdoc/Gem/Specification.html) in Ruby docs.
9
+
10
+
### Gemspec
11
+
12
+
- The `*.gemspec` file is used to package the theme as gem.
13
+
- Here are ways to add required dependencies. These are not actually installed when you install the gem, but the theme will give an error to say they are missing (at least this is the way it works with Remote Theme.
0 commit comments