Online Help

Complete self-hosted help guide and example website.

After Dark includes an extensive online help manual and example website.

View help docs locally by navigating to http://localhost:1414 following a Quick Install or after running the Upgrade Script. Internet connection not required.

If help is not running you may start it anytime via script:

cd flying-toasters && \
./themes/after-dark/bin/help

Or simply create an alias and serve docs with live-reload:

alias hs='hugo serve --navigateToChanged' && \
hs --port 1414 --source themes/after-dark/docs

Help is included within the After Dark source code. So each new release will include the latest help docs, specific to that particular version.

Upgrade to get the latest updates using the Upgrade Script.