Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Jekyll theme for building wiki sites from Git repositories, with this repo as its demo and documentation.
Git-Wiki is a Jekyll theme for turning a Git repository into a wiki, and this repository is its live demo and documentation site. The project is maintained by Drassil, and the demo has 77 stars on GitHub, showing active interest from developers. The theme's content is stored as Markdown files, so every edit is tracked as a commit and can be reviewed through pull requests. Because it is built on Jekyll, the wiki compiles to static HTML and can be hosted for free on GitHub Pages without a database or backend server.
Git-Wiki is a Jekyll theme that transforms a GitHub repository into a collaborative wiki site. This repository serves as the official demo and documentation for the git-wiki-theme project. The wiki content is written in Markdown and kept in the same Git repository as the code, giving every page a version history. The theme is designed for GitHub Pages, so publishing is as simple as pushing changes to the repository.
Git-Wiki is the demo and documentation repository shown here, while Git-Wiki Theme is the actual Jekyll theme code that is installed and used in other repositories. The demo site displays the theme's default look and provides setup instructions.
No. Git-Wiki builds to static HTML using Jekyll, so it does not need a database or backend server. All content lives in Markdown files in the Git repository.
Yes, the documentation is built around GitHub Pages. Because GitHub Pages natively supports Jekyll, you can publish the wiki by pushing the repository to GitHub.
Pages are plain Markdown files in the repository. You can edit them through the GitHub web interface, use a local editor and push, or accept contributions via pull requests.
