Skip to content

philipplewe/portfolio

Repository files navigation

Portfolio

A portfolio and blog page build with static site generator Hugo using Congo theme.

Super-Linter Deploy Hugo site to Pages

Pre-requisites

  • Hugo CLI

Hugo CLI installation on macOS

brew install hugo

Local development

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

Deployment to GitHub pages

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/.

References

About

A portfolio and blog page build with static site generator Hugo

Topics

Resources

Stars

Watchers

Forks