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.
- Host: GitHub
- URL: https://github.com/princetonuniversity/c19datacollective
- Owner: PrincetonUniversity
- License: mit
- Created: 2024-04-05T11:20:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T02:18:55.000Z (7 months ago)
- Last Synced: 2025-02-28T09:39:51.162Z (7 months ago)
- Topics: digital-humanities, open-access
- Language: JavaScript
- Homepage: https://c19datacollective.com
- Size: 2.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).