1# Welcome to Jekyll! 2# 3# This config file is meant for settings that affect your whole blog, values 4# which you are expected to set up once and rarely edit after that. If you find 5# yourself editing this file very often, consider using Jekyll's data files 6# feature for the data you need to update frequently. 7# 8# For technical reasons, this file is *NOT* reloaded automatically when you use 9# 'bundle exec jekyll serve'. If you change this file, please restart the server process. 10 11# Site settings 12# These are used to personalize your new site. If you look in the HTML files, 13# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. 14# You can create any custom variable you would like, and they will be accessible 15# in the templates via {{ site.myvariable }}. 16title: OSS-Fuzz 17description: Documentation for OSS-Fuzz 18baseurl: "/oss-fuzz" # the subpath of your site, e.g. /blog 19url: "" # the base hostname & protocol for your site, e.g. http://example.com 20 21# Build settings 22markdown: kramdown 23remote_theme: pmarsceill/just-the-docs 24search_enabled: true 25 26ga_tracking: UA-88024544-5 27 28aux_links: 29 "OSS-Fuzz on GitHub": 30 - https://github.com/google/oss-fuzz 31 32# Exclude from processing. 33exclude: 34 - Gemfile 35 - Gemfile.lock 36 - node_modules 37 - vendor/bundle/ 38 - vendor/cache/ 39 - vendor/gems/ 40 - vendor/ruby/ 41