File: _config.yml

package info (click to toggle)
google-flogger 0.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,748 kB
  • sloc: java: 10,311; xml: 282; sh: 91; makefile: 20
file content (41 lines) | stat: -rw-r--r-- 691 bytes parent folder | download
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
auto: true
url: "https://google.github.io"
baseurl: '/flogger'
markdown: kramdown
repository: google/flogger

title: Flogger
description:
  Flogger is a fluent logging API for Java. It supports a wide variety of
  features, and has many benefits over existing logging APIs.

themeColor: teal

exclude:
  - CHANGELOG.md
  - Gemfile
  - Gemfile.lock
  - LICENSE
  - README.md
  - _site
  - node_modules
  - vendor

sass:
  style: compressed

googleAnalyticsId: UA-43772875-11

nav:
  - item:
      name: Home
      url: /
  - item:
      name: "Benefits"
      url: /benefits
  - item:
      name: "Best Practices"
      url: /best_practice
  - item:
      name: "Anatomy"
      url: /anatomy