# Netlify Deploy
## Quick Deploy
When Installed Hugo on your machine, check your hugo version.
```linux=1
hugo version
```
then run commnad on your terminal to deploy new site.
```linux=2
hugo new site [your site]
```
Then goto [your site] where basic site created.
```linux=3
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.
```linux=4
git init
git submodule add [themes github link] themes/[theme name]
```
copy content to project root folder where file path you are staying.
```linux=6
cp themes/[theme name]/exampleSite/* .
```
Init Commit on GitHub Desktop

Add "HUGO_VERSION" when deploy

Add new post by following command, remember no space and special character, only "-" allow.
```linux=7
hugo new content posts/[post name].md
```
### Success Deploy Hugo Themes
[lightbi-hugo](https://github.com/binokochumolvarghese/lightbi-hugo)
https://playful-stardust-28d447.netlify.app