/me

Primary LanguageHTML

me

Netlify Status

Personal website built with Hugo.

Development

Serves the website locally.

cd <workspace>/me
hugo server -D

Note: -D (--buildDrafts) includes the content marked as draft. See for complete list of flags.

Deployment

This site is hosted on Netlify and deployed using the hugo command, rendering the site into the public/ folder.

Note: Running hugo does not remove generated files before building, so the public/ folder should be remove before executing the command.