diff --git a/md/intro.md b/md/intro.md index 3ff151a..b48a419 100644 --- a/md/intro.md +++ b/md/intro.md @@ -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). diff --git a/res/blog.css b/res/blog.css index 89f9e07..dabace2 100644 --- a/res/blog.css +++ b/res/blog.css @@ -143,6 +143,11 @@ Usage: YOUR TEXT max-width: 35%; } +code{ + background-color: #e8e6e6; + padding: 5px; +} + .texttitle{ font-family: 'Roboto', sans-serif; font-weight: 500; diff --git a/xml/posts.xml b/xml/posts.xml index fb584a4..198bd1f 100644 --- a/xml/posts.xml +++ b/xml/posts.xml @@ -1,5 +1,16 @@ + + Version 1.2 + 8th February 2015 + +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:`` + + Version 1.1 24th February 2015