Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.06 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.06 KB

Nineteenth-Century Data Collective

This is the open-access website for the Nineteenth-Century Data Collective.

Getting Started

The website is generated by Zola, a static site generator written in Rust.

Install Zola

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.

Generate the Site

This will build and serve the site at 127.0.0.1:1111:

$ zola serve

License

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.