Skip to content

zethussuen/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.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.6%
  • CSS 32.8%
  • JavaScript 4.7%
  • Shell 0.9%