Skip to content

Commit 3094537

Browse files
author
Khoubza Younes
committed
update seo config
1 parent c8b580f commit 3094537

22 files changed

+17
-49
lines changed

_config.yml

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
url: https://php-flasher.io
2+
3+
title: PHPFlasher
4+
5+
author:
6+
name: Younes KHOUBZA
7+
twitter: yoeunes
8+
url: https://www.linkedin.com/in/younes-khoubza/
9+
picture: https://media.licdn.com/media/AAYQAQSOAAgAAQAAAAAAAB-zrMZEDXI2T62PSuT6kpB6qg.png
10+
11+
image:
12+
path: /dist/images/php-flasher-logo.svg
13+
alt: PHPFlasher Logo
14+
15+
highlighter: none
16+
117
plugins:
218
- jekyll-sitemap
319
- jekyll-seo-tag
@@ -7,6 +23,7 @@ defaults:
723
path: ""
824
values:
925
layout: "main"
26+
image: /dist/images/php-flasher-logo.svg
1027

1128
exclude:
1229
- "*.config.js"
@@ -17,7 +34,3 @@ exclude:
1734
- CNAME
1835
- "Gemfile*"
1936
- ".idea"
20-
21-
url: https://php-flasher.io
22-
23-
highlighter: none

_includes/head.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
{% seo %}
1010

11-
<title>{{ page.title }} | {{ site.data.project.title }}</title>
12-
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">
1513
<link rel="icon" type="image/png" sizes="32x32" href="/dist/images/favicon-32x32.png">

docs/adapter/noty.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
permalink: /docs/adapter/noty/
33
title: Noty adapter for PHP flasher
4-
published_at: 2020-11-28
5-
updated_at: 2022-05-08
64
---
75

86
## <i class="fa-duotone fa-list-radio"></i> Installation

docs/adapter/notyf.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
permalink: /docs/adapter/notyf/
33
title: Notyf adapter for PHP flasher
4-
published_at: 2020-11-28
5-
updated_at: 2022-05-08
64
---
75

86
## <i class="fa-duotone fa-list-radio"></i> Installation

docs/adapter/pnotify.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
permalink: /docs/adapter/pnotify/
33
title: Pnotify adapter for PHP flasher
4-
published_at: 2020-11-28
5-
updated_at: 2022-05-08
64
---
75

86
## <i class="fa-duotone fa-list-radio"></i> Installation

docs/adapter/sweetalert.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
permalink: /docs/adapter/sweetalert/
33
title: Sweet Alert 2 adapter for PHP flasher
4-
published_at: 2020-11-28
5-
updated_at: 2022-05-08
64
---
75

86
For more information about Sweet Alert 2 click <a href="https://sweetalert2.github.io/">here</a>.

docs/adapter/toastr.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
permalink: /docs/adapter/toastr/
33
title: Toastr.js adapter for PHP flasher
4-
published_at: 2020-11-28
5-
updated_at: 2022-05-08
64
---
75

86
For more information about Toastr.js click <a href="https://github.com/CodeSeven/toastr">here</a>.

docs/concepts/crud.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
permalink: /docs/concepts/crud/
33
title: CRUD flash messages made easy
4-
published_at: 2022-06-07
5-
updated_at: 2022-06-07
64
---
75

86
**<span class="text-indigo-900">PHP<span class="text-indigo-500">Flasher</span></span>** allows to display flash messages for common CRUD operations with ease.

docs/concepts/dark-mode.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
permalink: /docs/concepts/dark-mode/
33
title: Dark Mode Support
4-
published_at: 2022-06-01
5-
updated_at: 2022-06-01
64
---
75

86
## <i class="fa-duotone fa-list-radio"></i> Dark Mode Support

docs/concepts/presets.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
permalink: /docs/concepts/presets/
33
title: Presets allow you to use predefined messages
4-
published_at: 2022-06-01
5-
updated_at: 2022-06-01
64
---
75

86
Let's say you have a custom notification that you want to use in multiple places.

