From b103af69cf7acd438c934ea5a1bde2b017efe8cd Mon Sep 17 00:00:00 2001 From: Chester Leung Date: Tue, 5 May 2020 08:49:43 -0700 Subject: Support for Academicon Add Academicon icon set (https://jpswalsh.github.io/academicons/) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b609f1f..bca9e44 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,17 @@ It is possible to use an icon from [the solid set](https://fontawesome.com/icons url = "mailto:mail@example.org" ``` +It is also possible to use an icon from [the Academicon set](https://jpswalsh.github.io/academicons/). To do this, specify the icon set and icon origin. + +``` + [[params.links]] + iconorigin = "ai" + iconset = "ai" + icon = "google-scholar" + title = "Google Scholar" + url = "https://scholar.google.com" +``` + ### Additional content It's possible to add additional content to your site, for example a contact form. You can add this in `/layouts/partials/content.html`. Additional content will always be added "below the fold", ie. your introduction will always fill 100% of the height of the screen. -- cgit v1.2.3