The website uses Hugo and Node.js. We're using asdf to manage versions, so
first install the hugo and nodejs plugins if you haven't already. The
default hugo plugin in asdf doesn't support extended Hugo versions so if you
get an error, that might be the issue.
asdf plugin add hugo
asdf plugin add nodejsThen install dependencies:
asdf install
bin/setupRun the development server.
bin/serverVisit localhost:1313.
Once the Nerves newsletter has been delivered, get the URL to the HTML source
(usually found at the top where it says No images? Click here) then run the
script:
./bin/add_newsletter URLSee ./bin/add_newsletter --help for customization and more info.