Compare commits

..

No commits in common. "42eed53cefe50d7d489db7e3d9b91e5205a700d7" and "168e3a5635172c848793161ce68d8a8d9fe6a894" have entirely different histories.

2 changed files with 0 additions and 19 deletions

View File

@ -1,12 +0,0 @@
all: public
public: clean
hugo
clean:
rm -rf public
push: public
rsync -arvz -e 'ssh -p 2222' --progress --delete public/ bbaovanc.com:/var/www/bbaovanc/blog/
.PHONY: all clean

View File

@ -71,10 +71,3 @@ paginate = 5
identifier = "other-sites"
name = "Other Sites"
url = "/other-sites"
weight = 10
[[languages.en.menu.main]]
identifier = "main-website"
name = "Main Website"
url = "https://bbaovanc.com/"
weight = 20