-
Notifications
You must be signed in to change notification settings - Fork 244
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
Deprecation: The 'pygments' configuration option has been renamed to 'highlighter' #26
Comments
especially, github page doesn't support pygments any more. |
Pygments is now supported by GitHub Pages. |
Working on a new version that has a new Jekyll configuration. |
@hunvreus Oh nice. Why not working together on it? |
Sure. I'm thinking of moving to supporting the OpenAPI standard (API spec can be stashed in I'm already doing a first pass, I'll push it in another branch later on. |
@hunvreus Interesting. I like the idea of additional support for OpenAPI :-) |
I'm actually working on getting a lighter/simpler version of this using a single HTML file with some Tailwind and Alpine.js. All the templating is done by Alpine.js, and I believe it will allow for a much simpler integration (can be used without installing anything, can be embedded in other documentations, etc). If there's demand for it, I could consider porting the template over to Jekyll, but I don't see much value in doing so other than the fact that the documentation would be more easily indexed by search engines (but I believe Google is now able to process JS when indexing). |
@hunvreus Sorry, not familiar with Alpine.js and Tailwind. |
New version of Jekyll : Deprecation: The 'pygments' configuration option has been renamed to 'highlighter'. Please update your config file accordingly. The allowed values are 'rouge', 'pygments' or null.
Thus, _config.yml line 4, needs to be changed from :
pygments: true
to:
highlighter: pygments
The text was updated successfully, but these errors were encountered: