gsluthra / life-lessons-blog

Hugo based blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Hugo based blog


Languages

Language:HTML 53.1%Language:SCSS 29.6%Language:JavaScript 9.2%Language:CSS 8.1%