mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 00:52:43 +00:00
document cover dimming class in readme
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
This commit is contained in:
parent
519d48f94b
commit
2ed5c551dd
@ -124,6 +124,10 @@ The default fitting and alignment for th featured image is `cover bg-top`, but c
|
|||||||
|
|
||||||
example: `featured_image_class = "cover bg-center"` or `featured_image_class = "contain bg-top"`
|
example: `featured_image_class = "cover bg-center"` or `featured_image_class = "contain bg-top"`
|
||||||
|
|
||||||
|
The default cover backdrop for the featured image is `bg-black-60`, but can be changed using the `cover_dimming_class`. Choose a color dimming class for the page or size header from any on the [Tachyons](https://tachyons.io/docs/themes/skins/) library site, preface it with "bg-" and add the value such as "-X0" where X is in [1,9]
|
||||||
|
|
||||||
|
example: `cover_dimming_class = "bg-black-20"` or `cover_dimming_class = "bg-white-40"`
|
||||||
|
|
||||||
### Activate the contact form
|
### Activate the contact form
|
||||||
|
|
||||||
This theme includes a shortcode for a contact form that you can add to any page (there is an example on the contact page in the exampleSite folder). One option is to use [formspree.io](//formspree.io/) as proxy to send the actual email. Each month, visitors can send you up to one thousand emails without incurring extra charges. Visit the Formspree site to get the "action" link and add it to your shortcode like this:
|
This theme includes a shortcode for a contact form that you can add to any page (there is an example on the contact page in the exampleSite folder). One option is to use [formspree.io](//formspree.io/) as proxy to send the actual email. Each month, visitors can send you up to one thousand emails without incurring extra charges. Visit the Formspree site to get the "action" link and add it to your shortcode like this:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user