aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2018-02-24 01:02:01 +0100
committerThomas Lange <code@nerdmind.de>2018-02-24 01:02:01 +0100
commit43e1ee4819f87679c0a4efe6b852f22cac50ec98 (patch)
tree738d7da6f3c43040ba138ea9348ca64943aa980f
parentd22dad11db40b4286cc0003ca844dc3874a9051f (diff)
downloadblog-43e1ee4819f87679c0a4efe6b852f22cac50ec98.tar.gz
blog-43e1ee4819f87679c0a4efe6b852f22cac50ec98.tar.xz
blog-43e1ee4819f87679c0a4efe6b852f22cac50ec98.zip
Make some minor changes to the content
-rw-r--r--readme.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/readme.md b/readme.md
index c0bc0eb..2cdda49 100644
--- a/readme.md
+++ b/readme.md
@@ -1,13 +1,12 @@
# PHP7 blogging application
-Easy blogging application written with pure PHP7! The application comes with a fulltext search functionality for posts and with customizable templates and languages. You can build your own template if the standard template does not satisfy you! You can see the application in action with a custom template on my private blog at [blog.nerdmind.de](https://blog.nerdmind.de/)!
+Easy blogging application written with PHP7! The application comes with a fulltext search functionality for posts and with customizable templates and languages. You can build your own template if the standard template does not satisfy you! You can see the application in action with a custom template on my private blog at [blog.nerdmind.de](https://blog.nerdmind.de/)!
-## Minimalistic standard template
![Standard template](https://nmnd.de/file/p/github-blog/standard-template.png)
-## Clean administration interface …
+## Administration interface
![Administration interface](https://nmnd.de/file/p/github-blog/admin-template-2.png)
-## … with a nice content editor
+## Content editor
![Content editor](https://nmnd.de/file/p/github-blog/admin-template-1.png)
## Installation
@@ -15,6 +14,6 @@ Easy blogging application written with pure PHP7! The application comes with a f
2. Create your MySQL database and import the `database.sql` file.
3. Rename `core/configuration-example.php` to `core/configuration.php` and customize the configuration and set in any case the settings for the database connection.
4. Navigate your browser to `/admin/auth.php` and authenticate with the default username `ChangeMe` and the password `changeme` (please note that the username is case-sensitive).
-
+
## Wiki
More information about the configuration and customization on the **wiki** of this repository! \ No newline at end of file