Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A lightning-fast dark Jekyll theme with a modern flat design, distributed as a Ruby gem for writers and developers.
Limp Dark is a Jekyll theme distributed as a Ruby gem that provides writers and bloggers with a dark, modern flat-style site interface, and it integrates the Jekyll-Spaceship plugin for extended Markdown capabilities.
Limp Dark is a dark-themed Jekyll site template packaged as a Ruby gem. It takes a standard Jekyll project with Markdown content and configuration files, and produces a static website with a modern flat visual style and a dark background. The theme is maintained by Ankit Kumar Jat (the repository is github.com/ankit-kumar-jat/hello) and is available as open source under the MIT License. A live demo is hosted at ankitkumarjat.me/limp-dark/.
div with class table-wrapper and markdown="block", so wide tables scale on mobile screens._data/social.yml file, separate from the main site config._config.yml, keeping customization in one place.bundle exec jekyll serve with live regeneration on file changes.gem "limp-dark" and setting theme: limp-dark in _config.yml, then running bundle._config.yml and _data/social.yml, then write posts in Markdown exactly as with any Jekyll site.gem "limp-dark" to your Jekyll site's Gemfile and set theme: limp-dark in _config.yml.bundle to install the gem, or install it directly with gem install limp-dark._config.yml and _data/social.yml, then start a local server with bundle exec jekyll serve to preview the site at http://localhost:4000.Yes. Limp Dark is open source under the MIT License, so you can use, modify, and distribute it freely without paying a license fee.
Add the line gem "limp-dark" to your site's Gemfile, set theme: limp-dark in _config.yml, and run bundle. Alternatively, install the gem globally with gem install limp-dark and reference it manually.
The theme is designed to use Jekyll-Spaceship to deliver its full feature set. The README states that to take 100% advantage of the theme, you should follow the plugin's README; the base theme may still render without it, but some enhanced Markdown features may be unavailable.
Wrap a Markdown table in a div block with class table-wrapper and the markdown="block" attribute, then place the table inside. This pattern lets the theme scroll or reformat wide tables on smaller screens.
