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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ For **Jekyll 3**:
31
31
gem 'jekyll-dash', '~> 1'
32
32
```
33
33
34
-
> Keep in mind: Github pages generation only supports Jekyll 3.9.x right now.
34
+
> Keep in mind: Github pages generation [only supports Jekyll 3.9.x right now](https://pages.github.com/versions/).
35
35
36
36
For **Jekyll 4**:
37
37
```ruby
@@ -150,7 +150,7 @@ gem "liquid-md5"
150
150
151
151
> I am using this theme but I don't see any tags?
152
152
153
-
**Solution**: as described above you have to add the tagging plugin. Additionally, tags do not work natively by Github Pages. You have to build your site on an external CI and push the `_site` artifacts to a hosting repository.
153
+
**Solution**: as described above you have to add the tagging plugin. Additionally, tags do not work natively by Github Pages. [You have to build your site on an external CI](https://bitbra.in/2021/10/03/host-your-own-blog-for-free-with-custom-domain.html) and push the `_site` artifacts to a hosting repository.
154
154
155
155
> I am getting an error that Bundler could not find compatible versions for gem
0 commit comments