An open API service indexing awesome lists of open source software.

https://github.com/princetonuniversity/c19datacollective

Open-access website for the Nineteeth-Century Data Collective.
https://github.com/princetonuniversity/c19datacollective

digital-humanities open-access

Last synced: 7 months ago
JSON representation

Open-access website for the Nineteeth-Century Data Collective.

Awesome Lists containing this project

README

          

# Nineteenth-Century Data Collective

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

## Getting Started

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

### Install Zola

Consult the [official documentation][zola-doc] for the most up-to-date installation instructions. For the impatient, however:

```sh
# 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][zola-release].

### Generate the Site

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

```sh
$ zola serve
```

[zola]: https://www.getzola.org
[zola-doc]: https://www.getzola.org/documentation/getting-started/installation/
[zola-release]: https://github.com/getzola/zola/releases

## License

The code in this repository is under [the MIT license](LICENSE). All content that isn't code (under `content`) is released under [CC-BY-4.0](content/LICENSE).