nanoc is a tool for building static web sites. It can transform content from one format (e.g. Haml or Markdown) into another (usually HTML) and lay out pages so that the site’s look and feel is consistent across all pages.
nanoc is a tool for building static web sites. It can transform content from one format (e.g. Haml or Markdown) into another (usually HTML) and lay out pages so that the site’s look and feel is consistent across all pages.
To install rb19-nanoc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb19-nanoc
To see what files were installed by rb19-nanoc, run:
port contents rb19-nanoc
To later upgrade rb19-nanoc, run:
sudo port selfupdate && sudo port upgrade rb19-nanoc
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.