diff --git a/_config.yml b/_config.yml index 7729a8d..94471b8 100644 --- a/_config.yml +++ b/_config.yml @@ -1,41 +1,43 @@ # 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 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 defaults: - scope: path: "assets/img" values: image: true collections: changelogs: output: true navigation: top: - title: User support url: /support + - title: Download + url: /download - title: Donate url: https://www.kde.org/donate paginate: 3 exclude: - Gemfile - Gemfile.lock - vendor diff --git a/assets/img/ark.svg b/assets/img/ark.svg new file mode 100644 index 0000000..1214394 --- /dev/null +++ b/assets/img/ark.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/img/git.svg b/assets/img/git.svg new file mode 100644 index 0000000..409cd0a --- /dev/null +++ b/assets/img/git.svg @@ -0,0 +1,24 @@ + +image/svg+xml \ No newline at end of file diff --git a/assets/img/tux.png b/assets/img/tux.png new file mode 100644 index 0000000..bdc5b1d Binary files /dev/null and b/assets/img/tux.png differ diff --git a/download.md b/download.md new file mode 100644 index 0000000..b92c650 --- /dev/null +++ b/download.md @@ -0,0 +1,39 @@ +--- +layout: page +title: Download +sources: + - name: Linux + icon: /assets/img/tux.png + description: > + KMyMoney is already available on majority of Linux distriutions. You + can install it from the KDE Software Center. + - name: Release Sources + icon: /assets/img/ark.svg + description: > + You can find KMyMoney latest stable realease + here. + - name: Git + icon: /assets/img/git.svg + description: > + The KMyMoney Git repository can be viewed in the + KDE Git web browser. + + To clone KMyMoney use git clone + git://anongit.kde.org/kmymoney.git. +--- + +

Download

+ + +{% for source in page.sources %} + + + + + + + +{% endfor %} +
+ {{ source.name }} + {{ source.name }}
{{ source.description }}