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 rb-nanoc3, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-nanoc3
To see what files were installed by rb-nanoc3, run:
port contents rb-nanoc3
To later upgrade rb-nanoc3, run:
sudo port selfupdate && sudo port upgrade rb-nanoc3
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.