diff --git a/README.md b/README.md index 6d72c6b..ed1de64 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,16 @@ To create **a page separate from the homepage**, run hugo new my-new-page.md ``` +### Using icons + +This theme includes the full set of [Font Awesome v4 Icons][font-awesome-icons]. Use the `{{}}`-[shortcode][hugo-shortcodes] with the respective "fa fa-ICONNAME"-`class` to use an icon directly in your `.markdown` files à la + +```markdown +Look at this nice »envelope«-icon: {{}}. I took this from https://fontawesome.com/v4.7.0/icon/envelope :-) +``` + +For the full list of icons, see [Font Awesome v4 Icons][font-awesome-icons]. + ### Adding your branding / colors / css Add a `custom_head.html`-file to your `layouts/partials`-directory. In there you may add a `