Skip to content

Instantly share code, notes, and snippets.

@carlogilmar
Created August 24, 2022 17:15
Show Gist options
  • Save carlogilmar/a91aacc83d7e85d39d5b9909dee20ac0 to your computer and use it in GitHub Desktop.
Save carlogilmar/a91aacc83d7e85d39d5b9909dee20ac0 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "Actualizando blog"
hugo -D
rm -rf docs/
mv public/ docs/
cp robots.txt docs/robots.txt
echo "Donas...!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment