From 7b5eae687af595fcf52072a2f385b39a600ab06d Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Sat, 14 Jun 2025 14:05:40 +0200 Subject: fixed the repository link and added the localost as link to click --- content/help.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content/help.md') diff --git a/content/help.md b/content/help.md index 8fcfef9..ee80141 100644 --- a/content/help.md +++ b/content/help.md @@ -4,7 +4,7 @@ title = "Help" # SillaB Website -This website is rendered as static html with [hugo](https://gohugo.io). The SillaB hugo project is at https://caeis.etech.fh-augsburg.de/beckmanf/sillab. The website itself is hosted at +This website is rendered as static html with [hugo](https://gohugo.io). The SillaB hugo project is at https://caeis.etech.fh-augsburg.de/beckmanf/sillab.git. The website itself is hosted at * http://fredowski.duckdns.org @@ -22,7 +22,7 @@ brew install hugo ``` cd -git clone https://caeis.etech.fh-augsburg.de/beckmanf/sillab +git clone https://caeis.etech.fh-augsburg.de/beckmanf/sillab.git ``` #### Run the hugo test server @@ -31,7 +31,7 @@ git clone https://caeis.etech.fh-augsburg.de/beckmanf/sillab hugo serve ``` -and open the http://localhost:1313 at port 1313 to view the website in test mode. You can quit the server with "CTRL-c". +and open the [http://localhost:1313](http://localhost:1313) at port 1313 to view the website in test mode. You can quit the server with "CTRL-c". # How to add or edit posts -- cgit v1.2.3