streamlined my process for managed links a bit by removing some redundancy with the way the urls.txt iterates through each sidebar.

This commit is contained in:
tomjohnson1492
2016-03-30 10:17:01 -07:00
parent e327afb8fe
commit 3b2241c958
7 changed files with 298 additions and 304 deletions

View File

@ -43,7 +43,7 @@ Bundler is a package manager for Ruby that will install all dependencies you mig
2. Install Bundler:
```
brew install bundler
gem install bundler
```