A fast static site generator in a single binary with everything built-in.
A fast static site generator in a single binary with everything built-in. Zola comes as a single executable with Sass compilation, syntax highlighting, table of contents and many other features that traditionally require setting up a dev environment or adding some JavaScript libraries to your site. The average site will be generated in less than a second, including Sass compilation and syntax highlighting. Zola renders your whole site as static sites, making it trivial to handle any kind of traffic you will throw at it at no cost without having to worry about managing a server or a database. Using augmented Markdown, Zola comes with shortcodes and internal links to make it easier to write your content.
A fast static site generator in a single binary with everything built-in. Zola comes as a single executable with Sass compilation, syntax highlighting, table of contents and many other features that traditionally require setting up a dev environment or adding some JavaScript libraries to your site. The average site will be generated in less than a second, including Sass compilation and syntax highlighting. Zola renders your whole site as static sites, making it trivial to handle any kind of traffic you will throw at it at no cost without having to worry about managing a server or a database. Using augmented Markdown, Zola comes with shortcodes and internal links to make it easier to write your content.
To install zola, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install zola
To see what files were installed by zola, run:
port contents zola
To later upgrade zola, run:
sudo port selfupdate && sudo port upgrade zola
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.