Skip to content

FAIRDataPipeline/FDP_hugo

Repository files navigation

FDP_hugo

The FAIR Data Pipeline website contains information related to the FAIR Data Pipeline, its registry, command line tool and the language-specific APIs as well as various other technical documents associated with this SCRC project.

How to edit the site

It is not necessary to build the site in order to contribute changes, but if you want to see how these will be rendered, you will need to cary out the folowing steps:

  1. Install hugo extended.
  2. Clone this repository git clone https://github.com/FAIRDataPipeline/FDP_hugo.git.
  3. Information regarding the directory structure of the website and how make edits to to the template (mostly in markdown) can be found here.
  4. In the folder that contains this repository run the command hugo server.
  5. The website should build locally on http://localhost:1313/.

After pushing to Github, source files should automatically be generated and the website should build online. Alternatively, click on the Edit this page link (at the bottom of each page, next to the pencil) to edit an existing page.. or email a markdown / word document and we'll put it up for you.