mirror of https://github.com/dyne/webnomad.git
configurable pub files extension
This commit is contained in:
parent
2041bb7b02
commit
e04332186d
3
init
3
init
|
|
@ -74,6 +74,7 @@ TITLE="A new website made with WebNomad."
|
|||
BRAND="WebNomad"
|
||||
DESCRIPTION="WebNomad, your slick and static website publisher, powered by HTML5, Zsh and Bootstrap"
|
||||
KEYWORDS="web, design, html"
|
||||
EXTENSION=".html"
|
||||
EOF
|
||||
}
|
||||
|
||||
|
|
@ -86,4 +87,4 @@ act "Look in your new WebNomad project: $B $DIR $r"
|
|||
act "Customize $B config.zsh $r and then files in the $B tmpl/ $r folder"
|
||||
act "Create new HTML pages in $B views/ $r"
|
||||
|
||||
{ test "$DIR" = "." } || { sleep 10 }
|
||||
{ test "$DIR" = "." } || { sleep 10 }
|
||||
|
|
|
|||
Loading…
Reference in New Issue