Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A deprecated Jekyll blog theme for GitHub Pages with Disqus, Google Analytics, pagination, and custom tags.
Kiko Plus is a deprecated Jekyll blog theme that transforms a GitHub repository into a static personal blog with Disqus comments, Google Analytics, pagination, custom tags, and SEO support.
Kiko Plus is a Jekyll-based blog theme created by AWEEKJ, inspired by the Kiko theme, and designed to be hosted on GitHub Pages. As input it takes a GitHub repository configured through the _config.yml file; as output it produces a static blog with Markdown-written posts. The theme is now deprecated — the repository description redirects users to the newer and easier kiko-now theme, which mixes jekyll-now with Kiko-plus.
disqus key in _config.yml._config.yml to measure site traffic._config.yml and _includes/footer.html.rake post and rake draft generate new posts and drafts with title, date, and tags directly from the command line.rake geminstall then jekyll serve or rake preview to build and view the site at localhost:4000.username.github.io repository without managing a server or database.rake post and rake draft, including tag and date arguments.Kiko Plus can be installed by forking the repository and renaming it to USERNAME.github.io, or by creating a gh-pages branch in an existing repository and pushing the theme files. After installation, edit _config.yml to set your blog name, social links, copyright, Google Analytics ID, Disqus short name, URL, and base URL. For local development, run rake geminstall to install Jekyll plugins, then jekyll serve or rake preview to preview at localhost:4000.
Kiko Plus is free and open source, released under the MIT License.
No, the theme is deprecated and will not receive updates. The repository description directs users to the newer kiko-now theme, which is described as easier and mixed with jekyll-now.
You can either fork the Kiko Plus repository and rename it to USERNAME.github.io, or create a gh-pages branch in an existing repository and push the theme's files to that branch. Then update _config.yml with your site details.
Yes, both are supported. Add your Disqus short name and Google Analytics tracking ID to _config.yml under the disqus and google-analytics keys, respectively.
You need Jekyll installed on your machine. After cloning the repository, run rake geminstall, then jekyll serve or rake preview, and access the site at localhost:4000. Set url in _config.yml to https://localhost:4000 for local preview.
