Sha256: f9cd51d7b01c7b93c4ba492a0b0b43bdec4cf1b73021bb9c6f2f559b2498da3e
Contents?: true
Size: 1.09 KB
Versions: 3
Compression:
Stored size: 1.09 KB
Contents
# fni-docs-theme Forked from [just-the-docs](https://pmarsceill.github.io/just-the-docs/) Pertinent differences: * Nav generation has been moved to a plugin, lib/generators/nav-generator. This ensures the nav is only generated once and can be included ## Installation This theme is distributed as a Jekyll plugin, to install: * Add the plugin to your gemfile (recommend pinning a specific version): ```ruby group :jekyll_plugins do gem "fni-docs-theme", "0.4.2" end ``` Add these lines to your Jekyll site's `_config.yml`: ```yaml theme: fni-docs-theme plugins: - fni-docs-theme ``` ## Usage [View the documentation](https://pmarsceill.github.io/just-the-docs/) for usage information. ## Local Testing ```bash > ./serve ``` Access the site at http://localhost:4000/fni-docs-theme/ ## Publishing This theme/plugin is published as fni-docs-theme to rubygems.org. To publish a new version: * Bump the version in the fni-docs-theme.gemspec * Run the Publish Gem Github Action ## License The theme is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fni-docs-theme-0.6.2 | README.md |
fni-docs-theme-0.6.1 | README.md |
fni-docs-theme-0.6.0 | README.md |