From aed52c2d495e6cf29465568914b3ff067074c92e Mon Sep 17 00:00:00 2001 From: Nikita Timofeev Date: Thu, 18 Apr 2024 14:24:11 +0400 Subject: [PATCH] Update meta titles and descriptions --- config.yaml | 6 +++--- content/page/cla.md | 3 ++- content/page/docs/_index.html | 7 ++++--- content/page/docs/_index_1.x.html | 4 ++-- content/page/docs/_index_2.x.html | 6 +++--- content/page/docs/_index_3.x.html | 4 ++-- docs.yml | 3 +-- themes/bootique-theme/layouts/partials/header.gohtml | 7 +++++-- themes/bootique-theme/layouts/partials/meta.gohtml | 2 -- 9 files changed, 22 insertions(+), 20 deletions(-) delete mode 100644 themes/bootique-theme/layouts/partials/meta.gohtml diff --git a/config.yaml b/config.yaml index 07388b74..29fcefda 100644 --- a/config.yaml +++ b/config.yaml @@ -1,6 +1,6 @@ baseURL: "https://bootique.io/" languageCode: "en-us" -title: "Bootique: Minimally Opinionated Framework for Runnable Java" +title: "Bootique: Flexible Java Microservices Framework" theme: "bootique-theme" disableKinds: @@ -13,8 +13,8 @@ enableRobotsTXT: true params: googleAnalytics: "UA-74603008-1" description: >- - Bootique is a minimally opinionated platform for runnable Java applications. - Provides command-line launcher, dependency injection service, configuration and lots of extension modules. + Bootique is a flexible Java microservices framework, designed for simplicity and power. + A minimally opinionated platform that offers a command-line launcher, configuration and lots of extension modules. keywords: "Bootique, Bootique project, Guice, Container-less Java, Runnable Jar, Make Jar not War, WYSIWYR" sitemapExcludes: ["/page/", "/docs/", "/categories/", "/tags/"] diff --git a/content/page/cla.md b/content/page/cla.md index 4345801c..20769801 100644 --- a/content/page/cla.md +++ b/content/page/cla.md @@ -1,8 +1,9 @@ --- date: "2016-09-16T21:02:04+03:00" title: "Contributor License Agreement" +metaTitle: "Bootique CLA: Join Our Java Framework Development" metaKeywords: "Bootique Contributor License Agreement" -metaDescription: "Bootique: A Minimally Opinionated Framework for Runnable Java Apps - Contributor License Agreement" +metaDescription: "Contribute to Bootique: Review our CLA to start enhancing our modular Java microservices framework. Join our developer community now." --- ## What is This About? diff --git a/content/page/docs/_index.html b/content/page/docs/_index.html index 28c1cb2e..6893bd70 100644 --- a/content/page/docs/_index.html +++ b/content/page/docs/_index.html @@ -1,8 +1,9 @@ --- date: "2019-11-16T12:02:04+03:00" title: "Documentation" -metaKeywords: "Bootique Framework Documentation version 2.x" -metaDescription: "List of Bootique modules" +metaTitle: "Bootique Documentation: Flexible Java Microservices Framework" +metaKeywords: "Bootique Framework Documentation" +metaDescription: "Explore Bootique documentation for building Java microservices: command-line, DI, configuration, and extensions. Start creating scalable Java apps now." layout: docs-index url: "/docs/" canonicalLink: "https://bootique.io/docs/2.x/" @@ -43,7 +44,7 @@

  • - BQ cli + BQ cli : Bootique CLI tool documentation.

  • diff --git a/content/page/docs/_index_1.x.html b/content/page/docs/_index_1.x.html index 482379bc..8934712e 100644 --- a/content/page/docs/_index_1.x.html +++ b/content/page/docs/_index_1.x.html @@ -1,8 +1,8 @@ --- date: "2019-11-16T12:02:04+03:00" -title: "Documentation | Bootique 1.x" +title: "Bootique - v1: Documentation & Modules" metaKeywords: "Bootique Framework Documentation version 1.x" -metaDescription: "List of Bootique modules" +metaDescription: "Discover modules in Bootique - v1 for building Java applications. Dive into our documentation for insights on leveraging this foundational version." layout: docs-index url: "/docs/1.x/" --- diff --git a/content/page/docs/_index_2.x.html b/content/page/docs/_index_2.x.html index 676477e1..554eef9c 100644 --- a/content/page/docs/_index_2.x.html +++ b/content/page/docs/_index_2.x.html @@ -1,7 +1,7 @@ --- date: "2019-11-16T12:02:04+03:00" -title: "Documentation | Bootique 2.x" -metaKeywords: "Bootique Framework Documentation version 2.x" +title: "Bootique - v2: Documentation & Modules" +metaKeywords: "Get a comprehensive overview of Bootique - v2 documentation. Dive into detailed guides on modules that streamline Java application development." metaDescription: "List of Bootique modules" layout: docs-index url: "/docs/2.x/" @@ -42,7 +42,7 @@

  • - BQ cli + BQ cli : Bootique CLI tool documentation.

  • diff --git a/content/page/docs/_index_3.x.html b/content/page/docs/_index_3.x.html index 5833d517..c792e69d 100644 --- a/content/page/docs/_index_3.x.html +++ b/content/page/docs/_index_3.x.html @@ -1,8 +1,8 @@ --- date: "2022-07-24T12:02:04+03:00" -title: "Documentation | Bootique 3.x" +title: "Bootique - v3: Documentation & Modules" metaKeywords: "Bootique Framework Documentation version 3.x" -metaDescription: "List of Bootique modules" +metaDescription: "Discover the expansive range of Bootique - v3 modules. Our module list provides the tools for modular development, data management, web services, and more in Java." layout: docs-index url: "/docs/3.x/" --- diff --git a/docs.yml b/docs.yml index dcfb59ce..2c71bdcb 100644 --- a/docs.yml +++ b/docs.yml @@ -30,8 +30,7 @@ docs: "3.x": "master" - url: https://github.com/bootique/bootique-tool.git versions: - "2.x": "master" "3.x": "master" - url: https://github.com/bootique/bootique-di.git versions: - "2.x": "2.x" \ No newline at end of file + "2.x": "2.x" diff --git a/themes/bootique-theme/layouts/partials/header.gohtml b/themes/bootique-theme/layouts/partials/header.gohtml index 4e6364c8..1930f71e 100644 --- a/themes/bootique-theme/layouts/partials/header.gohtml +++ b/themes/bootique-theme/layouts/partials/header.gohtml @@ -1,7 +1,10 @@ - {{ with .Title }}{{ . }}{{ else }}{{ .Site.Title }}{{ end }} - {{ partial "meta.gohtml" . }} + + {{ with .Params.MetaTitle}}{{ . }}{{ else }}{{ with .Title }}{{ . }}{{ else }}{{ .Site.Title }}{{ end }}{{ end }} + + + diff --git a/themes/bootique-theme/layouts/partials/meta.gohtml b/themes/bootique-theme/layouts/partials/meta.gohtml deleted file mode 100644 index c84d1f2a..00000000 --- a/themes/bootique-theme/layouts/partials/meta.gohtml +++ /dev/null @@ -1,2 +0,0 @@ - -