Skip to content

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

About

NYC Mesh Website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 63.8%
  • CSS 31.0%
  • JavaScript 4.4%
  • Shell 0.8%