diff options
author | Friedrich Beckmann <friedrich.beckmann@gmx.de> | 2025-06-14 14:05:40 +0200 |
---|---|---|
committer | Friedrich Beckmann <friedrich.beckmann@gmx.de> | 2025-06-14 14:05:40 +0200 |
commit | 7b5eae687af595fcf52072a2f385b39a600ab06d (patch) | |
tree | 3975c57fb5e4de96187904c1968034f6805a8409 | |
parent | e4a8a804aa5353bcaa4403da291e02bd9fcd22db (diff) |
fixed the repository link and added the localost as link to click
-rw-r--r-- | content/help.md | 6 |
1 files changed, 3 insertions, 3 deletions
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 |