mnishiguchi / nerves_website

Website content

Home Page:http://nerves-project.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nerves website

Get started

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 https://github.com/nklmilojevic/asdf-hugo.git
asdf plugin add nodejs

Then install dependencies:

asdf install
bin/setup

Run the development server.

bin/server

Visit localhost:1313.

Adding to the newsletter archive

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 URL

See ./bin/add_newsletter --help for customization and more info.

About

Website content

http://nerves-project.org


Languages

Language:HTML 99.5%Language:SCSS 0.3%Language:JavaScript 0.2%Language:Elixir 0.1%Language:Shell 0.0%