github.com/jbramsden/hugo@v0.47.1/docs/content/en/commands/hugo_new_theme.md (about)

     1  ---
     2  date: 2018-08-17
     3  title: "hugo new theme"
     4  slug: hugo_new_theme
     5  url: /commands/hugo_new_theme/
     6  ---
     7  ## hugo new theme
     8  
     9  Create a new theme
    10  
    11  ### Synopsis
    12  
    13  Create a new theme (skeleton) called [name] in the current directory.
    14  New theme is a skeleton. Please add content to the touched files. Add your
    15  name to the copyright line in the license and adjust the theme.toml file
    16  as you see fit.
    17  
    18  ```
    19  hugo new theme [name] [flags]
    20  ```
    21  
    22  ### Options
    23  
    24  ```
    25    -h, --help   help for theme
    26  ```
    27  
    28  ### Options inherited from parent commands
    29  
    30  ```
    31        --config string    config file (default is path/config.yaml|json|toml)
    32        --debug            debug output
    33        --log              enable Logging
    34        --logFile string   log File path (if set, logging enabled automatically)
    35        --quiet            build in quiet mode
    36    -s, --source string    filesystem path to read files relative from
    37    -v, --verbose          verbose output
    38        --verboseLog       verbose logging
    39  ```
    40  
    41  ### SEE ALSO
    42  
    43  * [hugo new](/commands/hugo_new/)	 - Create new content for your site
    44  
    45  ###### Auto generated by spf13/cobra on 17-Aug-2018