Remove hugo, switch to astro
This commit is contained in:
parent
4e0ca77624
commit
5c724783f3
7 changed files with 4 additions and 23 deletions
6
push.sh
6
push.sh
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd hugo
|
||||
hugo
|
||||
rsync -a public/* raspberrypi:/var/www/html/notes/hugo/public
|
||||
cd astro
|
||||
npm run astro build
|
||||
rsync -a dist/* raspberrypi:/var/www/html/notes/astro/dist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue