Skip to content

Commit

Permalink
update seo config
Browse files Browse the repository at this point in the history
  • Loading branch information
Khoubza Younes committed Dec 31, 2022
1 parent c8b580f commit 3094537
Show file tree
Hide file tree
Showing 22 changed files with 17 additions and 49 deletions.
21 changes: 17 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
url: https://php-flasher.io

title: PHPFlasher

author:
name: Younes KHOUBZA
twitter: yoeunes
url: https://www.linkedin.com/in/younes-khoubza/
picture: https://media.licdn.com/media/AAYQAQSOAAgAAQAAAAAAAB-zrMZEDXI2T62PSuT6kpB6qg.png

image:
path: /dist/images/php-flasher-logo.svg
alt: PHPFlasher Logo

highlighter: none

plugins:
- jekyll-sitemap
- jekyll-seo-tag
Expand All @@ -7,6 +23,7 @@ defaults:
path: ""
values:
layout: "main"
image: /dist/images/php-flasher-logo.svg

exclude:
- "*.config.js"
Expand All @@ -17,7 +34,3 @@ exclude:
- CNAME
- "Gemfile*"
- ".idea"

url: https://php-flasher.io

highlighter: none
2 changes: 0 additions & 2 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

{% seo %}

<title>{{ page.title }} | {{ site.data.project.title }}</title>

<link rel="icon" type="image/png" href="/dist/images/favicon.ico"/>
<link rel="apple-touch-icon" sizes="180x180" href="/dist/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/dist/images/favicon-32x32.png">
Expand Down
2 changes: 0 additions & 2 deletions docs/adapter/noty.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
permalink: /docs/adapter/noty/
title: Noty adapter for PHP flasher
published_at: 2020-11-28
updated_at: 2022-05-08
---

## <i class="fa-duotone fa-list-radio"></i> Installation
Expand Down
2 changes: 0 additions & 2 deletions docs/adapter/notyf.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
permalink: /docs/adapter/notyf/
title: Notyf adapter for PHP flasher
published_at: 2020-11-28
updated_at: 2022-05-08
---

## <i class="fa-duotone fa-list-radio"></i> Installation
Expand Down
2 changes: 0 additions & 2 deletions docs/adapter/pnotify.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
permalink: /docs/adapter/pnotify/
title: Pnotify adapter for PHP flasher
published_at: 2020-11-28
updated_at: 2022-05-08
---

## <i class="fa-duotone fa-list-radio"></i> Installation
Expand Down
2 changes: 0 additions & 2 deletions docs/adapter/sweetalert.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
permalink: /docs/adapter/sweetalert/
title: Sweet Alert 2 adapter for PHP flasher
published_at: 2020-11-28
updated_at: 2022-05-08
---

For more information about Sweet Alert 2 click <a href="https://sweetalert2.github.io/">here</a>.
Expand Down
2 changes: 0 additions & 2 deletions docs/adapter/toastr.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
permalink: /docs/adapter/toastr/
title: Toastr.js adapter for PHP flasher
published_at: 2020-11-28
updated_at: 2022-05-08
---

For more information about Toastr.js click <a href="https://github.com/CodeSeven/toastr">here</a>.
Expand Down
2 changes: 0 additions & 2 deletions docs/concepts/crud.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
permalink: /docs/concepts/crud/
title: CRUD flash messages made easy
published_at: 2022-06-07
updated_at: 2022-06-07
---

**<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.
Expand Down
2 changes: 0 additions & 2 deletions docs/concepts/dark-mode.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
permalink: /docs/concepts/dark-mode/
title: Dark Mode Support
published_at: 2022-06-01
updated_at: 2022-06-01
---

## <i class="fa-duotone fa-list-radio"></i> Dark Mode Support
Expand Down
2 changes: 0 additions & 2 deletions docs/concepts/presets.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
permalink: /docs/concepts/presets/
title: Presets allow you to use predefined messages
published_at: 2022-06-01
updated_at: 2022-06-01
---

