linkifyjs icon indicating copy to clipboard operation
linkifyjs copied to clipboard

docs(project): added angular (ngx-linkifyjs) documentation for linkifyjs

Open AnthonyNahas opened this issue 7 years ago • 2 comments

As discussed in this thread #241, I have written a detailed documentation for angular ts version (ngx-linkifyjs) of linkifyjs

AnthonyNahas avatar Dec 15 '18 13:12 AnthonyNahas

I am not able to run jekyll on my machine! Im getting errors like


Configuration file: /Users.../linkifyjs/_config.yml
  Dependency Error: Yikes! It looks like you don't have jekyll-sitemap or one of its dependencies installed. In order to use Jekyll as currently configured, you'll need to install this gem. The full error message from Ruby is: 'cannot load such file -- jekyll-sitemap' If you run into trouble, you can find helpful resources at https://jekyllrb.com/help/! 

AnthonyNahas avatar Feb 02 '19 23:02 AnthonyNahas

You need to install the gem dependencies

gem install jekyll-sitemap jekyll-coffeescript

nfrasser avatar Feb 04 '19 22:02 nfrasser