hugoadmin (For Lack of a Better Name)

A companion tool to Hugo (by spf13) which helps create projects/types

Motivation

Hugo (https://www.github.com/spf13/hugo) is a static site generator written in Go. It’s super fast and fairly flexible. I’ve really enjoyed using it to build this site.

However, it requires a very strict folder layout and filenaming convention which is daunting when first starting out. This project aims to provide a small helper tool that will help you through creating the initial project structure as well as project types. It’s modelled after django-admin.

Implementation

hugoadmin is written in Go using Cobra (https://www.github.com/spf13/cobra).

Usage