Only generate index.html

I recently converted my resume to JSON, after getting tired of updating Word docs. When looking for a tool to transform the JSON into HTML – surprise, surprise – I chose Hugo.

I only needed one page to be generated… the resume. Here’s the relevant bits from my config.yaml in case you ever need to do the same:

disableKinds:
  - taxonomy
  - taxonomyTerm
  - sitemap
outputs:
  home:
    - HTML
4 Likes

Could we see a tree of your project or content directory? Do you load from data? I’m trying to piece together a complete project. :slight_smile:

Sure. See https://github.com/zwbetz-gh/json-resume

1 Like