Compare commits
2 Commits
168e3a5635
...
42eed53cef
Author | SHA1 | Date | |
---|---|---|---|
42eed53cef | |||
7c568ef4d5 |
12
Makefile
Normal file
12
Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
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
|
@ -71,3 +71,10 @@ 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
|
||||
|
Reference in New Issue
Block a user