Skip to content

Commit

Permalink
Change details in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Nov 9, 2024
1 parent 61bd29d commit 943fcde
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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`.
Expand Down
4 changes: 2 additions & 2 deletions app/plates/board.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="p-5 bg-body-tertiary">
<div class="container">
<p class="fs-1 fw-bold">Welcome to Expresso!</p>
<span><a href="https://roug.in/staticka/expresso" target="_blank">Expresso</a> is a simple static blog platform based on <a href="https://roug.in/staticka" target="_blank">Staticka</a> which allows creating and building of pages through a web-based user interface.</span>
<span><a href="https://roug.in/staticka/expresso/" target="_blank">Expresso</a> is a simple static blog platform based on <a href="https://roug.in/staticka/" target="_blank">Staticka</a> which allows creating and building of pages through a web-based user interface.</span>
</div>
</div>

Expand All @@ -29,7 +29,7 @@
<span class="fw-bold">Compiling the pages to HTML</span>
</div>
<div class="card-body">
<p>Select the <code class="p-1 bg-success text-white rounded">Build site</code> button from the navigation bar to build all available pages. This functionality requires <a href="https://roug.in/staticka/console" target="_blank">Staticka Console</a> to be installed and configured.</p>
<p>Select the <code class="p-1 bg-success text-white rounded">Build site</code> button from the navigation bar to build all available pages. This functionality requires <a href="https://roug.in/staticka/console/" target="_blank">Staticka Console</a> to be installed and configured.</p>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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":
[
Expand Down

0 comments on commit 943fcde

Please sign in to comment.