Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fgebhart/profile

Simple hugo static webapp for hosting my portfolio page on Github Pages
https://github.com/fgebhart/profile

github-actions github-pages hugo personal-website portfolio static-site

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://dev.to/stphnwlsh/build-a-profile-page-using-github-pages-and-hugo-2fnl) by [Stephen Walsh](https://github.com/stphnwlsh). Thanks!