Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dkrichards Theme

A clean, minimal Hugo theme for Micro.blog, converted from Jekyll.

Features

  • Responsive design
  • Pagination support
  • RSS feeds
  • Microformats (h-card, h-entry) for IndieWeb compatibility
  • Support for title-less microblog posts
  • Tag and category taxonomy support
  • Clean, readable typography

Installation

Add this theme to your Hugo site's themes directory or configure it in your hugo.toml:

theme = "dkrichards-theme"

Configuration

Example hugo.toml configuration:

baseURL = "https://example.com"
languageCode = "en-us"
title = "Your Name"
theme = "dkrichards-theme"

paginate = 8
timeZone = "America/New_York"

[params]
  description = "Your bio/description here"
  author = "Your Name"
  defaultImage = "/assets/images/profile.jpg"

[params.social]
  github = "yourusername"
  linkedin = "yourusername"

[outputs]
  home = ["HTML", "RSS"]
  section = ["HTML", "RSS"]

[outputFormats.RSS]
  mediaType = "application/rss+xml"
  baseName = "feed"

[taxonomies]
  tag = "tags"
  category = "categories"

Micro.blog Compatibility

This theme is designed to work seamlessly with Micro.blog:

  • Supports posts with and without titles
  • Custom RSS feed format
  • Microformats markup for proper feed parsing
  • IndieWeb-friendly markup

License

MIT License - See LICENSE file for details.

About

A Hugo theme for my personal site on micro.blog.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages