-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installed following the docs, but doesn't work at all #147
Comments
@wongyah what jekyll version? |
@msangel jekyll 4.2.0 on Win10 |
Following this cause same issue |
Same here. The filters do nothing at all. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What I did
1. Add
gem 'jekyll-toc'
to my gemfile.My gemfile is very simple, looks like this:
2. Run
bundle install
in the command line.I received the message below:
Bundle complete! 3 Gemfile dependencies, 32 gems now installed.
3. Add Jekyll-toc to _config.yml.
My _config.yml file looks similar to what is shown on the Jekyll Docs:
4. Add
toc: true
to my layout of a collection, and replace the{{ content }}
with {{ content | toc }}, to see if the plugin work or not.5. Run
bundle exec jekyll serve
again to rebuild the site locally.The pages in the collection folder are completely same to previous, no table of content is added.
What is wrong?
I have read all the instructions and explanations I could find on web, including the jekyll docs and jekyll-toc readme, but it just doesn't work.
Did I do something wrong with it? Or something I missed?
Thanks!
The text was updated successfully, but these errors were encountered: