Skip to content

endgameviable/endgameviable-json-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Theme Name

endgameviable-json-theme

Features

Renders JSON data pages instead of HTML pages.

Installation

Copy to themes/

Configuration

Add to hugo.toml:

paginate = 25

disableKinds = [ 'taxonomy', 'term', 'sitemap' ]

[Params]
  jsonIncludeKinds = [ "page" ]
  jsonIncludeTypes = [ "post" ]

[outputs]
  home = ["json"]
  section = ["json"]
  taxonomy = ["json"]
  term = ["json"]
  page = ["json"]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages