/life-lessons-blog

Hugo based blog

Primary LanguageHTML

life-lessons-blog

Hugo based blog (still under development).

Useful Links:

Command to install HUGO on Mac

brew install hugo

Command to see blog locally

hugo serve -D

Commands to build blog and publish to Github

# Get assets compiled into public folder
hugo

# Copy all assets into github io repository
cp -R public/* ~/Projects/gsluthra.github.io

# Commit & Push to github.io from that repository