enten / hyde-y

Enhanced port of the Jekyll "Hyde" theme to Hugo
MIT License
88 stars 62 forks source link

Add bootstrap style alert messages #30

Closed clburlison closed 7 years ago

clburlison commented 7 years ago

This PR add bootstrap style alert messages. To make an alert you use one of the following:

{{% alert success %}} Here's a success... {{% /alert %}}

{{% alert info %}} Here's a info... {{% /alert %}}

{{% alert warning %}} Here's a warning... {{% /alert %}}

{{% alert danger %}} Here's a danger... {{% /alert %}}

As it stands, I'm not sure where best it would be to document this? Or if I inserted the css in the ideal location?

enten commented 7 years ago

Awesome works! Thanks a lot sir.