Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/janraasch/hugo-scroll.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Raasch <jan@janraasch.com>2020-08-25 08:06:06 +0300
committerJan Raasch <jan@janraasch.com>2020-08-25 08:06:06 +0300
commit5807c200f40c9e2d8d92b2b962a32bb2ba42c6f4 (patch)
tree6a4ddd72fe06143c18fc6595b3b09f60eb22dfb0
parent4c4b37ae76a92bedf1a7dd018c5cb1b6287e6295 (diff)
docs(README): add reference to exampleSite to »branding«-section
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d17651a..0ab9da7 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ hugo new my-new-page.md
### Adding your branding / colors / css
-Add a `custom_head.html`-file to your `layouts/partials`-directory. In there you may add a `<style>`-tag *or* you may add a `<link>`-tag referencing your own `override.css` (in case you prefer to have a separate `.css`-file). Checkout the [`custom_head.html`](https://github.com/janraasch/hugo-scroll/blob/master/exampleSite/layouts/partials/custom_head.html)-file to get started and to find more detailed instructions.
+Add a `custom_head.html`-file to your `layouts/partials`-directory. In there you may add a `<style>`-tag *or* you may add a `<link>`-tag referencing your own `override.css` (in case you prefer to have a separate `.css`-file). Checkout the [`custom_head.html`](https://github.com/janraasch/hugo-scroll/blob/master/exampleSite/layouts/partials/custom_head.html)-file from the `exampleSite`-directory to get started and to find more detailed instructions.
## Issues / Feedback / Contributing
Please use [GitHub issues](https://github.com/janraasch/hugo-scroll/issues) and [Pull Requests](https://github.com/janraasch/hugo-scroll/pulls).