Netlify Deploy

Quick Deploy

When Installed Hugo on your machine, check your hugo version.

hugo version

then run commnad on your terminal to deploy new site.

hugo new site [your site]

Then goto [your site] where basic site created.

cd [your site]

Run git command to start this project as a new repository, and copy favourite themes that depends on code from, while you want to keep the two projects (and their version histories) separate, by git submodule with theme name you choose to use in your project.

git init git submodule add [themes github link] themes/[theme name]

copy content to project root folder where file path you are staying.

cp themes/[theme name]/exampleSite/* .

Init Commit on GitHub Desktop

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →

Add "HUGO_VERSION" when deploy

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →

Add new post by following command, remember no space and special character, only "-" allow.

hugo new content posts/[post name].md

Success Deploy Hugo Themes

lightbi-hugo
https://playful-stardust-28d447.netlify.app