This is the open-access website for the Nineteenth-Century Data Collective.
The website is generated by Zola, a static site generator written in Rust.
Consult the official documentation for the most up-to-date installation instructions. For the impatient, however:
# macOS
$ brew install zola # or...
$ sudo port install zola
# Windows
$ scoop install zola # or...
$ choco install zola
# NixOS / Nixpkgs
$ nix-env -iA nixpkgs.zola
Alternatively, download the appropriate Zola binary from the GitHub release page.
This will build and serve the site at 127.0.0.1:1111
:
$ zola serve
The code in this repository is under the MIT license. All content that isn't code (under content
) is released under CC-BY-4.0.