Skip to content

Commit

Permalink
Update meta titles and descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
stariy95 committed Apr 18, 2024
1 parent 368726d commit aed52c2
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 20 deletions.
6 changes: 3 additions & 3 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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/"]

Expand Down
3 changes: 2 additions & 1 deletion content/page/cla.md
Original file line number Diff line number Diff line change
@@ -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?

Expand Down
7 changes: 4 additions & 3 deletions content/page/docs/_index.html
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down Expand Up @@ -43,7 +44,7 @@ <h2 class="title">
</li>
<li class="listitem" id="bq">
<p>
<a href="/docs/2.x/bootique-tool-docs/">BQ cli</a>
<a href="/docs/3.x/bootique-tool-docs/">BQ cli</a>
: Bootique CLI tool documentation.
</p>
</li>
Expand Down
4 changes: 2 additions & 2 deletions content/page/docs/_index_1.x.html
Original file line number Diff line number Diff line change
@@ -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/"
---
Expand Down
6 changes: 3 additions & 3 deletions content/page/docs/_index_2.x.html
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down Expand Up @@ -42,7 +42,7 @@ <h2 class="title">
</li>
<li class="listitem" id="bq">
<p>
<a href="bootique-tool-docs/">BQ cli</a>
<a href="../3.x/bootique-tool-docs/">BQ cli</a>
: Bootique CLI tool documentation.
</p>
</li>
Expand Down
4 changes: 2 additions & 2 deletions content/page/docs/_index_3.x.html
Original file line number Diff line number Diff line change
@@ -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/"
---
Expand Down
3 changes: 1 addition & 2 deletions docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
"2.x": "2.x"
7 changes: 5 additions & 2 deletions themes/bootique-theme/layouts/partials/header.gohtml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<head>
<meta charset="utf-8">
<title>{{ with .Title }}{{ . }}{{ else }}{{ .Site.Title }}{{ end }}</title>
{{ partial "meta.gohtml" . }}

<title>{{ with .Params.MetaTitle}}{{ . }}{{ else }}{{ with .Title }}{{ . }}{{ else }}{{ .Site.Title }}{{ end }}{{ end }}</title>
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Params.MetaDescription }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end }}">
<meta name="keywords" content="{{ with .Keywords }}{{ . }}{{ else }}{{if .IsPage}}{{ .Params.MetaKeywords }}{{ else }}{{ with .Site.Params.keywords }}{{ . }}{{ end }}{{ end }}{{ end }}">

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="{{ "/images/favicon/apple-touch-icon.png" | relURL }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ "/images/favicon/favicon-32x32.png" | relURL }}">
Expand Down
2 changes: 0 additions & 2 deletions themes/bootique-theme/layouts/partials/meta.gohtml

This file was deleted.

0 comments on commit aed52c2

Please sign in to comment.