Roger Gonzalez 4167eff2c8
All checks were successful
Hugo Build and Deploy (FR) / Build Hugo Site (pull_request) Successful in 5s
Hugo Build and Deploy (FR) / Deploy to Server (fr-translation) (pull_request) Has been skipped
Add --noCache flag to hugo build
- Adds the --noCache flag to the hugo build command.
- This prevents hugo from using cached data during builds.
- Improves build consistency and avoids potential stale content.
2025-05-14 21:02:31 -03:00
2023-01-10 19:09:04 -03:00
2025-04-08 14:30:02 +02:00
2025-05-14 20:47:15 -03:00
2025-05-14 21:02:31 -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%