From 6353b5db017f676426acebeced926090d307469a Mon Sep 17 00:00:00 2001 From: Karel Hynek Date: Mon, 25 Nov 2024 08:29:54 +0100 Subject: [PATCH 1/2] docs: fix centering in the website footer --- docs/_sass/footer.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_sass/footer.scss b/docs/_sass/footer.scss index a0206997..2a296855 100644 --- a/docs/_sass/footer.scss +++ b/docs/_sass/footer.scss @@ -67,6 +67,7 @@ } footer { + text-align: center; padding: 50px 0 50px 0; font-size: 1.1em; position: relative; From 70bee544bc326835cdb4554d4a96f64d4f7c2cca Mon Sep 17 00:00:00 2001 From: Karel Hynek Date: Mon, 25 Nov 2024 08:31:11 +0100 Subject: [PATCH 2/2] docs: fix jekyll base url and update docs description --- docs/_config.yml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 35b62d6b..b9b831c8 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,16 +1,17 @@ # ---- # Site -title: ipfixprobe -url: "https://hynekkar.github.io/ipfixprobe-docs/" -baseurl: +title: ipfixprobe - High-performance IPFIX probe +url: "https://cesnet.github.io/ipfixprobe/" +baseurl: https://cesnet.github.io/ipfixprobe/ # comment out for local development +#baseurl: # uncomment for local development google_analytics_key: google_maps_javascript_api_key: disqus_shortname: # Values for the jekyll-seo-tag gem (https://github.com/jekyll/jekyll-seo-tag) logo: /siteicon.svg -description: "ipfixprobe is a tool for collecting and processing IPFIX data." +description: "ipfixprobe is a tool for creating network flows and exporting them to a remote collector using the IPFIX protocol. It is an essential tool for maintinaing network security." author: name: "Karel Hynek (CESNET z.s.p.o.)" email: "hynekkar@cesnet.cz" @@ -106,12 +107,3 @@ _select_data: - YouTube - RSS -_comments: - map: Update the map location and display settings. - latitude: Coordinates for the center marker on the map. - longitude: Coordinates for the center marker on the map. - zoom: The zoom level for the map. - pricing_table: Update the information in the pricing tables. - highlight: Emphasis the text - color: The background colour used in the plan name and call to action. - new_window: Open link in new window