A portfolio and blog page build with static site generator Hugo using Congo theme.
- Hugo CLI
brew install hugo
To render the site locally including draft contents, run hugo server with the --buildDrafts
or -D
parameter:
hugo server --buildDrafts
The site is accessible via the browser on http://localhost:1313/ and supports LiveReload.
When editing content, if you want your browser to automatically redirect to the page you last modified, run:
hugo server --navigateToChanged
On every push to main
branch the site is build and deployed to GitHub pages. See .github/workflows/hugo.yaml for deployment process details.
The published page is available at https://philipplewe.github.io/portfolio/.