Skip to content

Commit 2fc9a2b

Browse files
author
Khoubza Younes
committed
add more badges
1 parent 7574b16 commit 2fc9a2b

File tree

6 files changed

+15
-14
lines changed

6 files changed

+15
-14
lines changed

_config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ url: https://php-flasher.io
22

33
title: PHPFlasher
44

5-
logo: /dist/images/php-flasher-logo.png
5+
logo: https://php-flasher.io/dist/images/php-flasher-logo.png
66

77
author:
88
name: Younes KHOUBZA
@@ -11,13 +11,13 @@ author:
1111
picture: https://media.licdn.com/media/AAYQAQSOAAgAAQAAAAAAAB-zrMZEDXI2T62PSuT6kpB6qg.png
1212

1313
image:
14-
path: /dist/images/php-flasher-logo.png
14+
path: https://php-flasher.io/dist/images/php-flasher-logo.png
1515
alt: PHPFlasher Logo
1616

1717
twitter:
1818
username: phpflasher
19-
image: /dist/images/php-flasher-logo.png
20-
card: /dist/images/php-flasher-logo.png
19+
image: https://php-flasher.io/dist/images/php-flasher-logo.png
20+
card: https://php-flasher.io/dist/images/php-flasher-logo.png
2121

2222
social:
2323
name: phpflasher
@@ -39,7 +39,7 @@ defaults:
3939
path: ""
4040
values:
4141
layout: "main"
42-
image: /dist/images/php-flasher-logo.png
42+
image: https://php-flasher.io/dist/images/php-flasher-logo.png
4343

4444
exclude:
4545
- "*.config.js"

_data/entrypoints.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"/dist/homepage.11d1d76a.js"
77
],
88
"css": [
9-
"/dist/857.a99f72a3.css",
9+
"/dist/857.cdff35a8.css",
1010
"/dist/homepage.daa70971.css"
1111
]
1212
},
@@ -20,7 +20,7 @@
2020
"/dist/main.8f541b38.js"
2121
],
2222
"css": [
23-
"/dist/857.a99f72a3.css",
23+
"/dist/857.cdff35a8.css",
2424
"/dist/main.35f80290.css"
2525
]
2626
},

_data/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dist/383.82e9b159.js": "/dist/383.82e9b159.js",
3434
"dist/814.47265ca3.js": "/dist/814.47265ca3.js",
3535
"dist/874.88ddb3c9.js": "/dist/874.88ddb3c9.js",
36-
"dist/857.a99f72a3.css": "/dist/857.a99f72a3.css",
36+
"dist/857.cdff35a8.css": "/dist/857.cdff35a8.css",
3737
"dist/fonts/fa-duotone-900.ttf": "/dist/fonts/fa-duotone-900.7aaed888.ttf",
3838
"dist/fonts/fa-thin-100.ttf": "/dist/fonts/fa-thin-100.e979819d.ttf",
3939
"dist/fonts/fa-light-300.ttf": "/dist/fonts/fa-light-300.c92b45dd.ttf",

_includes/head.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
<meta name="description" content="{{ site.data.project.description }}"/>
77
{% endif %}
88

9-
<meta property="og:image" content="/dist/images/php-flasher-logo.png">
109
{% seo %}
11-
<meta property="og:image" content="/dist/images/php-flasher-logo.png">
1210

1311
<link rel="icon" type="image/png" href="/dist/images/favicon.ico"/>
1412
<link rel="apple-touch-icon" sizes="180x180" href="/dist/images/apple-touch-icon.png">
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ title: Home
44
description: Easily add flash notification messages to your website with PHPFlasher. Supports popular notification libraries and desktop notifications. Enhance user experience on your website or application.
55
---
66

7-
<div class="text-center mb-8">
7+
<div class="text-center mb-24">
88
<img id="logo" src="/dist/images/php-flasher-logo.svg" class="h-20 my-8" alt="PHPFlasher">
9-
<p class="pt-4 text-center">
9+
<p class="pt-4 mt-4 text-center">
1010
<a href="https://www.linkedin.com/in/younes-khoubza/">
1111
<img src="https://img.shields.io/badge/author-@yoeunes-blue.svg" alt="Author" />
1212
</a>
@@ -20,7 +20,10 @@ description: Easily add flash notification messages to your website with PHPFlas
2020
<img src="https://img.shields.io/badge/license-MIT-brightgreen.svg" alt="License" />
2121
</a>
2222
<a href="https://packagist.org/packages/php-flasher/flasher">
23-
<img src="https://img.shields.io/packagist/dt/php-flasher/flasher.svg" alt="Packagist" />
23+
<img src="https://img.shields.io/packagist/dt/php-flasher/flasher.svg" alt="Packagist Downloads" />
24+
</a>
25+
<a href="https://github.com/php-flasher/php-flasher">
26+
<img src="https://img.shields.io/github/stars/php-flasher/php-flasher.svg" alt="GitHub stars" />
2427
</a>
2528
<a href="https://packagist.org/packages/php-flasher/flasher">
2629
<img src="https://img.shields.io/packagist/php-v/php-flasher/flasher.svg" alt="PHP Version" />

0 commit comments

Comments
 (0)