diff --git a/_config.yml b/_config.yml index 047f27b..31552ae 100644 --- a/_config.yml +++ b/_config.yml @@ -1,56 +1,57 @@ # Site settings title: KMyMoney email-devel: kmymoney-devel@kde.org email: kmymoney@kde.org git: https://cgit.kde.org/kmymoney.git/ description: > KMyMoney: The best Personal Finance Manager for free users baseurl: "" # the subpath of your site, e.g. /blog url: "https://kmymoney.org" twitter_username: kde_community github_username: kde # Build settings markdown: kramdown theme: jekyll-kde-theme sass: style: compressed plugins: - jekyll-feed feed: path: rss.php defaults: - scope: path: "assets/img" values: image: true collections: changelogs: output: true navigation: top: - title: Features url: /screenshots.html - title: Download url: /download.html - title: News url: /news/ - title: Support url: /support.html - title: Team url: /team/ - title: Donate url: https://www.kde.org/donate paginate: 10 paginate_path: "/news/page-:num/" +cdn_version: 1.2 exclude: - Gemfile - Gemfile.lock - vendor