Skip to content

Commit d7f205d

Browse files
committed
docs: fix jekyll base url
1 parent 6353b5d commit d7f205d

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

docs/_config.yml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# ----
22
# Site
33

4-
title: ipfixprobe
5-
url: "https://hynekkar.github.io/ipfixprobe-docs/"
6-
baseurl:
4+
title: ipfixprobe - High-performance IPFIX probe
5+
url: "https://cesnet.github.io/ipfixprobe/"
6+
baseurl: https://cesnet.github.io/ipfixprobe/ # comment out for local development
7+
#baseurl: # uncomment for local development
78
google_analytics_key:
89
google_maps_javascript_api_key:
910
disqus_shortname:
1011

1112
# Values for the jekyll-seo-tag gem (https://github.com/jekyll/jekyll-seo-tag)
1213
logo: /siteicon.svg
13-
description: "ipfixprobe is a tool for collecting and processing IPFIX data."
14+
description: "ipfixprobe is a tool for collecting network flows and exporting them to a remote collector using the IPFIX protocol. It is an essential tool for maintinaing network security."
1415
author:
1516
name: "Karel Hynek (CESNET z.s.p.o.)"
1617
@@ -106,12 +107,3 @@ _select_data:
106107
- YouTube
107108
- RSS
108109

109-
_comments:
110-
map: Update the map location and display settings.
111-
latitude: Coordinates for the center marker on the map.
112-
longitude: Coordinates for the center marker on the map.
113-
zoom: The zoom level for the map.
114-
pricing_table: Update the information in the pricing tables.
115-
highlight: Emphasis the text
116-
color: The background colour used in the plan name and call to action.
117-
new_window: Open link in new window

0 commit comments

Comments
 (0)