Version 1.2
This commit is contained in:
parent
2fd37b4de7
commit
836098e2db
3 changed files with 17 additions and 1 deletions
|
@ -3,6 +3,6 @@ This is the Blog of the Blog Engine **pBlog**
|
||||||
|
|
||||||
pBlog is based on PHP, XML and Markdown. It is easy to install and to configure.
|
pBlog is based on PHP, XML and Markdown. It is easy to install and to configure.
|
||||||
|
|
||||||
The latest Version is **1.1**
|
The latest Version is **1.2**
|
||||||
|
|
||||||
You can find the source code on [GitHub](https://github.com/mmk2410/pBlog).
|
You can find the source code on [GitHub](https://github.com/mmk2410/pBlog).
|
||||||
|
|
|
@ -143,6 +143,11 @@ Usage: <a class=".text_button_flat_colored">YOUR TEXT</a>
|
||||||
max-width: 35%;
|
max-width: 35%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code{
|
||||||
|
background-color: #e8e6e6;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.texttitle{
|
.texttitle{
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
|
@ -1,5 +1,16 @@
|
||||||
<?xml version='1.0' standalone='yes'?>
|
<?xml version='1.0' standalone='yes'?>
|
||||||
<posts>
|
<posts>
|
||||||
|
<post>
|
||||||
|
<title>Version 1.2</title>
|
||||||
|
<pubdate>8th February 2015</pubdate>
|
||||||
|
<content>
|
||||||
|
In this Version code is better designed so you can read and recognise it better.
|
||||||
|
|
||||||
|
This is a code example:
|
||||||
|
|
||||||
|
``scp -r * marcel-kapfer.de:``
|
||||||
|
</content>
|
||||||
|
</post>
|
||||||
<post>
|
<post>
|
||||||
<title>Version 1.1</title>
|
<title>Version 1.1</title>
|
||||||
<pubdate>24th February 2015</pubdate>
|
<pubdate>24th February 2015</pubdate>
|
||||||
|
|
Reference in a new issue