Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EmielH/hallo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChester Leung <chester.leung@berkeley.edu>2020-05-05 18:49:43 +0300
committerGitHub <noreply@github.com>2020-05-05 18:49:43 +0300
commitb103af69cf7acd438c934ea5a1bde2b017efe8cd (patch)
tree46ed86ca72e7cd669fd797b04462a6b3db509261 /README.md
parentbd77fd297fce0ed615fc09b00a2b8f08408cbd4a (diff)
Support for Academicon
Add Academicon icon set (https://jpswalsh.github.io/academicons/)
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
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.