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

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.toml24
-rw-r--r--content/home/skills.md9
-rw-r--r--netlify.toml2
m---------themes/academic0
4 files changed, 17 insertions, 18 deletions
diff --git a/config.toml b/config.toml
index f3235019..33c6e645 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 078509c6..d88b8938 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 c58899cb..43c99671 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
-Subproject 5115b1fa23e40a097fa90ea6f5884d8bb5751f5
+Subproject a1989ea25c4bfa8fe82d305ff9b49059b23d425