Roger Gonzalez cdb360dc3e
All checks were successful
Hugo Build and Deploy / Build Hugo Site (pull_request) Successful in 20s
Hugo Build and Deploy / Deploy to Server (pull_request) Has been skipped
Add GitHub Actions deployment workflow
- Adds a workflow to build and deploy the Hugo site.
- Uses klakegg/hugo:0.111.3-ext-alpine-ci for the build environment.
- Checks out the code in both build and deploy jobs.
- Deploys to the server using SSH keys and secrets.
- Only deploys on pushes to the master branch.
- Uses `git stash` and `git pull --force` for deployment.
2025-05-14 20:34:07 -03:00
2023-01-10 19:09:04 -03:00
2025-03-30 09:42:24 -03:00
2023-01-19 22:20:29 -03:00

yams.media

This are the source files for https://yams.media.

Dependencies

  • hugo.

To run

For development

git clone git@gitlab.com:rogs/yams.media.git
cd yams.media
hugo serve

And open http://localhost:1313 to see the site.

For production

git clone git@gitlab.com:rogs/yams.media.git
cd yams.media
hugo

Your files will be on the ./public folder, ready to upload to a server.

todo

  • Add dark mode
Description
yams.media website source files
https://yams.media
Readme 33 MiB
Languages
SCSS 96.1%
HTML 3%
JavaScript 0.8%
Shell 0.1%