README.md in jekyll-v4-theme-primer-0.12.0 vs README.md in jekyll-v4-theme-primer-0.13.0
- old
+ new
@@ -44,10 +44,19 @@
```yml
primer:
theme: light
```
+Primer will not include the site title on the home page if the `home_heading`
+value is set to false in the `_config.yml`. This can be useful when you already
+include the title in the content on the home page, making it redundant.
+
+```yml
+primer:
+ home_heading: false
+```
+
Primer will respect the following variables, if set in your site's `_config.yml`:
```yml
title: [The title of your site]
description: [A short description of your site's purpose]
@@ -56,9 +65,18 @@
Additionally, you may choose to set the following optional variables:
```yml
show_downloads: ["true" or "false" (unquoted) to indicate whether to provide a download URL]
google_analytics: [Your Google Analytics tracking ID]
+```
+
+### Code block copy button
+
+Primer will automatically put a code copy button in any code blocks you write.
+This is similar to the behavior seen in Readmes on GitHub.
+
+```bash
+echo "Hello World"
```
### Stylesheet
If you'd like to add your own custom styles: