From f52945eebd0861dbb7195955fb455dbf19ca6f9a Mon Sep 17 00:00:00 2001 From: pcarana Date: Tue, 4 Aug 2020 15:57:26 -0500 Subject: [PATCH] Add plugins installation to README and fix minor typos --- docs/README.md | 3 ++- docs/_config.yml | 4 ++-- docs/index.md | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index e64cd8a8..8834deb9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,9 +4,10 @@ This directory contains the source files of FORT's site and documentation. Github automatically compiles and publishes it at [https://nicmx.github.io/FORT-validator/](https://nicmx.github.io/FORT-validator/). -You can also compile the documentation yourself by running [Jekyll](http://jekyllrb.com/) right here. +You can also compile the documentation yourself by installing the required plugins and running [Jekyll](http://jekyllrb.com/) from this directory. ```bash +$ sudo gem install jekyll-seo-tag jekyll-sitemap $ jekyll build ``` diff --git a/docs/_config.yml b/docs/_config.yml index 1944e9b1..cbadb98c 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -14,8 +14,8 @@ plugins: - jekyll-sitemap #SEO configuration title: "FORT Validator - RPKI Relying Party" -tagline: "FORT Validator is a RPKI Relying Party" -description: "FORT validator is a RPKI Relying Party. It is a service that performs the validation of the entire RPKI repository, and which serves the resulting ROAs for easy access by your routers." +tagline: "FORT Validator is an RPKI Relying Party" +description: "FORT validator is an RPKI Relying Party. It is a service that performs the validation of the entire RPKI repository, and which serves the resulting ROAs for easy access by your routers." lang: en twitter: card: summary diff --git a/docs/index.md b/docs/index.md index 579c9521..f316b75c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ --- title: Home -descrption: FORT validator is a RPKI Relying Party, a tool offered as part of the FORT project. It performs the validation of the entire RPKI repository and serves the resulting ROAs for easy access by your routers. +descrption: FORT validator is an RPKI Relying Party, a tool offered as part of the FORT project. It performs the validation of the entire RPKI repository and serves the resulting ROAs for easy access by your routers. --- # {{ page.title }} -- 2.47.2