A simple Hugo theme for blog.
- Support Menu, categories, tags
- Support Search
git clone https://github.com/cybertramp/hugo-theme-podong.git themes/podong
OR
git submodule add https://github.com/cybertramp/hugo-theme-podong.git themes/podong
baseURL = "https://github.com/cybertramp/hugo-theme-podong"
languageCode = "ko-kr"
title = "podong theme"
theme = 'podong'
[menu]
[[menu.main]]
identifier = 'box'
name = 'box'
url = '/box/'
weight = -999
[[menu.main]]
identifier = 'categories'
name = 'Categories'
url = '/categories/'
weight = -110
[[menu.main]]
identifier = 'posts'
name = 'Posts'
url = '/posts/'
weight = -110
[[menu.main]]
identifier = 'tags'
name = 'Tags'
url = '/tags/'
weight = -110
[outputs]
home = ["HTML", "RSS", "JSON"]
[v0.0.1]
- init