ruby - Jekyll and Redcarpet (plus dependencies) -
up until few hours ago, had jekyll install working normal. having created 26 different posts using current setup, i'm not expecting not work @ all. ran jekyll build
see results of new post created blog. got error saying not find redcarpet; weird since have never touched config or since created it. ran bundle install
no new gems added. sanity's sake ran bundle show redcarpet
, not found. okay that's weird. run gem install redcarpet v 3.1.0
version using pretty entire time. run bundle install
again, checking see if redcarpet added...and nope.
i decided go config , switch markdown parser , add kramdown, run jekyll serve...and i'm missing kramdown , redcarpet if install via gem install jekyll refuses acknowledge it's existence.
i tried deleting gemfile , rebuilding unfortunately nothing. if run bundle exec jekyll serve
works redcarpet isn't activated , markdown isn't parsed correctly (and new entries aren't added index page).
i'm missing obvious, direction or advice appreciated.
Comments
Post a Comment