Skip to content

Latest commit

 

History

History
92 lines (75 loc) · 1.83 KB

README.md

File metadata and controls

92 lines (75 loc) · 1.83 KB

netlify-hugo-makerwork

Netlify Status

netlify-hugo-makerwork starter project.


Table of Contents


Hypothesis

netlify-hugo-makerwork was a personal project to:

Non-existant viable feature

  • host a static site for Makerwork

Project Structure

root/
  |- .gitignore
  |- .gitmodules
  |- netlify.toml
  |- README.md
  +- archetypes/
  +- config/
    +- _default/
      |- config.toml
      |- languages.toml
      |- menues.en.toml
      |- params.toml
  +- content/
    +- en/
      |- _index.md
      +- about/
      +- archive/
      +- posts/
        |- _index.md
        |- makerwork001.md
  +- layouts/
    +- _default/
      |- rss.xml
  +- resources/
  +- static/
    |- manifest.json
    +- favicon/
    +- images/
      +- feature/
      +- header/
      +- makerwork001/
      +- whoami/
  +- themes/
    +- zzo/

Methodology

This is the minimum viable product (MVP) to test the above hypothesis.

  • host a static site for Makerwork

Existing viable feature

  • Nil

Complexity

Count the cost of complexity, i.e. incremental reward and risk reduction, before evolving MVP.

Existing bloat


References

  • None

Reach Out!

Please consider giving this repository a star on GitHub.