Skip to content

PrincetonUniversity/c19datacollective

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.