Skip to content

nycmeshnet/nycmesh.net

Repository files navigation

NYC Mesh Website

Install

Install Hugo:

brew install hugo

Usage

Start the local server:

hugo serve

Navigate to the site at http://localhost:1313.

Adding Content

Content is stored as markdown in content. You can create files manually, or use hugo.

New blog:

hugo new blog/post-title.md

New press:

hugo new press/article-title.md

New presentation:

hugo new presentations/presentation-title.md

Map

The code for the map is located here.