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
- Full layouts `home`, `post`, `tags`, `archive` and `about`.
81
86
- Uses font awesome 5 for icons.
87
+
- Beautiful page banner with _image_ and _video_.
82
88
- Beautiful Syntax Highlight using [highlight.js][highlight-js].
83
89
- RSS support using [Jekyll Feed][jekyll-feed] gem.
84
90
- Optimized for search engines using [Jekyll Seo Tag][jekyll-seo-tag] gem.
@@ -92,7 +98,7 @@ a star!**
92
98
93
99
Also, visit the [Live Demo][yat-live-demo] site for the theme.
94
100
95
-
## 🛠️ Installation
101
+
## Installation
96
102
97
103
There are three ways to install:
98
104
@@ -153,18 +159,17 @@ $ bundle
153
159
154
160
### GitHub Pages without limitation
155
161
156
-
GitHub Pages runs in `safe` mode and only allows [a set of whitelisted plugins/themes](https://pages.github.com/versions/). __In other words, the third-party gems will not work normally__.
162
+
GitHub Pages runs in `safe` mode and only allows [a set of whitelisted plugins/themes](https://pages.github.com/versions/). **In other words, the third-party gems will not work normally**.
157
163
158
164
To use the third-party gem in GitHub Pages without limitation:
159
165
160
166
Here is a GitHub Action named [jekyll-deploy-action](https://github.com/jeffreytse/jekyll-deploy-action) for Jekyll site deployment conveniently. 👍
161
167
162
-
163
-
## 📚 Usage
168
+
## Usage
164
169
165
170
Add or update your available layouts, includes, sass and/or assets.
166
171
167
-
## ✏️ Development
172
+
## Development
168
173
169
174
To set up your environment to develop this theme, run `bundle install`.
170
175
@@ -173,17 +178,18 @@ Your theme is setup just like a normal Jekyll site! To test your theme, run `bun
173
178
When your theme is released, only the files in `_data`, `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
174
179
To add a custom directory to your theme-gem, please edit the regexp in `jekyll-theme-yat.gemspec` accordingly.
175
180
176
-
## 🔫 Contributing
181
+
## Contributing
177
182
178
183
Issues and Pull Requests are greatly appreciated. If you've never contributed to an open source project before I'm more than happy to walk you through how to create a pull request.
179
184
180
185
You can start by [opening an issue](https://github.com/jeffreytse/jekyll-theme-yat/issues/new) describing the problem that you're looking to resolve and we'll go from there.
0 commit comments