-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
43 lines (35 loc) · 994 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
title: PcapPlusPlus
email: pcapplusplus@gmail.com
description: A multiplatform C++ library for capturing, parsing and crafting of network packets. It is designed to be efficient, powerful and easy to use
baseurl: "/v2008" # the subpath of your site, e.g. /blog
url: "https://pcapplusplus.github.io"
twitter_username: seladb
github_username: seladb
logo_source: /resources/logo_white_v2008.png
logo_width: 235
# Build settings
markdown: kramdown
remote_theme: seladb/just-the-docs
plugins:
- jekyll-seo-tag
- jekyll-feed
- jekyll-remote-theme
- jekyll-sitemap
# Enable or disable the site search
search_enabled: true
# Enable or disable top navigation panel
top_navigation_enabled: true
# PcapPlusPlus specific variables
pcapplusplus_ver_num: 20.08
pcapplusplus_ver: v20.08
is_new_release: true
# Google Analytics Tracking Id
ga_tracking: UA-74037205-2
include:
- _*_8h.html
- _*_8h_source.html
- _*_8h.js
exclude:
- /api-docs/doxygen/
- /api-docs/html/
- README.md