Sync Academic
This commit is contained in:
		
							
								
								
									
										24
									
								
								config.toml
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								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.
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -3,6 +3,6 @@
 | 
			
		||||
  command = "hugo"
 | 
			
		||||
 | 
			
		||||
[context.production.environment]
 | 
			
		||||
  HUGO_VERSION = "0.46"
 | 
			
		||||
  HUGO_VERSION = "0.48"
 | 
			
		||||
  HUGO_ENV = "production"
 | 
			
		||||
  HUGO_ENABLEGITINFO = "true"
 | 
			
		||||
 
 | 
			
		||||
 Submodule themes/academic updated: 5115b1fa23...a1989ea25c
									
								
							
		Reference in New Issue
	
	Block a user