2023-01-10 20:49:43 -03:00
2023-01-10 19:09:04 -03:00
2023-01-10 19:48:49 -03:00
2023-01-10 14:43:28 -03:00
2023-01-09 19:09:23 -03:00
2023-01-10 19:12:30 -03:00
2023-01-10 20:49:43 -03:00

yams.media

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

Dependencies

  • hugo.
  • cwebp (development only).

To run

For development

git clone git@gitlab.com:rogs/yams.media.git
cd yams.media
ln -s $(pwd)/pre-commit $(pwd)/.git/hooks # for pre-commit hooks
hugo serve

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

About the pre-commit hooks and MacOS

If you are in MacOS you might have problems because of the sed command. If you are having problems, just change sed -i for sed -i '' and you'll be good to go! Please do not commit this change into the repository.

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.

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