From 943fcde1f7f132ff317b3527e6d7dda1a8f3f77b Mon Sep 17 00:00:00 2001 From: Rougin Gutib Date: Sat, 9 Nov 2024 23:48:30 +0800 Subject: [PATCH] Change details in README.md --- README.md | 4 ++-- app/plates/board.php | 4 ++-- composer.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 514b63d..bd14387 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Coverage Status][ico-coverage]][link-coverage] [![Total Downloads][ico-downloads]][link-downloads] -`Expresso` is a simple static blog platform based on [Staticka](https://roug.in/staticka) which allows creating and building of pages through a web-based user interface. +`Expresso` is a simple static blog platform based on [Staticka](https://github.com/staticka/staticka) which allows creating and building of pages through a web-based user interface. ## Installation @@ -47,7 +47,7 @@ $app->run(); To run the application, the [PHP's built-in web server](https://www.php.net/manual/en/features.commandline.webserver.php) can be used: ``` bash -$ php -S localhost:3977 +$ php -S localhost:3977 -t app/public ``` Once the application has been served, it is now possible to create pages using `Expresso`. diff --git a/app/plates/board.php b/app/plates/board.php index 46f7a0b..205032d 100644 --- a/app/plates/board.php +++ b/app/plates/board.php @@ -6,7 +6,7 @@

Welcome to Expresso!

- Expresso is a simple static blog platform based on Staticka which allows creating and building of pages through a web-based user interface. + Expresso is a simple static blog platform based on Staticka which allows creating and building of pages through a web-based user interface.
@@ -29,7 +29,7 @@ Compiling the pages to HTML
-

Select the Build site button from the navigation bar to build all available pages. This functionality requires Staticka Console to be installed and configured.

+

Select the Build site button from the navigation bar to build all available pages. This functionality requires Staticka Console to be installed and configured.

diff --git a/composer.json b/composer.json index 3027d92..4eb7acc 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "staticka/expresso", "description": "Static blog platform based on Staticka.", - "keywords": [ "php-blog", "static-blog", "static-site" ], - "homepage": "https://roug.in/staticka/", + "keywords": [ "static-blog", "php-blog", "static-site" ], + "homepage": "https://roug.in/staticka/expresso", "license": "MIT", "authors": [