Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
15 lines
712 B
YAML
15 lines
712 B
YAML
# Site settings
|
|
title: XDG Desktop Portal
|
|
baseurl: "/xdg-desktop-portal" # the subpath of your site, e.g. /blog/
|
|
# usually empty. necessary for building absolute URIs
|
|
# for metadata header
|
|
url: "https://flatpak.github.io" # the base hostname & protocol for your site
|
|
sourceurl: "https://github.com/flatpak/xdg-desktop-portal/tree/main/doc/website" # "edit this website" link in the footer
|
|
description: ""
|
|
issuesurl: "https://github.com/flatpak/xdg-desktop-portal/issues" # issue tracker for website
|
|
permalink: /:title/
|
|
primary-color: "#26a269" #used in ios theme. further color customization in style.css
|
|
|
|
# Build settings
|
|
markdown: kramdown
|