A static-generated website to introduce the Data Together project, built with Hugo. The website describes our collective commitment to support the development of a decentralized web that aggregates and preserves the public record, with attention to provenance and trustworthiness of our data.
Copyright (C) 2017 Data Together contributors.
Data Together theme code at github.com/datatogether/website/themes/datatogether is licensed under a GNU General Public License v3.0, the text of which is included in the repository here.
Data Together website content and documentation is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
We would love involvement from more people! If you notice any errors or would like to submit changes, please see our Contributing Guidelines.
We use GitHub issues for tracking bugs and feature requests and Pull Requests (PRs) for submitting changes.
-
Clone this repo
$ git clone [email protected]:datatogether/website.git
and
cd
into the directory -
Install Hugo
We use Hugo, a fast and modern static site generator written in Go, follow the install instructions.
-
Make Changes and Test Locally
You can then make changes using your favourite text editor, read about Hugo usage basics and directory structure.
Hugo also includes a development server, so you can view your changes as you go. Spin it up with the following command:
$ hugo server
run
hugo
before adding changes to a git commit.
Data Together is currently hosted on Github Pages with automatic deployment via Circle CI (deployment logs). Any changes merged into main
will automatically go live onto the website.