Compare commits
No commits in common. "42eed53cefe50d7d489db7e3d9b91e5205a700d7" and "168e3a5635172c848793161ce68d8a8d9fe6a894" have entirely different histories.
42eed53cef
...
168e3a5635
12
Makefile
12
Makefile
@ -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
|
|
@ -71,10 +71,3 @@ paginate = 5
|
|||||||
identifier = "other-sites"
|
identifier = "other-sites"
|
||||||
name = "Other Sites"
|
name = "Other Sites"
|
||||||
url = "/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