]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Add plugins installation to README and fix minor typos 37/head
authorpcarana <pc.moreno2099@gmail.com>
Tue, 4 Aug 2020 20:57:26 +0000 (15:57 -0500)
committerpcarana <pc.moreno2099@gmail.com>
Tue, 4 Aug 2020 20:57:26 +0000 (15:57 -0500)
docs/README.md
docs/_config.yml
docs/index.md

index e64cd8a8ca9481e4d86594263f825d38c2c971e2..8834deb966bdf4cfe72e79ca09a1421bfd3c2027 100644 (file)
@@ -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
 ```
 
index 1944e9b1755fa6b828417758b120c2830e5e3fd1..cbadb98cb3b5caebcac77c1615424ca2ceac60e7 100644 (file)
@@ -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
index 579c9521d2facf520c693b447b395a0b4a9a3eb4..f316b75c96c80560ee357a5b49bd7941cd41dfb0 100644 (file)
@@ -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 }}