These are the sources (in the 'webroot' folder) for an experimental website, to look at possible presentations of the outputs of the COAR Next Generation Repositories Working Group
These sources can be compiled into a functioning, 'static-HTML' website using Hugo
In the instructions below, <LOCAL_FOLDER>
refers to the folder containing your checked-put working-copy of this Github repository.
The Hugo documentation is comprehensive and useful.
Any changes committed to this repository, or pushed to this repository from a remote checked out copy, will automatically rebuild the website at http://ngr.coar-repositories.org.
-
Install Hugo (instructions)
-
In a terminal, issue the following commands:
git clone [email protected]:coar-repositories/ngr.git <LOCAL_FOLDER> cd <LOCAL_FOLDER>/webroot hugo server
-
Got to http://localhost:1313/ with your web browser
cd <LOCAL_FOLDER>/webroot
hugo new <NAME_OF_WEB_PAGE>.md