carte
carte copied to clipboard
Simple Jekyll-based documentation site for APIs.
You should change the #sidebar css position : absolute to position: fixed. it seems more beautiful :))
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,...
Add support for a message informing the reader of the stability of each method.
I'm just launched my doc site[1] using this Jekyll layout and love the simplicity and cleanness of it. Thanks! But today I went back to make sure attributions were correct...
I was making this for personal use so that i woudn't have to install dependencies on my system. Do you want it in the repo? This is configuration for [gitpod](https://gitpod.io/)...
With the old post loop, an empty `` was being created at the beginning. Using `category.last` to reference the array of posts fixes this.