Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 5 additions & 13 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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
1 change: 1 addition & 0 deletions docs/_sass/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
}

footer {
text-align: center;
padding: 50px 0 50px 0;
font-size: 1.1em;
position: relative;
Expand Down
Loading