Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Jekyll blog theme for GitHub Pages with Disqus, Google Analytics, MathJax, and contact form integration.
Aliquam is a Jekyll blog theme built for GitHub Pages, combining Disqus comments, Google Analytics, MathJax, and a contact form into a single template that publishes as a static site.
Aliquam is a Jekyll theme that generates a static blog site from a standard Jekyll project. It takes content written in Markdown, a _config.yml file, and a GitHub repository, then produces a fast HTML/CSS blog that can be hosted on GitHub Pages. The theme is authored by grrinchas and is distributed under the MIT License.
_config.yml._config.yml; no extra plugin is needed._config.yml routes form submissions to your email.math: false in _config.yml.jekyll serve or bundle exec jekyll s, and preview the site at localhost:4000.baseurl to the branch name, and publish your blog as a subpath of a project site.Aliquam follows the standard Jekyll workflow. Installation offers three paths: forking the repository to create a new user site, creating a gh-pages branch in an existing repository, or running locally with Jekyll. Configuration is entirely handled through _config.yml, where you set fields like url, disqus, owner, title, subtitle, baseurl, google_analytics, contact_PK, and math. After configuration, the theme builds into a static blog that GitHub Pages serves automatically.
Yes, aliquam is open source under the MIT License, so you can use, modify, and distribute it freely for personal or commercial projects.
You can fork the repository and rename it to yourusername.github.io, create a gh-pages branch in an existing repository, or run it locally with Jekyll. Each method is documented in the theme's README with step-by-step commands.
The theme uses getSimpleform.com. Sign up to receive a token, copy only the public key, and paste it as contact_PK in _config.yml. Then form messages are forwarded to the email you registered.