Skip to content

Instantly share code, notes, and snippets.

View AngelCrawford's full-sized avatar
🐮
*Muhh*

Angelique Crawford AngelCrawford

🐮
*Muhh*
View GitHub Profile
@AngelCrawford
AngelCrawford / .deploy.sh
Last active February 20, 2023 09:38
deploy.sh file and Tutorial for Hugo on Github Pages with git subtree and two Repositorys.
#!/bin/bash
Red="\033[0;31m" # Red
Green="\033[0;32m" # Green
Color_Off="\033[0m" # Text Reset
echo -e "$Green Deploying updates to GitHub...$Color_Off"
if [ "$1" ]
then msg="$1"