summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>2025-06-14 14:05:40 +0200
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>2025-06-14 14:05:40 +0200
commit7b5eae687af595fcf52072a2f385b39a600ab06d (patch)
tree3975c57fb5e4de96187904c1968034f6805a8409
parente4a8a804aa5353bcaa4403da291e02bd9fcd22db (diff)
fixed the repository link and added the localost as link to click
-rw-r--r--content/help.md6
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