Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A content-first Jekyll theme for documentation sites and blogs, originally built for Magic Cloud.
Aista Jekyll Theme is a content-first Jekyll documentation theme created by Aista Ltd for their Magic Cloud framework and released under Creative Commons Attribution-ShareAlike 4.0. It turns a standard Jekyll project into a documentation site with a blog, custom navigation, and configurable branding, deployable on GitHub Pages via a remote theme.
The Aista Jekyll Theme is a remote Jekyll theme designed for documentation-heavy sites, originally built to document Magic Cloud. It takes Markdown files and YAML configuration as input and produces a static website with blog listing, dropdown navigation, and custom pages. The theme runs on any Jekyll installation and is designed for GitHub Pages remote-theme deployment through the remote_theme setting. It is open-sourced by Aista Ltd under Creative Commons Attribution-ShareAlike 4.0.
remote_theme: polterguy/aista-jekyll in your _config.yml to use the theme on GitHub Pages with no local build step.default, blog, and post layouts that keep content prominent, with minimal chrome around it._posts folder and create a blog.md page with layout: blog to automatically list them at /blog/.nav_sections in YAML; they render as a hamburger-toggled navbar.mwr and mwr_text; the element is skipped if you don't set it.google_analytics YAML option for visitor analytics.og_image to control the thumbnail shown when pages are shared on social platforms.banner_bg and body_bg image paths for the banner and body background._posts, then link to a blog listing page that shows all posts automatically._config.yml.To use the theme, add remote_theme: polterguy/aista-jekyll to your _config.yml and configure the optional settings shown in the README. Push the repository to GitHub Pages, and the theme is applied automatically. Blog posts are created as Markdown files in _posts with the post layout, while custom pages use the default layout and a permalink in front matter.
The theme is free to use under the Creative Commons Attribution-ShareAlike 4.0 license, with no paid tiers or premium features mentioned.
Yes, the theme is open source under Creative Commons Attribution-ShareAlike 4.0. You may use it for any site, but you must keep a link to Aista's website and share derivative works under the same license.
Yes, it was explicitly created for GitHub Pages. You use the remote_theme setting in _config.yml to apply it without cloning or building the theme locally.
Add a nav_sections list in _config.yml with each section's name and an items list containing URLs and names. These appear in a hamburger menu at the top of the page, and the menu is omitted if you don't define it.
Create a Markdown file in the _posts folder with a date-prefixed filename, and set layout: post in the front matter. To list posts, create a page with layout: blog and a permalink like /blog/.