https://github.com/mit-lcp/critical-data
Website for critical-data
https://github.com/mit-lcp/critical-data
Last synced: about 2 months ago
JSON representation
Website for critical-data
- Host: GitHub
- URL: https://github.com/mit-lcp/critical-data
- Owner: MIT-LCP
- License: mit
- Created: 2018-05-24T15:21:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T22:06:45.000Z (over 2 years ago)
- Last Synced: 2024-03-26T05:28:44.502Z (about 1 year ago)
- Language: CSS
- Homepage: https://criticaldata.mit.edu/
- Size: 115 MB
- Stars: 8
- Watchers: 12
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Critical Data Website
This is the source code for the Critical Data website.
The website uses [Hugo](https://gohugo.io/), a static website engine, with the [Universal theme](http://themes.gohugo.io/hugo-universal-theme/).# Building the website locally
Hugo makes it fairly easy to prototype the website locally. The steps are:
1. [Install Hugo](https://gohugo.io/#action)
2. Clone this repository recursively: `git clone --recurse-submodules [email protected]:MIT-LCP/critical-data.git`
3. Serve the website locally by running the following command in the root folder of this repository: `hugo serve`. More information on how Hugo works can be found [here](https://gohugo.io/overview/introduction/).# Deployment
The website is hosted on webserver. Add webserver as a remote and use git push to deploy the website.
See https://wiki-lcp.mit.edu/index.php?title=Hugo-on-webserver for details.