/portfolio

Playground

Primary LanguageHTMLMIT LicenseMIT

Netlify Status

Local Development

Pre-requisites: Hugo, Go and Git

# Clone the repo
git clone https://github.com/jfrancai/portfolio.git

# Change directory
cd portfolio

# Start the server
hugo mod tidy
hugo server --logLevel debug --disableFastRender -p 1313

Update theme

hugo mod get -u
hugo mod tidy

See Update modules for more details.