Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hostwithquantum/runway-example-hugo
example hugo app for runway
https://github.com/hostwithquantum/runway-example-hugo
hugo planetary-quantum runway
Last synced: 3 days ago
JSON representation
example hugo app for runway
- Host: GitHub
- URL: https://github.com/hostwithquantum/runway-example-hugo
- Owner: hostwithquantum
- Created: 2024-01-23T15:51:13.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T09:05:11.000Z (5 months ago)
- Last Synced: 2024-12-30T21:15:55.784Z (14 days ago)
- Topics: hugo, planetary-quantum, runway
- Language: HTML
- Homepage: https://www.runway.horse/
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Runway Example hugo App
This is an example app demonstrating how to deploy a hugo app
to [runway](https://www.runway.horse/).* clone this repo, and navigate into that directory
* `runway app create`
* `runway app deploy`
* `runway open`You can then deploy changes by `git commit`ing them, and running `runway app
deploy` again.This our `hugo` docker image (https://github.com/hostwithquantum/hugo-docker)
to build your site, and `nginx` to serve it.To deploy your existing hugo site:
* add the `Dockerfile` from this repo into your Hugo repository.
* do `runway app create`/`runway app deploy`