Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Jekyll theme for DNN (formerly DotNetNuke) Community project documentation
jekyll-theme-dnn-community is an open-source Jekyll theme for building static documentation sites for the DNN (formerly DotNetNuke) Community project.
jekyll-theme-dnn-community is a Jekyll theme distributed as a gem that provides layouts, includes, Sass stylesheets, and static assets for creating project documentation. It is designed specifically for documentation of the DNN (formerly DotNetNuke) Community project. The theme runs on Jekyll, the Ruby-based static site generator, and outputs a plain HTML static site that can be hosted anywhere. The repository is hosted on GitHub and is released under the MIT License.
_layouts, _includes, _sass, and assets for straightforward customization and maintenance.bundle exec jekyll serve and view the site at http://localhost:4000; edits regenerate automatically in the browser._layouts, _includes, _sass, and assets tracked by Git are included when the theme is released as a gem.hacktoberfest among its topics, signaling that contributions are welcomed.bundle install, and start the local server with bundle exec jekyll serve to preview the default documentation pages._sass and adjust layouts in _layouts to match the DNN Community branding.The theme follows the standard Jekyll development workflow. After installing Jekyll and running bundle install, you start a local server with bundle exec jekyll serve. The site regenerates as you modify layouts, includes, Sass, assets, and content. When the theme is released, the gem package includes only the four standard directories (_layouts, _includes, _sass, assets), as defined in the gemspec.
The theme is open source under the MIT License, allowing free use, modification, and distribution.
