ikiwiki: --url is not required, since we are not using --rss / blogs (#17)
Ref: https://github.com/awesomeWM/awesome-www/pull/12#issuecomment-219466960.
This commit is contained in:
parent
70c31115a8
commit
40b0f6e69f
4
Makefile
4
Makefile
|
@ -4,8 +4,8 @@ HOME:=/dev/null
|
|||
all: output ldoc changelogs manpages
|
||||
|
||||
output: authors.mdwn
|
||||
ikiwiki $(CURDIR) html -v --wikiname about --plugin=goodstuff --templatedir=templates \
|
||||
--exclude=html --exclude=Makefile --rss --url https://awesomewm.org/
|
||||
ikiwiki $(CURDIR) html -v --wikiname about --plugin=goodstuff \
|
||||
--templatedir=templates --exclude=html --exclude=Makefile
|
||||
|
||||
authors.mdwn:
|
||||
echo '## Primary' > authors.mdwn
|
||||
|
|
Loading…
Reference in New Issue