Hugo
Intro
This “Post” is just a listing of some commands I don’t use often, but hate having to look up when I need them.
At some point I’m hoping to find the time and/or energy to really dig into Hugo themes and make this, its own special type like “Posts” “Categories” or “About” but that is not happening anytime soon.
Hugo
New Post
MAKE SURE I’M ACTUALLY IN THE SITE FOLDER
Last time I tried to do this in my default VSCode workspace I was one directory above where I should have been
I.E.: C:/TFF instead of C:/TFF/TFF
hugo new --kind chapter basics/_index.md
## Next two are the same one is from docs the other is an example
hugo new basics/second-content/index.md
hugo new posts/Post-Name/index.md