A charming Jekyll theme. linus.arthr.dev/
jekyll-theme
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

release: v1.2.1

+14 -1
+13
CHANGELOG.md
··· 4 4 permalink: /changelog/ 5 5 --- 6 6 7 + ## Version 1.2 8 + 9 + **New:** 10 + 11 + - **Link Previews:** 12 + If you want to add a link to your post, just add a `{% raw %}{% include link-preview.html url="https://example.com/ %}{% endraw %}` to show a nice preview. 13 + 14 + ### Version 1.2.1 15 + 16 + **Fix:** 17 + 18 + - Replaces special characters for HTML entities that broke the theme build. 19 + 7 20 ## Version 1.1 8 21 9 22 **New:**
+1 -1
linus.gemspec
··· 2 2 3 3 Gem::Specification.new do |spec| 4 4 spec.name = "linus" 5 - spec.version = "1.1.1" 5 + spec.version = "1.2.1" 6 6 spec.authors = ["Arthur Freitas"] 7 7 spec.email = ["email@arthr.me"] 8 8