Skip to content

scholarsportal/dataverse.scholarsportal.info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dataverse.scholarsportal.info

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.

Local Setup

To set up this site locally:

  1. Install Hugo
  2. Clone the repository:

git clone git@gitlab.scholarsportal.info:Static-Web/dataverse-public.git

  1. Get the theme files, which have been added as a submodule:

git submodule update --init --recursive

  1. 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.