Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coar-repositories/ngr
https://github.com/coar-repositories/ngr
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/coar-repositories/ngr
- Owner: coar-repositories
- Created: 2017-09-20T17:44:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T08:43:19.000Z (over 1 year ago)
- Last Synced: 2024-08-01T12:25:42.473Z (4 months ago)
- Language: Ruby
- Size: 1.79 MB
- Stars: 21
- Watchers: 17
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - coar-repositories/ngr - (others)
README
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](https://www.coar-repositories.org/activities/advocacy-leadership/working-group-next-generation-repositories/)
These sources can be compiled into a functioning, 'static-HTML' website using [Hugo](https://gohugo.io/)
## Instructions for using Hugo with these website sources
***In the instructions below, `` refers to the folder containing your checked-put working-copy of this Github repository.***
[The Hugo documentation is comprehensive and useful.](https://gohugo.io/documentation/)
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](http://ngr.coar-repositories.org).
### Serving the website on your local machine with Hugo
1. Install Hugo ([instructions](https://gohugo.io/getting-started/installing/))
2. In a terminal, issue the following commands:
```sh
git clone [email protected]:coar-repositories/ngr.git
cd /webroot
hugo server
```3. Got to http://localhost:1313/ with your web browser
### Creating a new web-page
1. `cd /webroot`
2. `hugo new .md`