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

CNAME generation changed

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2021-05-21 21:54:22 +05:30
parent 001bf90634
commit 51308824c4
3 changed files with 2 additions and 2 deletions
-2
View File
@@ -79,8 +79,6 @@ theme:
"$(PELICANTHEME)" --install "$(THEMEDIR)" --verbose "$(PELICANTHEME)" --install "$(THEMEDIR)" --verbose
github: publish github: publish
touch "$(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)"
+1
View File
@@ -0,0 +1 @@
avinal.space
+1
View File
@@ -41,6 +41,7 @@ EXTRA_PATH_METADATA = {
'extras/mstile-310x310.png': {'path': 'mstile-310x310.png'}, 'extras/mstile-310x310.png': {'path': 'mstile-310x310.png'},
'extras/mstile-144x144.png': {'path': 'mstile-144x144.png'}, 'extras/mstile-144x144.png': {'path': 'mstile-144x144.png'},
'extras/safari-pinned-tab.svg': {'path': 'safari-pinned-tab.svg'}, 'extras/safari-pinned-tab.svg': {'path': 'safari-pinned-tab.svg'},
'extras/CNAME': {'path': 'CNAME'},
} }
RFG_FAVICONS = False RFG_FAVICONS = False