1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

test domain

This commit is contained in:
avinal
2021-02-08 17:59:45 +05:30
parent 1cf378414b
commit 910d56bf04
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<meta name="description" content="Somewhere out there beneath the pale moon light..."> <meta name="description" content="Somewhere out there beneath the pale moon light...">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Avinal"> <meta name="author" content="Avinal">
<link rel="stylesheet" href="https://blog.avinal.space/custom/css/space404.css" /> <link rel="stylesheet" href="https://www.avinal.space/custom/css/space404.css" />
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.min.css'> <link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.min.css'>
</head> </head>
+1 -1
View File
@@ -80,7 +80,7 @@ theme:
github: publish github: publish
touch "$(OUTPUTDIR)/CNAME" touch "$(OUTPUTDIR)/CNAME"
echo "blog.avinal.space" > "$(OUTPUTDIR)/CNAME" echo "avinal.space" > "$(OUTPUTDIR)/CNAME"
mkdir -p "$(OUTPUTDIR)/custom" mkdir -p "$(OUTPUTDIR)/custom"
cp -a custom/. "$(OUTPUTDIR)/custom/" cp -a custom/. "$(OUTPUTDIR)/custom/"
cp 404.html "$(OUTPUTDIR)" cp 404.html "$(OUTPUTDIR)"