Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 577 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 577 Bytes

heshed.github.io

Refer

Setup

# install hugo
brew install hugo

# create hugo site
hugo new site heshed.github.io

# install theme
cd themes
git clone https://github.com/parsiya/Hugo-Octopress.git

cd ../..
echo themes > .gitignore

# create first post
hugo new about.md

# undraft
hugo undraft post/about.md

# 
git submodule add https://github.com/heshed/heshed.github.io.git public

echo "User-agent: *\nDisallow:" > static/robots.txt
sh deploy.sh