little-dude / hugo-theme-pixyll

A simple, beautiful Hugo theme that's mobile first.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Pixyll Screenshot

About

A simple, beautiful Hugo theme that's mobile first.

License:MIT License


Languages

Language:CSS 90.8%Language:HTML 8.1%Language:JavaScript 1.1%