Skip to content

Simple hugo static webapp for hosting my portfolio page on Github Pages

License

Notifications You must be signed in to change notification settings

fgebhart/profile

Repository files navigation

Profile

This repo contains the source code for a simple hugo static webapp for hosting portfolio page using Github Pages.

How to apply modifications?

  1. Ensure you have hugo installed. (e.g. by running brew install hugo on mac)
  2. In the root of this repo run hugo server and follow the given link to you localhost

Which themes are available?

Check out the hugo themes at: https://themes.gohugo.io/

Credits

This repo and the contained static webapp are heavily inspired by this guide by Stephen Walsh. Thanks!