Skip to content

Erfan's Hugo Theme (forked from Luke Smith)

Notifications You must be signed in to change notification settings

erfan-mirshams/eugo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Erfan's Hugo Theme

A simple Hugo theme I plan on using for my personal website.

get started

hugo new site new-site
cd new-site
git clone https://github.com/erfan-mirshams/eugo themes/eugo
echo "theme = 'lugo'" >> config.toml
cp themes/lugo/static/style.css static/

stuff

  • Makes one RSS feed for the entire site at /index.xml
  • Stylesheet is in /style.css and includes some important stuff 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.

About

Erfan's Hugo Theme (forked from Luke Smith)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 90.1%
  • CSS 9.9%