From: lvitale Date: Fri, 31 Jul 2020 21:11:29 +0000 (-0300) Subject: Add SEO configuration and description for all pages. X-Git-Tag: v1.4.0~4^2^2~2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=441384d5647166e18b7b140fe2188f00b54cbd05;p=thirdparty%2FFORT-validator.git Add SEO configuration and description for all pages. --- diff --git a/docs/_config.yml b/docs/_config.yml index 2ac47384..aaebb302 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -6,5 +6,15 @@ defaults: path: "" # an empty string here means all files in the project values: layout: "default" + image: "/img/logo_validador_og.png" fort-latest-version: 1.3.0 +plugins: + - jekyll-seo-tag +#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." +lang: en +twitter: + card: summary diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index c5fd9d6f..f1ce60f3 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -2,7 +2,6 @@ - {{ page.title }} @@ -13,6 +12,7 @@ + {% seo %} diff --git a/docs/img/logo_validador_og.png b/docs/img/logo_validador_og.png new file mode 100644 index 00000000..e15b62b2 Binary files /dev/null and b/docs/img/logo_validador_og.png differ diff --git a/docs/incidence.md b/docs/incidence.md index df38c8ac..7760a4e2 100644 --- a/docs/incidence.md +++ b/docs/incidence.md @@ -1,5 +1,6 @@ --- title: Incidence +description: The incidence section of Fort's configuration file is a means to modify its behavior upon encountering profile violations that, from experience, are often overlooked. --- # {{ page.title }} diff --git a/docs/index.md b/docs/index.md index e733d08c..59345077 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,6 @@ --- title: Home +descrption: FORT validator is an MIT-licensed RPKI Relying Party, this is a tool offered as part of the FORT project. 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. --- # {{ page.title }} diff --git a/docs/installation.md b/docs/installation.md index 965899b6..daf0863a 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -1,5 +1,6 @@ --- title: Compilation and Installation +description: Guide to compile and install FORT Validator. --- # {{ page.title }} diff --git a/docs/intro-fort.md b/docs/intro-fort.md index fdfa5057..5190fc9b 100644 --- a/docs/intro-fort.md +++ b/docs/intro-fort.md @@ -1,5 +1,6 @@ --- title: Introduction to Fort +description: FORT Validator is a command line application intended for UNIX operating systems, written in C. --- # {{ page.title }} diff --git a/docs/intro-rpki.md b/docs/intro-rpki.md index 8892b352..428b7478 100644 --- a/docs/intro-rpki.md +++ b/docs/intro-rpki.md @@ -1,5 +1,6 @@ --- title: Introduction to RPKI +description: The RPKI (Resource Public Key Infrastructure) is a PKI (Public Key Infrastructure) that deals with Internet Resources. (In this context, “resource” refers to IP Addresses and AS numbers.) --- # {{ page.title }} diff --git a/docs/logging.md b/docs/logging.md index c003c7e9..3655f381 100644 --- a/docs/logging.md +++ b/docs/logging.md @@ -1,6 +1,7 @@ --- title: Logging command: fort +description: This is a guide to configure and use the logging attributes of FORT Validator. url-log-enabled: "[`--log.enabled`](usage.html#--logenabled)" url-log-level: "[`--log.level`](usage.html#--loglevel)" url-log-output: "[`--log.output`](usage.html#--logoutput)" diff --git a/docs/routers.md b/docs/routers.md index f5d2856b..aef866a0 100644 --- a/docs/routers.md +++ b/docs/routers.md @@ -1,5 +1,6 @@ --- title: Routers +description: Configuration guide for FORT Validator interaction with routers through RTR protocol. --- # {{ page.title }} diff --git a/docs/run.md b/docs/run.md index 095e9a37..1de4dab7 100644 --- a/docs/run.md +++ b/docs/run.md @@ -1,5 +1,6 @@ --- title: Basic Usage +description: This is probably all you need, an RTR server will serve the ROAs resulting from a validation rooted at the trust anchors defined by the TALs contained at directory '--tal'. --- # {{ page.title }} diff --git a/docs/slurm.md b/docs/slurm.md index ddfbc7d6..db438611 100644 --- a/docs/slurm.md +++ b/docs/slurm.md @@ -1,5 +1,6 @@ --- title: SLURM +description: "Use SLURM to modify the RPKI assertions validated and published by an RTR server" --- # {{ page.title }} diff --git a/docs/usage.md b/docs/usage.md index 20402930..9df1a90b 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -1,6 +1,7 @@ --- title: Program Arguments command: fort +description: Guide to use arguments of FORT Validator. --- # {{ page.title }}