You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: > # this means to ignore newlines until "baseurl:"
The ODP project has been established to produce an open-source, cross-platform set of application programming interfaces (APIs) for the networking software defined data plane.
baseurl: "" # the subpath of your site, e.g. /blog
# URL of static site
url: "https://staging.opendataplane.org"
# Destination folder
destination: staging.opendataplane.org
# Production boolean used in layouts / includes
production: false
blog_images_dir: assets/images/posts/
# Build settings
markdown: kramdown
theme: jumbo-jekyll-theme
plugins:
- jekyll-feed
- jekyll-data
jekyll_tidy: # Compress the html and beautify it.
compress_html: true
exclude: ["assets/**/*.js", robots.txt] #Add the js file to exclude to stop jekyll tidy errors.
paginate_path: /blog/:num/ # Pagination Path for Blogs