Version 1.2

This commit is contained in:
Marcel Kapfer 2015-03-08 18:40:15 +01:00
parent 2fd37b4de7
commit 836098e2db
3 changed files with 17 additions and 1 deletions

View File

@ -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.
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).

View File

@ -143,6 +143,11 @@ Usage: <a class=".text_button_flat_colored">YOUR TEXT</a>
max-width: 35%;
}
code{
background-color: #e8e6e6;
padding: 5px;
}
.texttitle{
font-family: 'Roboto', sans-serif;
font-weight: 500;

View File

@ -1,5 +1,16 @@
<?xml version='1.0' standalone='yes'?>
<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>
<title>Version 1.1</title>
<pubdate>24th February 2015</pubdate>