Skip to content

byanthny/yugo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yugo - your go to hugo theme

simple hugo theme for my projects and skeleton for future themes

setup

see hugo docs for more updated and thorough instructions

hugo new site <sitename>
cd <sitename>
git init
git submodule add https://github.com/byanthny/yugo
echo 'theme = "yugo"' >> config.toml
hugo server

put homepage content in root layout/index.html not the theme folder

Roadmap

See CHANGELONG.md for changes.

  • main page templates
  • initial sass files
  • basic content styling
  • back links
  • more components (posts list, image gallery, latex)
  • more content styling
  • rss

references and learning resources