Skip to content

Commit

Permalink
feat: added links to config and example site in readme (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Jan 15, 2022
1 parent 4b74851 commit 9cf84d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ hugo server --themesDir ../..

### 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

Expand Down

0 comments on commit 9cf84d3

Please sign in to comment.