summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
index f8081c88a..2f7e67498 100644
--- a/README.md
+++ b/README.md
@@ -56,3 +56,24 @@ content changes:
```
make server
```
+
+## Updating Styles
+
+If you want to update style on the website you can do this by updating
+templates or CSS for the website. Check out the [Hugo
+documentation](https://gohugo.io/documentation/) for info on hugo templating.
+Check out the [Docsy documentation](https://www.docsy.dev/docs/) for info on
+the Docsy theme.
+
+### Custom templates, partials, and shortcodes
+
+Custom templates, including partials and shortcodes, should go under the
+[layouts/](layouts) directory.
+
+## Custom CSS
+
+Custom CSS styles should go into the
+[_styles_project.scss](assets/scss/_styles_project.scss) file.
+
+If you need to override or create variables used in scss styles, update the
+[_variables_project.scss](assets/scss/_variables_project.scss) file.