Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Material Design Hugo theme using Polymer 1.0 web components with Disqus, Google Analytics, tags, and social links.
Polymer is a Material Design theme for Hugo built on Google's Polymer 1.0 web components, giving static sites a component-based UI with optional Disqus, Google Analytics, and social integrations.
Polymer is an open-source Hugo theme that generates Material Design styled sites using Polymer web components version 1.0. It takes a Hugo site's content (Markdown files in content folders) and renders a blog-style layout with tags, categories, pagination, and optional Disqus comments and Google Analytics. The theme is developed by pdevty and distributed through GitHub, where the repository also hosts a preview screenshot of the design.
googleAnalyticsUserID in config.toml to enable tracking.paginate setting (default 10).disqusShortname in config.toml to add comment threads to posts.params section.cover, profile, and photo parameters.Installation is straightforward: clone the repository into your Hugo site's themes directory, then run hugo server -t polymer -w -D to preview. Configuration lives entirely in config.toml, where you set the theme name, base URL, title, optional disqusShortname, and paginate count. The params block holds optional author, image, social, and analytics keys, and you can customize post URL structure with a permalinks rule.
Yes, Polymer is open source and freely available from its GitHub repository.
Set disqusShortname = "Your Disqus Name" in your config.toml file as shown in the theme's configuration example.
Yes, add googleAnalyticsUserID = "Your Analytics User Id" under [params] in config.toml to activate Google Analytics tracking.
Yes, the theme accepts optional Twitter, Facebook, GitHub, Google+, and LinkedIn usernames in the [params] section of config.toml.
The theme is built on Polymer 1.0, as stated in the repository description.