Sync Academic
This commit is contained in:
		
							
								
								
									
										24
									
								
								config.toml
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								config.toml
									
									
									
									
									
								
							@@ -37,15 +37,9 @@ defaultContentLanguageInSubdir = false
 | 
				
			|||||||
enableGitInfo = false
 | 
					enableGitInfo = false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[outputs]
 | 
					[outputs]
 | 
				
			||||||
  home = [ "HTML", "CSS", "RSS", "search" ]
 | 
					  home = [ "HTML", "CSS", "RSS", "JSON" ]
 | 
				
			||||||
  section = [ "HTML", "RSS" ]
 | 
					  section = [ "HTML", "RSS" ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[outputFormats.search]
 | 
					 | 
				
			||||||
  baseName = "search"
 | 
					 | 
				
			||||||
  isPlainText = true
 | 
					 | 
				
			||||||
  mediaType = "application/json"
 | 
					 | 
				
			||||||
  notAlternative = true
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# Configure BlackFriday Markdown rendering.
 | 
					# Configure BlackFriday Markdown rendering.
 | 
				
			||||||
#   See: https://gohugo.io/getting-started/configuration/#configure-blackfriday
 | 
					#   See: https://gohugo.io/getting-started/configuration/#configure-blackfriday
 | 
				
			||||||
[blackfriday]
 | 
					[blackfriday]
 | 
				
			||||||
@@ -214,30 +208,30 @@ enableGitInfo = false
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  # Social/Academic Networking
 | 
					  # 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,
 | 
					  #   twitter, weibo, linkedin, github, facebook, pinterest, google-plus,
 | 
				
			||||||
  #   youtube, instagram, soundcloud
 | 
					  #   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.
 | 
					  #   "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/
 | 
					  #   Full list: https://jpswalsh.github.io/academicons/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  [[params.social]]
 | 
					  [[params.social]]
 | 
				
			||||||
    icon = "envelope"
 | 
					    icon = "envelope"
 | 
				
			||||||
    icon_pack = "fa"
 | 
					    icon_pack = "fas"
 | 
				
			||||||
    link = "mailto:test@example.org"
 | 
					    link = "mailto:test@example.org"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  [[params.social]]
 | 
					  [[params.social]]
 | 
				
			||||||
    icon = "twitter"
 | 
					    icon = "twitter"
 | 
				
			||||||
    icon_pack = "fa"
 | 
					    icon_pack = "fab"
 | 
				
			||||||
    link = "//twitter.com/GeorgeCushen"
 | 
					    link = "//twitter.com/GeorgeCushen"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  [[params.social]]
 | 
					  [[params.social]]
 | 
				
			||||||
@@ -247,7 +241,7 @@ enableGitInfo = false
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  [[params.social]]
 | 
					  [[params.social]]
 | 
				
			||||||
    icon = "github"
 | 
					    icon = "github"
 | 
				
			||||||
    icon_pack = "fa"
 | 
					    icon_pack = "fab"
 | 
				
			||||||
    link = "//github.com/gcushen"
 | 
					    link = "//github.com/gcushen"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Link to a PDF of your resume/CV from the About widget.
 | 
					  # Link to a PDF of your resume/CV from the About widget.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,8 +1,13 @@
 | 
				
			|||||||
+++
 | 
					+++
 | 
				
			||||||
# Feature/Skill widget.
 | 
					# 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
 | 
					active = false
 | 
				
			||||||
date = "2017-11-21"
 | 
					
 | 
				
			||||||
 | 
					title = ""
 | 
				
			||||||
 | 
					subtitle = ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Order that this section will appear in.
 | 
					# Order that this section will appear in.
 | 
				
			||||||
weight = 20
 | 
					weight = 20
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,6 +3,6 @@
 | 
				
			|||||||
  command = "hugo"
 | 
					  command = "hugo"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[context.production.environment]
 | 
					[context.production.environment]
 | 
				
			||||||
  HUGO_VERSION = "0.46"
 | 
					  HUGO_VERSION = "0.48"
 | 
				
			||||||
  HUGO_ENV = "production"
 | 
					  HUGO_ENV = "production"
 | 
				
			||||||
  HUGO_ENABLEGITINFO = "true"
 | 
					  HUGO_ENABLEGITINFO = "true"
 | 
				
			||||||
 
 | 
				
			|||||||
 Submodule themes/academic updated: 5115b1fa23...a1989ea25c
									
								
							
		Reference in New Issue
	
	Block a user