Compare commits

...

2 Commits

Author SHA1 Message Date
oDinZu
68e0b24796 polishing .drone.yaml config + rsync to downloads page
Some checks failed
continuous-integration/drone/push Build is failing
2022-05-13 19:35:52 -04:00
oDinZu
1416b5a3fc add www cause it looks nicer 2022-05-12 02:47:48 -04:00
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ steps:
- git push https://$GITEA_USER:$GITEA_PASS@git.sharpetronics.com/sharpetronics/sharpetronics.com.git - git push https://$GITEA_USER:$GITEA_PASS@git.sharpetronics.com/sharpetronics/sharpetronics.com.git
# sync files to remote server [local _site ] to [remote _site www] # sync files to remote server [local _site ] to [remote _site www]
- rsync -aXvPzr -e ssh ../_site/* $SSH_USER@$SSH_HOST:/var/www/html/ - rsync -aXvPzr -e ssh ../_site/* $SSH_USER@$SSH_HOST:/var/www/sharpetronics.com/html/
# create tar.gz of _site directory for download elsewhere # create tar.gz of _site directory for download elsewhere
- tar -czf ../www-data_sharpetronics.tar.gz ../_site/* - tar -czf ../www-data_sharpetronics.tar.gz ../_site/*

View File

@ -19,7 +19,7 @@
# in the templates via {{ site.myvariable }}. # in the templates via {{ site.myvariable }}.
baseurl: "/" # the subpath of your site, e.g. /blog /galacticsociety.github.io baseurl: "/" # the subpath of your site, e.g. /blog /galacticsociety.github.io
url: "https://sharpetronics.com" # the base hostname & protocol for your site, GitHub example: https://sharpetronics.github.io url: "https://www.sharpetronics.com" # the base hostname & protocol for your site, GitHub example: https://sharpetronics.github.io
source: . source: .
#Latent Semantic Indexing for similarity bewtween documents. #Latent Semantic Indexing for similarity bewtween documents.