Skip to content

127Gar/shulgi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mr Miller's Hugo Theme

A lightweight hugo theme used on my website. Named after the famed Sumerian King.

Configuration

hugo new site new-site
cd new-site
git clone https://github.com/127Gar/shulgi themes/shulgi
echo "theme = 'shulgi'" >> config.toml
cp themes/shulgi/static/style.css static/

Notes

  • Makes one RSS feed for the entire site at /index.xml
  • Stylesheet is in /style.css and includes some important things for partials.
  • If a post is tagged, links to the tags are placed at the bottom of the post.
  • nextprev.html adds links to the Next and Previous articles to the bottom of a page.
  • taglist.html links all tags an article is tagged to for related content.
  • rawhtml.html for inserting raw HTML into markdown.

About

Lightweight Hugo theme based on Luke Smith's lugo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 54.3%
  • HTML 45.7%