Skip to content

Instantly share code, notes, and snippets.

@gocs
Created April 18, 2020 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gocs/881e36838381f86f93bd4dc945b59630 to your computer and use it in GitHub Desktop.
Save gocs/881e36838381f86f93bd4dc945b59630 to your computer and use it in GitHub Desktop.
hugo new site in current folder/directory or without making a folder inside the repo
#!/usr/bin/env bash
hugo new site quickstart && mv ./quickstart/* . && rm -rf ./quickstart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment