diff --git a/config.toml b/config.toml index 83c64dc..ecf5104 100644 --- a/config.toml +++ b/config.toml @@ -18,6 +18,7 @@ description = "The Hellings Family" pygmentsCodeFences = true pygmentsUseClasses = true profilePicture = "images/profile.jpg" +readMore = true [menu] @@ -40,27 +41,27 @@ profilePicture = "images/profile.jpg" url = "/about/" [[params.socialIcons]] -icon = "fa-facebook" +icon = "fab fa-facebook" title = "facebook" url = "https://facebook.com/greg.hellings" [[params.socialIcons]] -icon = "fa-github" +icon = "fab fa-github" title = "GitHub" url = "https://github.com/greg-hellings/" [[params.socialIcons]] -icon = "fa-envelope" +icon = "fas fa-envelope" title = "e-mail" url = "mailto:greg.hellings@gmail.com" [[params.socialIcons]] -icon = "fa-linkedin" +icon = "fab fa-linkedin" title = "Linkedin" url = "https://www.linkedin.com/" [[params.socialIcons]] -icon = "fa-instagram" +icon = "fab fa-instagram" title = "instagram" url = "https://www.instagram.com/greghellings/"