Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donquinleone/site
My personal Hugo site
https://github.com/donquinleone/site
cd hugo hugo-bearcub personal-website
Last synced: 19 days ago
JSON representation
My personal Hugo site
- Host: GitHub
- URL: https://github.com/donquinleone/site
- Owner: DonQuinleone
- License: mit
- Created: 2024-07-18T17:34:36.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-09-20T16:42:00.000Z (4 months ago)
- Last Synced: 2024-12-21T00:15:48.133Z (19 days ago)
- Topics: cd, hugo, hugo-bearcub, personal-website
- Language: HTML
- Homepage: https://joshquinlan.co.uk
- Size: 2.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JoshQuinlan.co.uk
These are the source files for my personal website, built using Hugo and the and the [Bear Cub theme](https://github.com/clente/hugo-bearcub/tree/main).
## Continuous Deployment
This repo uses GitHub Actions to automatically build and deploy any updates made to the `master` branch into production.
It is therefore recommended to push to another branch and then open a PR to verify all of your changes.
## Development
To work on this site, please first make sure that you have Hugo (Extended) installed on your machine, as per [Hugo's Quick Start guide](https://gohugo.io/getting-started/quick-start/).
Once you have Hugo installed and available in your `$PATH`, simply clone down this repo and run `hugo server` to spin up a local web server. Open the link shown in your terminal in your preferred browser, and whenever you write changes the page will auto-update.