https://github.com/rnpgp/rnpgp.github.io
Official RNP site
https://github.com/rnpgp/rnpgp.github.io
Last synced: 4 months ago
JSON representation
Official RNP site
- Host: GitHub
- URL: https://github.com/rnpgp/rnpgp.github.io
- Owner: rnpgp
- Created: 2018-05-01T01:49:59.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-08-15T11:04:40.000Z (10 months ago)
- Last Synced: 2025-08-15T12:21:34.547Z (10 months ago)
- Language: HTML
- Homepage: https://www.rnpgp.com
- Size: 2.08 MB
- Stars: 1
- Watchers: 13
- Forks: 3
- Open Issues: 22
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= RNP Open Project Site
== Introduction
This is the RNP project site (a Ribose Open Project Site) located at https://www.rnpgp.org.
The site is implemented as a https://jekyllrb.com[Jekyll] site and configured
in _config.yml. Site data is located in this directory and build gets created
in _site.
== Development
=== Getting started
* Ensure you have reasonable Ruby version
* Run `bundle` from within site directory to install Ruby dependencies
=== Serving site preview
* Run `jekyll serve` from within site directory
== Operations
Refer to the OPS document.