Skip to content

Kholtien/dnd-hugo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dnd-hugo

This is a hugo theme for documenting dungeons and dragons (DnD) campaigns.

It is still a work in progress.

Features

  • Content types
    • Campaign Pages with automatically generated list of appearing characters and NPCs and a list of the campaigns sessions.
    • Session pages for detailed session recaps.
    • Character pages for character descriptions as well as race, class, aligments, ...
    • Spell pages describing spells the characters can use.
  • Fonts for languages (dwarfish, elvish, draconic, abyssal)

Installation

  1. Add the theme
git add submodule https://github.com/sekthor/dnd-hugo.git themes/dnd-hugo
  1. Use the theme
theme = "dnd-hugo"

Configuration

Usage

  • Create a Campagin
    hugo new content campaings/<campaign-name>/_index.md
    
  • Create a character
    hugo new content characters/<character-name>/index.md
    
  • Create a spell
    hugo new content spells/<spell-name>.md
    

Acknowledgements

Fonts

About

A hugo theme for documenting DnD Campaigns

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 64.5%
  • CSS 31.7%
  • JavaScript 3.8%