Skip to content

gsluthra/life-lessons-blog

Repository files navigation

life-lessons-blog

Hugo based blog.

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

About

Hugo based blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published