blog.trnck.dev
0
fork

Configure Feed

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

Merge pull request #79 from xt0rted/patch-1

Fix broken links in the readme

authored by

Brandon Rosage and committed by
GitHub
a9a676a5 f663eec5

+1 -1
+1 -1
README.md
··· 27 27 Jekyll is a [Ruby Gem](https://jekyllrb.com/docs/ruby-101/#gems) that can be installed on most systems. 28 28 29 29 1. Install a full [Ruby development environment](https://jekyllrb.com/docs/installation/) 30 - 2. Install Jekyll and [bundler](/docs/ruby-101/#bundler) [gems](/docs/ruby-101/#gems) 30 + 2. Install Jekyll and [bundler](https://jekyllrb.com/docs/ruby-101/#bundler) [gems](https://jekyllrb.com/docs/ruby-101/#gems) 31 31 ``` 32 32 gem install jekyll bundler 33 33 ```