diff options
Diffstat (limited to 'content')
-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 |