From 6bcd182537d190f90e16ab44bbe4364c806333a1 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sat, 1 Sep 2018 18:22:35 +0100 Subject: [PATCH] Sync Academic --- config.toml | 24 +++++++++--------------- content/home/skills.md | 9 +++++++-- netlify.toml | 2 +- themes/academic | 2 +- 4 files changed, 18 insertions(+), 19 deletions(-) diff --git a/config.toml b/config.toml index f323501..33c6e64 100644 --- a/config.toml +++ b/config.toml @@ -37,15 +37,9 @@ defaultContentLanguageInSubdir = false enableGitInfo = false [outputs] - home = [ "HTML", "CSS", "RSS", "search" ] + home = [ "HTML", "CSS", "RSS", "JSON" ] section = [ "HTML", "RSS" ] -[outputFormats.search] - baseName = "search" - isPlainText = true - mediaType = "application/json" - notAlternative = true - # Configure BlackFriday Markdown rendering. # See: https://gohugo.io/getting-started/configuration/#configure-blackfriday [blackfriday] @@ -214,30 +208,30 @@ enableGitInfo = false # Social/Academic Networking # - # Icon pack "fa" includes the following social network icons: + # Icon pack "fab" includes the following social network icons: # # twitter, weibo, linkedin, github, facebook, pinterest, google-plus, # youtube, instagram, soundcloud # - # For email icon, use "fa" icon pack, "envelope" icon, and + # For email icon, use "fas" icon pack, "envelope" icon, and # "mailto:your@email.com" as the link. # - # Full list: https://fortawesome.github.io/Font-Awesome/icons/ + # Full list: https://fontawesome.com/icons # - # Icon pack "ai" includes the following academic network icons: + # Icon pack "ai" includes the following academic icons: # - # google-scholar, arxiv, orcid, researchgate, mendeley + # cv, google-scholar, arxiv, orcid, researchgate, mendeley # # Full list: https://jpswalsh.github.io/academicons/ [[params.social]] icon = "envelope" - icon_pack = "fa" + icon_pack = "fas" link = "mailto:test@example.org" [[params.social]] icon = "twitter" - icon_pack = "fa" + icon_pack = "fab" link = "//twitter.com/GeorgeCushen" [[params.social]] @@ -247,7 +241,7 @@ enableGitInfo = false [[params.social]] icon = "github" - icon_pack = "fa" + icon_pack = "fab" link = "//github.com/gcushen" # Link to a PDF of your resume/CV from the About widget. diff --git a/content/home/skills.md b/content/home/skills.md index 078509c..d88b893 100644 --- a/content/home/skills.md +++ b/content/home/skills.md @@ -1,8 +1,13 @@ +++ # Feature/Skill widget. -widget = "featurette" +widget = "featurette" # Do not modify this line! +date = 2017-09-20T00:00:00 + +# Activate this widget? true/false active = false -date = "2017-11-21" + +title = "" +subtitle = "" # Order that this section will appear in. weight = 20 diff --git a/netlify.toml b/netlify.toml index c58899c..43c9967 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,6 +3,6 @@ command = "hugo" [context.production.environment] - HUGO_VERSION = "0.46" + HUGO_VERSION = "0.48" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" diff --git a/themes/academic b/themes/academic index 5115b1f..a1989ea 160000 --- a/themes/academic +++ b/themes/academic @@ -1 +1 @@ -Subproject commit 5115b1fa23e40a097fa90ea6f5884d8bb5751f5b +Subproject commit a1989ea25c4bfa8fe82d305ff9b49059b23d4257