mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
73 lines
1.6 KiB
YAML
73 lines
1.6 KiB
YAML
url: https://php-flasher.io
|
|
|
|
title: PHPFlasher
|
|
|
|
logo: https://php-flasher.io/static/images/php-flasher-social-card.png
|
|
|
|
author:
|
|
name: Younes ENNAJI
|
|
twitter: yoeunes
|
|
url: https://www.linkedin.com/in/yoeunes/
|
|
picture: https://php-flasher.io/static/images/php-flasher-social-card.png
|
|
|
|
image:
|
|
path: https://php-flasher.io/static/images/php-flasher-social-card.png
|
|
alt: PHPFlasher
|
|
|
|
twitter:
|
|
username: phpflasher
|
|
image: https://php-flasher.io/static/images/php-flasher-social-card.png
|
|
card: summary_large_image
|
|
|
|
social:
|
|
name: phpflasher
|
|
links:
|
|
- https://twitter.com/phpflasher
|
|
- https://github.com/php-flasher
|
|
- https://twitter.com/yoeunes
|
|
- https://github.com/yoeunes
|
|
- https://www.linkedin.com/in/yoeunes/
|
|
|
|
highlighter: none
|
|
|
|
plugins:
|
|
- jekyll-sitemap
|
|
- jekyll-redirect-from
|
|
- jekyll-seo-tag
|
|
- jekyll-paginate
|
|
|
|
permalink: /blog/:year/:month/:day/:title/
|
|
paginate: 10
|
|
paginate_path: "/blog/page:num/"
|
|
|
|
collections:
|
|
posts:
|
|
output: true
|
|
|
|
defaults:
|
|
- scope:
|
|
path: ""
|
|
type: "pages"
|
|
values:
|
|
layout: "default"
|
|
title:
|
|
description:
|
|
image: https://php-flasher.io/static/images/php-flasher-social-card.png
|
|
published_at: "2019-12-01"
|
|
updated_at: "2024-03-29"
|
|
- scope:
|
|
path: ""
|
|
type: "posts"
|
|
values:
|
|
layout: "post"
|
|
|
|
exclude:
|
|
- "*.config.js"
|
|
- "package*.json"
|
|
- assets
|
|
- _data/manifest.json
|
|
- node_modules
|
|
- CNAME
|
|
- "Gemfile*"
|
|
- ".idea"
|