Skip to content

Commit

Permalink
add meta tags and gopherkon attribution.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anupam-dagar committed Feb 14, 2024
1 parent 45e0372 commit ac1b568
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ Visit the [Contributing Guidelines](https://github.com/Anupam-dagar/baileys/blob
Baileys is inspired from [Service Framework for Java](https://github.com/dongiveajack/service-framework)

## License
[BSD 2-Clause License](LICENSE)
[BSD 2-Clause License](LICENSE)

## Attribution
Gopher logo generated using [GopherKon](https://www.quasilyte.dev/gopherkon/)
8 changes: 7 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Baileys - Code Less, Deliver More.

<img src="./logo.png" width="300">
<img src="./logo.png" width="300"><br>

## What is Baileys?
Baileys is a powerful service framework that empowers your team to develop golang backend services with remarkable speed and efficiency, while requiring less code. Written in golang and built on top of the gin framework, Baileys offers all the capabilities and flexibility of gin, and more.
Expand All @@ -26,3 +26,9 @@ Visit the [Contributing Guidelines](https://github.com/Anupam-dagar/baileys/blob
| [![Anupam Dagar](https://images.weserv.nl/?url=avatars.githubusercontent.com/u/21174572?v=4&h=100&w=100&fit=cover&mask=circle "Anupam Dagar")](https://github.com/Anupam-dagar) | [![Abhinav Tripathi](https://images.weserv.nl/?url=avatars.githubusercontent.com/u/10612720?v=4&h=100&w=100&fit=cover&mask=circle "Abhinav Tripathi")](https://github.com/ironman19933) |
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [Anupam Dagar](https://github.com/Anupam-dagar) | [Abhinav Tripathi](https://github.com/ironman19933) |

## License
[BSD 2-Clause License](https://github.com/Anupam-dagar/baileys/blob/main/LICENSE)

## Attribution
Gopher logo generated using [GopherKon](https://www.quasilyte.dev/gopherkon/)
22 changes: 20 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,28 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<!-- Primary Meta Tags -->
<title>Baileys - Code Less, Deliver More.</title>
<meta name="title" content="Baileys - Code Less, Deliver More." />
<meta name="description" content="Baileys is a powerful service framework that empowers your team to develop golang backend services with remarkable speed and efficiency, while requiring less code." />

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://baileys.anupamdagar.com" />
<meta property="og:title" content="Baileys - Code Less, Deliver More." />
<meta property="og:description" content="Baileys is a powerful service framework that empowers your team to develop golang backend services with remarkable speed and efficiency, while requiring less code." />
<meta property="og:image" content="https://raw.githubusercontent.com/Anupam-dagar/baileys/main/docs/logo.png" />

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://baileys.anupamdagar.com" />
<meta property="twitter:title" content="Baileys - Code Less, Deliver More." />
<meta property="twitter:description" content="Baileys is a powerful service framework that empowers your team to develop golang backend services with remarkable speed and efficiency, while requiring less code." />
<meta property="twitter:image" content="https://raw.githubusercontent.com/Anupam-dagar/baileys/main/docs/logo.png" />
<!-- Meta Tags Generated with https://metatags.io -->

<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
</head>
<body>
Expand Down

0 comments on commit ac1b568

Please sign in to comment.