The website for Scholars Portal Dataverse, available at dataverse.scholarsportal.info. This site is built with the Hugo static site generator, and uses the Agency theme.
To set up this site locally:
- Install Hugo
- Clone the repository:
git clone git@gitlab.scholarsportal.info:Static-Web/dataverse-public.git
- Get the theme files, which have been added as a submodule:
git submodule update --init --recursive
- Run the Hugo site locally:
hugo server
This will output a URL to see your local version of the site, usually available at http://localhost:1313/. Any changes you make will automatically appear here.