From 9cf84d343061064c203fdecb77558fe54e5b4ea4 Mon Sep 17 00:00:00 2001
From: Andreas Deininger <adeininger@urbanonline.de>
Date: Sat, 15 Jan 2022 10:08:44 +0000
Subject: [PATCH] feat: added links to config and example site in readme (#293)

---
 README.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index cefe291..e05bd5e 100644
--- a/README.md
+++ b/README.md
@@ -74,8 +74,8 @@
 
 ### Start up your site
 
-1. Configure your `config.toml`. Feel free to copy the demo `config.toml` and some content from the exampleSite.
-2. Build your site with `hugo serve` and admire the result at `http://localhost:1313/`.
+1. Configure your `config.toml`. Feel free to copy the demo [`config.toml`](https://github.com/lxndrblz/anatole/blob/master/exampleSite/config/_default/config.toml) and some content from the [exampleSite](https://github.com/lxndrblz/anatole/tree/master/exampleSite).
+2. Build your site with `hugo serve` and admire the result at [`http://localhost:1313/`](http://localhost:1313/).
 
 ## Update your installation
 

--
Gitblit v1.10.0