File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ CONFFILE=$(BASEDIR)/pelicanconf.py
9
9
PUBLISHCONF =$(BASEDIR ) /publishconf.py
10
10
11
11
GITHUB_PAGES_BRANCH =gh-pages
12
-
12
+ GITHUB_PAGES_CNAME =libdatachannel.org
13
13
14
14
DEBUG ?= 0
15
15
ifeq ($(DEBUG ) , 1)
@@ -72,7 +72,7 @@ publish:
72
72
" $( PELICAN) " " $( INPUTDIR) " -o " $( OUTPUTDIR) " -s " $( PUBLISHCONF) " $(PELICANOPTS )
73
73
74
74
github : publish
75
- ghp-import -m " Generate Pelican site" -po -b $(GITHUB_PAGES_BRANCH ) " $( OUTPUTDIR) "
75
+ ghp-import -m " Generate Pelican site" -po -b $(GITHUB_PAGES_BRANCH ) -c $( GITHUB_PAGES_CNAME ) " $( OUTPUTDIR) "
76
76
77
77
78
78
.PHONY : html help clean regenerate serve serve-global devserver publish github
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7
7
SITEURL = ''
8
8
9
9
PATH = 'content'
10
- STATIC_PATHS = ['images' , 'extra/CNAME' ]
11
- EXTRA_PATH_METADATA = {'extra/CNAME' : {'path' : 'CNAME' }}
10
+ STATIC_PATHS = ['images' ]
12
11
13
12
THEME = 'theme'
14
13
You can’t perform that action at this time.
0 commit comments