]> git.proxmox.com Git - ceph.git/blob - ceph/src/rocksdb/docs/_config.yml
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / rocksdb / docs / _config.yml
1 # Site settings
2 permalink: /blog/:year/:month/:day/:title.html
3 title: RocksDB
4 tagline: A persistent key-value store for fast storage environments
5 description: >
6 RocksDB is an embeddable persistent key-value store for fast storage.
7 fbappid: "1615782811974223"
8 gacode: "UA-49459723-1"
9 # baseurl determines the subpath of your site. For example if you're using an
10 # organisation.github.io/reponame/ basic site URL, then baseurl would be set
11 # as "/reponame" but leave blank if you have a top-level domain URL as it is
12 # now set to "" by default as discussed in:
13 # http://jekyllrb.com/news/2016/10/06/jekyll-3-3-is-here/
14 baseurl: ""
15
16 # the base hostname & protocol for your site
17 # If baseurl is set, then the absolute url for your site would be url/baseurl
18 # This was also be set to the right thing automatically for local development
19 # https://github.com/blog/2277-what-s-new-in-github-pages-with-jekyll-3-3
20 # http://jekyllrb.com/news/2016/10/06/jekyll-3-3-is-here/
21 url: "http://rocksdb.org"
22
23 # Note: There are new filters in Jekyll 3.3 to help with absolute and relative urls
24 # absolute_url
25 # relative_url
26 # So you will see these used throughout the Jekyll code in this template.
27 # no more need for | prepend: site.url | prepend: site.baseurl
28 # http://jekyllrb.com/news/2016/10/06/jekyll-3-3-is-here/
29 #https://github.com/blog/2277-what-s-new-in-github-pages-with-jekyll-3-3
30
31 # The GitHub repo for your project
32 ghrepo: "facebook/rocksdb"
33
34 # Use these color settings to determine your colour scheme for the site.
35 color:
36 # primary should be a vivid color that reflects the project's brand
37 primary: "#2a2a2a"
38 # secondary should be a subtle light or dark color used on page backgrounds
39 secondary: "#f9f9f9"
40 # Use the following to specify whether the previous two colours are 'light'
41 # or 'dark' and therefore what colors can be overlaid on them
42 primary-overlay: "dark"
43 secondary-overlay: "light"
44
45 #Uncomment this if you want to enable Algolia doc search with your own values
46 #searchconfig:
47 # apikey: ""
48 # indexname: ""
49
50 # Blog posts are builtin to Jekyll by default, with the `_posts` directory.
51 # Here you can specify other types of documentation. The names here are `docs`
52 # and `top-level`. This means their content will be in `_docs` and `_top-level`.
53 # The permalink format is also given.
54 # http://ben.balter.com/2015/02/20/jekyll-collections/
55 collections:
56 docs:
57 output: true
58 permalink: /docs/:name/
59 top-level:
60 output: true
61 permalink: :name.html
62
63 # DO NOT ADJUST BELOW THIS LINE UNLESS YOU KNOW WHAT YOU ARE CHANGING
64
65 markdown: kramdown
66 kramdown:
67 input: GFM
68 syntax_highlighter: rouge
69
70 syntax_highlighter_opts:
71 css_class: 'rougeHighlight'
72 span:
73 line_numbers: false
74 block:
75 line_numbers: true
76 start_line: 1
77
78 sass:
79 style: :compressed
80
81 redcarpet:
82 extensions: [with_toc_data]
83
84 plugins:
85 - jekyll-redirect-from