Let's say you have a custom notification that you want to use in multiple places.
Expand Down
2 changes: 0 additions & 2 deletions docs/concepts/rtl.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
permalink: /docs/concepts/rtl/
title: RTL Support
published_at: 2022-06-01
updated_at: 2022-06-01
---

**<span class="text-indigo-900">PHP<span class="text-indigo-500">Flasher</span></span>**
Expand Down
2 changes: 0 additions & 2 deletions docs/concepts/themes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
permalink: /docs/concepts/themes/
title: Adding a Custom Theme to <span class="text-indigo-900">PHP<span class="text-indigo-500">Flasher</span></span>
published_at: 2022-06-01
updated_at: 2022-06-01
---

**<span class="text-indigo-900">PHP<span class="text-indigo-500">Flasher</span></span>**
Expand Down
3 changes: 0 additions & 3 deletions docs/concepts/usage.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
permalink: /docs/concepts/usage/
title: Usage
hide_title: true
published_at: 2020-11-28
updated_at: 2022-05-08
---

## <i class="fa-duotone fa-list-radio"></i> General Usage
Expand Down
2 changes: 0 additions & 2 deletions docs/framework/inertia.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
permalink: /docs/framework/inertia/
title: How to make PHPFlasher work with Inertia.js ?
published_at: 2021-08-29
updated_at: 2022-05-08
---

**<span class="text-indigo-900">PHP<span class="text-indigo-500">Flasher</span></span>** offers a solid integration with Inertia.js
Expand Down
2 changes: 0 additions & 2 deletions docs/framework/javascript.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
permalink: /docs/framework/javascript/
title: Install PHPFlasher assets with cdn or npm
published_at: 2020-05-18
updated_at: 2022-05-18
---

**<span class="text-indigo-900">PHP<span class="text-indigo-500">Flasher</span></span>** assets can be installed from a cdn or using npm
Expand Down
2 changes: 0 additions & 2 deletions docs/framework/livewire.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
permalink: /docs/framework/livewire/
title: A solid integration with Laravel Livewire
published_at: 2021-08-29
updated_at: 2022-05-08
---

**<span class="text-indigo-900">PHP<span class="text-indigo-500">Flasher</span></span>** offers a solid integration with Livewire v2.
Expand Down
2 changes: 0 additions & 2 deletions docs/framework/symfony.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
permalink: /docs/framework/symfony/
title: A solid integration with the <i class="fa-brands fa-symfony text-black"></i> Symfony framework
published_at: 2020-11-28
updated_at: 2022-05-08
---

**<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**
Expand Down
3 changes: 0 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
permalink: /
title: Effortless Flash Notifications for PHP with PHPFlasher
hide_title: true
published_at: 2020-11-28
updated_at: 2022-05-08
---

<div class="text-center mb-8">
Expand Down
3 changes: 0 additions & 3 deletions docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
permalink: /docs/installation/
title: Installation
hide_title: true
published_at: 2020-11-28
updated_at: 2022-05-08
---

**<span class="text-indigo-900">PHP<span class="text-indigo-500">Flasher</span></span>** is modular and consists of multiple libraries,
Expand Down
2 changes: 0 additions & 2 deletions docs/symfony/configuration.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
permalink: /docs/symfony/configuration/
title: Symfony Configuration
published_at: 2022-06-01
updated_at: 2022-06-01
---

**<span class="text-indigo-900">PHP<span class="text-indigo-500">Flasher</span></span>** symfony configuration file is located at `config/packages/flasher.yaml`
Expand Down
2 changes: 0 additions & 2 deletions docs/symfony/translations.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
permalink: /docs/symfony/translations/
title: Symfony Translations
published_at: 2022-06-01
updated_at: 2022-06-01
---

**<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.
Expand Down
2 changes: 0 additions & 2 deletions homepage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
layout: homepage
permalink: /homepage
title: Easy flash notification for PHP
published_at: 2020-11-28
updated_at: 2022-05-08
---

0 comments on commit 3094537

Please sign in to comment.