Pixyll
Pixyll is a simple, beautiful theme for Hugo. Based on Pixyll for Jekyll
Features
- Basic tag support.
- Disqus comments supported.
- Google Analytics supported.
- Social links (currently only for twitter).
- Formspree for contanct form.
- Pagination support.
Example config:
languageCode = "en-us"
contentdir = "content"
publishdir = "public"
builddrafts = false
baseUrl = ""
canonifyurls = true
title = "Pixyll"
author = "admin"
theme = "pixyll"
[indexes]
category = "categories"
tag = "tags"
[params]
search_engine = true
google_analytics_id = "XX-XXXXXXXX-X"
twitter_username = "username"
disqus_shortname = "sitename"
paginate = true