From: pcarana Date: Tue, 4 Aug 2020 20:57:26 +0000 (-0500) Subject: Add plugins installation to README and fix minor typos X-Git-Tag: v1.4.0~4^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F37%2Fhead;p=thirdparty%2FFORT-validator.git Add plugins installation to README and fix minor typos --- 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 }}