henshin build
. This can
be a relative or absolute path. By default this is set to build/
.
dest: different-folder
root: /blog
ignore:
- some-file.txt
- a-picture.jpg
- secrets/
publish:
host: sftp.example.com
base: /path/to/public
user: your_username
Henshin will prompt for your password when henshin publish
is run.
:year
, :month
,
:day
, :title
. Default is /:title/index.html
permalink: /:year/:month/:day/:title.html
compress:
scripts: false
styles: false
To pass settings to particular rendering engines set the option with the file extension used. For instance to allow autolinks in markdown files use (see docs for Redcarpet),
md:
autolink: true