This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
siina
/
siina.wtf
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Adding make file for easy updating
master
Siina Mashek
5 months ago
parent
fa8fdd18d5
commit
5b9fa85e7a
2 changed files
with
14 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-0
Makefile
+1
-1
themes/hugo-siinamon
+ 13
- 0
Makefile
View File
@ -0,0 +1,13 @@
.PHONY
:
all
generate
clean
publish
all
:
generate
generate
:
@hugo
clean
:
@echo
"Cleaning existing output"
@rm -r public/*
publish
:
@rsync -avz public/ siina.wtf:/var/www/siina.wtf/public
+ 1
- 1
themes/hugo-siinamon
@ -1 +1 @@
Subproject commit
5707f87c7b33ffa84a24d06d8390be1e9afd0344
Subproject commit
751baefbac8913fad7b61bea5fef524c354bae93
Write
Preview
Loading…
Cancel
Save