Re-sync with internal repository
[hiphop-php.git] / third-party / watchman / src / website / _config.yml
blob9fcce66cab5aeb347d6e076b5f8e8940089093f5
1 permalink: /blog/:year/:month/:day/:title.html
2 title: Watchman
3 tagline: A file watching service
4 fbappid: "1615782811974223"
5 gacode: "UA-44373548-13"
6 description:
7 url: "https://facebook.github.io"
8 baseurl: "/watchman"
9 ghrepo: "facebook/watchman"
10 repository: "facebook/watchman"
11 logo: /static/logo.png
13 # Build settings
14 markdown: kramdown
15 kramdown:
16   input: GFM
17   syntax_highlighter: rouge
19   syntax_highlighter_opts:
20     css_class: 'rougeHighlight'
21     span:
22       line_numbers: false
23     block:
24       line_numbers: false
26 exclude: [README.md, publish.sh, Gemfile]
27 keep_files: [.git, .hg]
29 collections:
30   docs:
31     output: true
32     permalink: /docs/:name/
33   support:
34     output: true
35     permalink: /support.html
37 sass:
38   style: :compressed
40 color:
41   # Provides colour for background of top header of homepage
42   primary: "#6779ff"
43   # Provides colour for background of elsewhere on site
44   secondary: "#e4e4e4"
45   # A color that will work for buttons laid on top of primary colour
46   light: "#4356e6"
47   # Color that will work for text on top of light color
48   lighttext: "#fff"
49   # Color of text in the top header of homepage, must be legible on top of primary color
50   headertext: "#fff"
51   # Color of text on top of the secondary color background
52   bodytext: "#151515"
53   # Background of fixed nav header - headertext color is used for mini logo text
54   nav: "#4356e6"
55   # Text of links in the nav
56   navtext: "#e0e7F7"
57   # Color of link underlines in the main body, and hover background color for links
58   link: "#4356e6"
60 # Gems
61 plugins:
62   - jekyll-feed
63   - jekyll-seo-tag
64   - jekyll-sitemap
65   - jekyll-redirect-from
67 # Set default open graph image for all pages
68 defaults:
69   -
70     scope:
71       path: ""
72     values:
73       image: /static/og_image.png
75 redirect_from:
76   json: false