initial commit

This commit is contained in:
adrianj12
2024-08-11 01:27:06 +01:00
parent 53ed2ce0a7
commit d3f7404cd6
5 changed files with 47 additions and 0 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
deploy: generate
rsync -avz -e 'ssh -p 21098' public/ adrizyks@server198.web-hosting.com:~/public_html/blog.adrianabeyta.com/
generate: public/*
hugo
test:
cygstart http://localhost:1313/
hugo server