Skip to content

Commit 6c2a232

Browse files
committed
provide page descriptions and tags
fixes issue flatpak#71
1 parent 84ff305 commit 6c2a232

8 files changed

Lines changed: 9 additions & 2 deletions

source/apps.html.haml.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Flatpak Apps
3+
description: Applications distributed as Flatpaks, ready to download.
34
---
45
<section class=""><div class="container"><div class="row"><div class="col-lg-10 col-lg-offset-1">
56
:markdown

source/bundling-a-java-app.html.haml.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Bundling a Java Application with Flatpak
3+
description: How to bundle your Java application for distribution as a Flatpak.
34
---
45
<section class="bg-dark"><div class="container"><div class="row"><div class="col-lg-10 col-lg-offset-1">
56
:markdown

source/developer.html.haml.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Getting Started with Flatpak
3+
description: Learn how to distribute your application as a Flatpak.
34
---
45
<section class="bg-dark"><div class="container"><div class="row"><div class="col-lg-10 col-lg-offset-1">
56
:markdown

source/faq.html.haml.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Flatpak Frequently Asked Questions
3+
description: FAQ about the Flatpak project.
34
---
45
<section class=""><div class="container"><div class="row"><div class="col-lg-10 col-lg-offset-1">
56
:markdown

source/getting.html.haml.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Getting Flatpak
3+
description: How to download and install Flatpak on your system to get started.
34
---
45
<section class=""><div class="container"><div class="row"><div class="col-lg-10 col-lg-offset-1">
56
:markdown

source/index.html.haml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Flatpak - the future of application distribution
3+
description: The days of chasing multiple Linux distributions are over. Standalone apps for Linux are here!
34
---
45
%header
56
.header-content

source/layouts/layout.haml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
%title
55
=current_page.data.title
66
%meta{content: "text/html; charset=UTF8", "http-equiv" => "content-type"}/
7-
%meta{content: "fixme", name: "description"}/
8-
%meta{content: "fixme", name: "keywords"}/
7+
%meta{content: "#{current_page.data.description}", name: "description"}/
8+
%meta{content: "bundle,application,runtime,flatpak,xdg-app", name: "keywords"}/
99
%meta{content: "width=device-width,initial-scale=1", name: "viewport" }/
1010
%link{rel:"icon", "type" => "image/png", href:"img/favicon.png"}/
1111
%link{rel:"shortcut icon", "type" => "image/x-icon", href:"/favicon.ico"}/

source/runtimes.html.haml.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Flatpak Runtimes
3+
description: Currently available runtimes.
34
---
45
<section class=""><div class="container"><div class="row"><div class="col-lg-10 col-lg-offset-1">
56
:markdown

0 commit comments

Comments
 (0)