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