Compare commits

..

No commits in common. "182068d99139a9d00c2f161e75789772a64c839f" and "78cd4ac18643fab94b068439214487e6096b8a92" have entirely different histories.

3 changed files with 4 additions and 16 deletions

View File

@ -1,3 +0,0 @@
# HugoPoi's blog deploy documentation
* Some deploy code

View File

@ -1,9 +0,0 @@
#!/bin/bash
# Build
hugo
# Backup current deploy
ssh home.hugopoi.net sudo yunohost backup create --apps my_webapp
# Deploy full legacy and new blog
rsync -rlgoD --checksum --verbose www/ home.hugopoi.net:/var/www/my_webapp/www/
# Deploy only the new hugo blog
rsync -rlgoD --verbose --checksum --delete www/v2/ home.hugopoi.net:/var/www/my_webapp/www/v2/

View File

@ -41,10 +41,10 @@ name = "Home"
url = "/"
weight = 1
# [[menu.nav]]
# name = "Blog"
# url = "/post/"
# weight = 2
[[menu.nav]]
name = "Blog"
url = "/post/"
weight = 2
# [[menu.nav]]
# name = "Tags"