c
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#/bin/bash
|
||||
git pull
|
||||
hugo
|
||||
rm public.tar.gz
|
||||
cd public
|
||||
tar -czvf ../public.tar.gz .
|
||||
git pull
|
||||
git add *
|
||||
git commit -m "new content"
|
||||
git push
|
||||
|
||||
Binary file not shown.
@@ -1,5 +1,7 @@
|
||||
<meta charset="utf-8">
|
||||
<title>{{ .Title }}</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin>
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
|
||||
<!-- mobile responsive meta -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5">
|
||||
|
||||
Reference in New Issue
Block a user