Thursday, 09 January 2020
Download binaries for Linux, macOS or Windows.
Create a new configuration file:
cp ./config.yml.tpl config.yml
Make sure the url
, title
and description
are specified.
Generate web site contents into an output folder called _site
using the markdown files from _posts
. By default, the website uses the blazer
theme:
nenu_linux_amd64 -p _posts -o _site
Specify another theme to use:
nenu_linux_amd64 -p _posts -o _site -t themes/my-custom-theme
Specify a configuration file name:
nenu_linux_amd64 -p _posts -o _site -c my_config.yml