diff --git a/_config.yml b/_config.yml index a3c0092..94eff24 100644 --- a/_config.yml +++ b/_config.yml @@ -1,53 +1,56 @@ # 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: News + url: /news/ - title: User support url: /support.html - title: Features url: /screenshots.html - title: Download url: /download.html - title: Team url: /team/ - title: Donate url: https://www.kde.org/donate -paginate: 3 +paginate: 10 +paginate_path: "/news/page-:num/" exclude: - Gemfile - Gemfile.lock - vendor diff --git a/index.html b/index.html index f6c3940..be8f9f1 100644 --- a/index.html +++ b/index.html @@ -1,121 +1,111 @@ --- title : "the BEST Personal Finance Manager for FREE Users, full stop." layout: default --- - {% if paginator.page == 1 %} -

Available on all major plateforms

Download

What is KMyMoney?

KMyMoney is a cross-platform personal finance manager build on KDE frameworks technologies for your desktop and notebook environment. It enables users to keep careful track of their personal finances by providing a broad array of financial features and tools.

The principal goals of the application are:

Ease of use

KMyMoney strives to be the easiest open source personal finance manager to use, especially for the non-technical user.

Familiarity

KMyMoney already provides the most important features found in commercially-available personal finance managers and we are constantly planning, testing and releasing new features to fit every task you'll ever encounter.

Accuracy

Using time-tested, double-entry accounting principles, KMyMoney can help ensure that your finances are recorded as they should.

- -{% endif %} - -
-
- {% include blog.html %} -
-
diff --git a/news/index.html b/news/index.html new file mode 100644 index 0000000..f7671b3 --- /dev/null +++ b/news/index.html @@ -0,0 +1,6 @@ +--- +title : "Announcements" +layout: page +--- + +{% include blog.html %}