docs/concepts/rtl.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
permalink: /docs/concepts/rtl/
33
title: RTL Support
4-
published_at: 2022-06-01
5-
updated_at: 2022-06-01
64
---
75

86
**<span class="text-indigo-900">PHP<span class="text-indigo-500">Flasher</span></span>**

docs/concepts/themes.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
permalink: /docs/concepts/themes/
33
title: Adding a Custom Theme to <span class="text-indigo-900">PHP<span class="text-indigo-500">Flasher</span></span>
4-
published_at: 2022-06-01
5-
updated_at: 2022-06-01
64
---
75

86
**<span class="text-indigo-900">PHP<span class="text-indigo-500">Flasher</span></span>**

docs/concepts/usage.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
permalink: /docs/concepts/usage/
33
title: Usage
4-
hide_title: true
5-
published_at: 2020-11-28
6-
updated_at: 2022-05-08
74
---
85

96
## <i class="fa-duotone fa-list-radio"></i> General Usage

docs/framework/inertia.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
permalink: /docs/framework/inertia/
33
title: How to make PHPFlasher work with Inertia.js ?
4-
published_at: 2021-08-29
5-
updated_at: 2022-05-08
64
---
75

86
**<span class="text-indigo-900">PHP<span class="text-indigo-500">Flasher</span></span>** offers a solid integration with Inertia.js

docs/framework/javascript.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
permalink: /docs/framework/javascript/
33
title: Install PHPFlasher assets with cdn or npm
4-
published_at: 2020-05-18
5-
updated_at: 2022-05-18
64
---
75

86
**<span class="text-indigo-900">PHP<span class="text-indigo-500">Flasher</span></span>** assets can be installed from a cdn or using npm

docs/framework/livewire.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
permalink: /docs/framework/livewire/
33
title: A solid integration with Laravel Livewire
4-
published_at: 2021-08-29
5-
updated_at: 2022-05-08
64
---
75

86
**<span class="text-indigo-900">PHP<span class="text-indigo-500">Flasher</span></span>** offers a solid integration with Livewire v2.

docs/framework/symfony.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
permalink: /docs/framework/symfony/
33
title: A solid integration with the <i class="fa-brands fa-symfony text-black"></i> Symfony framework
4-
published_at: 2020-11-28
5-
updated_at: 2022-05-08
64
---
75

86
**<span class="text-indigo-900">PHP<span class="text-indigo-500">Flasher</span></span>** offer a solid integration with <i class="fa-brands fa-symfony text-black fa-xl"></i> **Symfony**, with support from **Symfony** version **2.0** to **6**

docs/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
permalink: /
33
title: Effortless Flash Notifications for PHP with PHPFlasher
4-
hide_title: true
5-
published_at: 2020-11-28
6-
updated_at: 2022-05-08
74
---
85

96
<div class="text-center mb-8">

docs/installation.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
permalink: /docs/installation/
33
title: Installation
4-
hide_title: true
5-
published_at: 2020-11-28
6-
updated_at: 2022-05-08
74
---
85

96
**<span class="text-indigo-900">PHP<span class="text-indigo-500">Flasher</span></span>** is modular and consists of multiple libraries,

docs/symfony/configuration.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
permalink: /docs/symfony/configuration/
33
title: Symfony Configuration
4-
published_at: 2022-06-01
5-
updated_at: 2022-06-01
64
---
75

86
**<span class="text-indigo-900">PHP<span class="text-indigo-500">Flasher</span></span>** symfony configuration file is located at `config/packages/flasher.yaml`

docs/symfony/translations.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
permalink: /docs/symfony/translations/
33
title: Symfony Translations
4-
published_at: 2022-06-01
5-
updated_at: 2022-06-01
64
---
75

86
**<span class="text-indigo-900">PHP<span class="text-indigo-500">Flasher</span></span>** allows you to translate your notification messages, presets and automatically detect RTL support.

homepage.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22
layout: homepage
33
permalink: /homepage
44
title: Easy flash notification for PHP
5-
published_at: 2020-11-28
6-
updated_at: 2022-05-08
75
---

0 commit comments

Comments
 (0)