You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ad...@apache.org on 2019/08/14 06:19:38 UTC

[roller-website] branch master updated: Improved: Add meta description on Roller website [ROL-2149] Additional change: Updated .gitgnore file with .idea/ files generated with intellij ide and sources/target/ folder with generated files

This is an automated email from the ASF dual-hosted git repository.

adityasharma pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/roller-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 55df816  Improved: Add meta description on Roller website [ROL-2149] Additional change: Updated .gitgnore file with .idea/ files generated with intellij ide and sources/target/ folder with generated files
     new cdd4b60  Merge pull request #3 from adityasharma7/master
55df816 is described below

commit 55df8168f2eb2b56c6c8181379158669b77ef93a
Author: Aditya Sharma <ad...@apache.org>
AuthorDate: Wed Aug 14 11:46:26 2019 +0530

    Improved: Add meta description on Roller website [ROL-2149]
    Additional change:
    Updated .gitgnore file with .idea/ files generated with intellij ide and sources/target/ folder with generated files
---
 .gitignore                                  | 2 ++
 content/downloads/downloads.html            | 2 +-
 content/getinvolved/edit_website.html       | 2 +-
 content/index.html                          | 2 +-
 content/project/whoweare.html               | 2 +-
 sources/src/main/jbake/templates/header.ftl | 2 +-
 6 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index bfa6a22..4b6c48b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 # Created by .ignore support plugin (hsz.mobi)
+.idea/
+sources/target/
\ No newline at end of file
diff --git a/content/downloads/downloads.html b/content/downloads/downloads.html
index 0eeb5c5..5e4f728 100644
--- a/content/downloads/downloads.html
+++ b/content/downloads/downloads.html
@@ -4,7 +4,7 @@
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
+    <meta name="description" content="Apache Roller is an open-source Java-based, full-featured, multi-user and group-blog server suitable for blog sites large and small.">
     <meta name="author" content="">
     <link rel="icon" href="/images/favicon.ico">
 
diff --git a/content/getinvolved/edit_website.html b/content/getinvolved/edit_website.html
index 4d6bebd..5895ab0 100644
--- a/content/getinvolved/edit_website.html
+++ b/content/getinvolved/edit_website.html
@@ -4,7 +4,7 @@
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
+    <meta name="description" content="Apache Roller is an open-source Java-based, full-featured, multi-user and group-blog server suitable for blog sites large and small.">
     <meta name="author" content="">
     <link rel="icon" href="/images/favicon.ico">
 
diff --git a/content/index.html b/content/index.html
index 44a6f73..edc0ce4 100644
--- a/content/index.html
+++ b/content/index.html
@@ -4,7 +4,7 @@
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
+    <meta name="description" content="Apache Roller is an open-source Java-based, full-featured, multi-user and group-blog server suitable for blog sites large and small.">
     <meta name="author" content="">
     <link rel="icon" href="/images/favicon.ico">
 
diff --git a/content/project/whoweare.html b/content/project/whoweare.html
index 691aae5..f638a88 100644
--- a/content/project/whoweare.html
+++ b/content/project/whoweare.html
@@ -4,7 +4,7 @@
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
+    <meta name="description" content="Apache Roller is an open-source Java-based, full-featured, multi-user and group-blog server suitable for blog sites large and small.">
     <meta name="author" content="">
     <link rel="icon" href="/images/favicon.ico">
 
diff --git a/sources/src/main/jbake/templates/header.ftl b/sources/src/main/jbake/templates/header.ftl
index 83f6dba..46ca3a6 100644
--- a/sources/src/main/jbake/templates/header.ftl
+++ b/sources/src/main/jbake/templates/header.ftl
@@ -4,7 +4,7 @@
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="">
+    <meta name="description" content="Apache Roller is an open-source Java-based, full-featured, multi-user and group-blog server suitable for blog sites large and small.">
     <meta name="author" content="">
     <link rel="icon" href="/images/favicon.ico">