-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathblog.html
More file actions
30 lines (28 loc) · 1018 Bytes
/
blog.html
File metadata and controls
30 lines (28 loc) · 1018 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
layout: default
title: Blog
summary: This is a list of blogpost. Penny is a PHP ecosystem and we could
found info about this world and about new relaeses and docs.
tags: devops, developer, blog, post, docker, php
permalink: /blog/
---
<div id="slogan" class="row">
<div class="col-md-12">
<div class="text-center">
<h1>Blog</h1>
<h2>tutorial, docs and news by Penny PHP world</h2>
</div>
</div>
</div>
<div class="title col-md-12 text-center well">
<p>With this blog we would increase our use cases and helps you to
understand our daily work with news, trick and feedback to work in the best
wa with PennyPHP.</p> <p>Are you interested to share an article with us?
This site is manage from GitHub GH-Pages and Jenkins please create a PR
here <a href="https://github.com/pennyphp/pennyphp.github.com"
target="_blank">pennyphp/pennyphp.github.com</a></p>
</div>
{% for post in site.posts %}
{% include post_detail.html %}
<hr class="style-two">
{% endfor %}