Material-lite theme for Hugo
Last week, I wrote a post about how awesome Hugo is and why I switched from Jekyll to Hugo.
Then, a few days later, Google released an awesome template called Material Design Lite . It’s basically Google’s famous Material Design in HTML, CSS and JavaScript instead of in Polymer .
I was thinking about setting up another website for some side project and wanted to use material design. So I decided to write a material design theme for a simple Hugo blog.
You can check it out at https://github.com/sdebruyn/hugo-material-lite (demo ) Enjoy!
You might also like
If you liked this article, follow me on LinkedIn or other social media to stay up-to-date with my latest posts. You might also like the following 2 posts about related topics:
An introduction to Hugo, a static site generator
A good blogging platform What makes a good blogging platform really good? Well, that depends on the blogger. Programmers would need different features than make-up bloggers. As a programmer, I need to be able to easily integrate pieces of code with syntax highlighting in my posts and I’d prefer writing them in my favourite text/code editor instead of in a WYSIWYG editor.