summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Boerner <ich@felix-boerner.de>2024-01-09 11:46:05 +0100
committerFelix Boerner <ich@felix-boerner.de>2024-01-09 11:46:05 +0100
commit732d893c138ee43ed87f07c8f4c8dd4b4d020896 (patch)
treed36978c21617c61146a09b27981bc34b22d3f71a
parentb60f70905c2eb65121c60e11df18100a9c51b2ea (diff)
docs: improve README
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7f20ceb..39c60e9 100644
--- a/README.md
+++ b/README.md
@@ -181,7 +181,7 @@ favicon = "favicon.ico"
Set `copyright` with the text you want for your copyright.
```toml
-copyright = "&copy;2021 Your Name"
+copyright = "&copy;2024 Your Name"
```
@@ -198,7 +198,9 @@ googleAnalytics = "UA-XXXXXXXX-1"
In order to see your site in action, run Hugo's built-in local server.
- $ hugo server
+```bash
+$ hugo server
+```
Now enter [`localhost:1313`](http://localhost:1313) in the address bar of your browser.