Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fgebhart/profile
- Owner: fgebhart
- License: mit
- Created: 2022-09-11T12:54:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T19:59:58.000Z (10 months ago)
- Last Synced: 2024-11-13T21:05:16.425Z (2 months ago)
- Topics: github-actions, github-pages, hugo, personal-website, portfolio, static-site
- Language: CSS
- Homepage: https://fgebhart.dev
- Size: 65.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!